Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-14 | tutorial: hint on --dump-vars | Klaus Aehlig | |
... when introducing export targets. In this way, the user has a way to take a meaningful decission on which variables to export. | |||
2022-11-07 | tutorial: describe using pre-built dependencies | Klaus Aehlig | |
While building from source as certain advantages, there are also good reasons to use pre-installed dependencies. Document this in the tutorial to avoid wrong impressions readers might have otherwise. | |||
2022-11-02 | tutorial/getting-started: Also introduce the concept of staging | Klaus Aehlig | |
Staging is quite a fundamental concept of just. Therefore, introduce it early in the tutorial. In this way, it also becomes obvious, why only targets are requested and files are not installed by default. | |||
2022-11-02 | Tutorial getting-started: introduce -P | Klaus Aehlig | |
... as an way of directly obtaining an artifact without an additional detour through the file system. | |||
2022-11-02 | tutorial/getting-started: better explain object identifiers | Christian Lütke Stetzkamp | |
When the tutorial references blob identifiers in the output, also immediately explain the syntax. Also emphasize the possible abbreviations made possible by b9880e8ecdce02f047dfb1d19de5f1ed07a82ac6 given that they are typically used in practise. Co-authored-by: Klaus Aehlig <aehlig@linta.de> | |||
2022-10-20 | Tutorial: Adjust 'test/glob/rebuild/proto' sections | Oliver Reiche | |
2022-10-20 | Tutorial: Adjust 'Third-party' section to new changes | Oliver Reiche | |
2022-10-20 | Tutorial: Adjust 'Hello world' section to new changes | Oliver Reiche | |
2022-10-07 | Tutorial: add section on `just rebuild` | Klaus Aehlig | |
2022-08-26 | tutorial/test: demonstrate that the internals of the test are available | Klaus Aehlig | |
... by explaining how to install the test binary and manually interact with it. This also shows how to inspect an action for debugging. | |||
2022-08-26 | tutorial/thrid-party-software: clarify tree refrence | Klaus Aehlig | |
... emphasizing that it constructs only a single artifact. In this way, we avoid confusion with globs (that are introduced later). | |||
2022-08-24 | Glob tutorial: fix typos and white space | Klaus Aehlig | |
2022-08-23 | Add a tutorial section explaining targets vs explicit source references | Klaus Aehlig | |
2022-08-22 | Tutorial: Add minimalistic getting started section | Oliver Reiche | |
2022-08-19 | Tutorial: Use sh instead shell for improved rendering | Oliver Reiche | |
2022-07-28 | Upd tutorial to reflect new just-mr setup output | Paul Cristian Sarbu | |
2022-06-24 | Tutorial: Add section about tests | Oliver Reiche | |
2022-06-22 | Tutorial: Updated proto section | Oliver Reiche | |
2022-06-20 | Tutorial: Regenerate screenshots with adjusted hashes | Oliver Reiche | |
2022-06-17 | Add tutorial on how to use proto buffers with just | Klaus Aehlig | |
While we assume the reader already knows what proto buffers are, the tutorial introduces the concept of anonymous targets. | |||
2022-06-14 | Tutorial: Add section about 3rd party software | Oliver Reiche | |
2022-06-13 | Tutorial: Update hello world tutorial screenshots | Oliver Reiche | |
2022-06-02 | Tutorial: Simplify hello world section | Oliver Reiche | |
... to initially use rules' predefined defaults. | |||
2022-05-24 | Tutorial: Add hello world section | Oliver Reiche | |