Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variables | Benedikt Peetz | 2024-10-04 |
| | |||
* | fix(templates/rust/flake.nix): Remove unneeded `input.*.follows` | Benedikt Peetz | 2024-10-04 |
| | |||
* | fix(common/.envrc): Actually use and set a shebang | Benedikt Peetz | 2024-10-04 |
| | |||
* | chore(templates): Symlink the new `optimize_images` script | Benedikt Peetz | 2024-10-04 |
| | |||
* | fix(templates): Remove `*.lock` files | Benedikt Peetz | 2024-10-03 |
| | | | | | | Creating new templates with these old lock files is just useless. So convey the need to regenerate them, by simply not shipping them. | ||
* | style(treewide): Re-format | Benedikt Peetz | 2024-09-30 |
| | |||
* | fix(templates/rust/cog.toml): Update to perform new `reuse lint` | Benedikt Peetz | 2024-09-30 |
| | |||
* | fix(common/scripts/cprh.sh): Remove | Benedikt Peetz | 2024-09-30 |
| | | | | There was just no way to actually use this script in a useful manner. | ||
* | chore(templates): Add the new `git_template` directory | Benedikt Peetz | 2024-09-30 |
| | |||
* | fix(templates): Replace licensure by reuse | Benedikt Peetz | 2024-08-03 |
| | |||
* | fix(templates): Remove now unneeded licenses | Benedikt Peetz | 2024-08-03 |
| | | | | These should be generated by `reuse` | ||
* | chore(templates): Use new common files | Benedikt Peetz | 2024-08-03 |
| | |||
* | refactor(common/): Remove the `files` subdirectory | Benedikt Peetz | 2024-06-11 |
| | |||
* | feat(templates/rust/Cargo.toml): Add the required meta-data for `crates.io` | Benedikt Peetz | 2024-06-11 |
| | |||
* | refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common` | Benedikt Peetz | 2024-06-11 |
| | |||
* | fix(templates/rust/update.sh): Frist `upgrade` then `update` | Benedikt Peetz | 2024-06-11 |
| | | | | | | `cargo upgrade` raises the update boundaries in `Cargo.toml`, whilst `cargo update` just fetches the newest version (that conform to the boundaries) for `Cargo.lock`. | ||
* | refactor(common): Use symlinks to state, which files should be replaced | Benedikt Peetz | 2024-06-11 |
| | | | | | | Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited. | ||
* | chore(templates/rust): Quickly Update [THIS WILL BE REBASED] | Benedikt Peetz | 2024-05-03 |
| | |||
* | chore(version): v0.6.2 | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(version): v0.6.1 | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(templates): Update common files | Benedikt Peetz | 2024-04-02 |
| | |||
* | feat(treewide): Also remove hard-coded values in the `templates/` dir | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(treewide): Update and format files | Benedikt Peetz | 2024-04-02 |
| | |||
* | feat(treewide): Use new `%INIT_` variables | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(version): v0.4.2 | Benedikt Peetz | 2024-04-01 |
| | |||
* | chore(version): v0.4.1 | Benedikt Peetz | 2024-04-01 |
| | |||
* | refactor(templates): Instantiate all symlinks | Benedikt Peetz | 2024-04-01 |
| | | | | | Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work. | ||
* | fix(templates): Update already done templates with improvements from new ones | Benedikt Peetz | 2024-04-01 |
| | |||
* | feat(rust): Update to my SOTA | Benedikt Peetz | 2024-03-31 |
| | |||
* | refactor(rust): Move to template dir | Benedikt Peetz | 2024-03-31 |