about summary refs log tree commit diff stats
path: root/common/init (follow)
Commit message (Collapse)AuthorAge
* fix(common/init): Only build the `out` output; exclude the `man` outputBenedikt Peetz2024-09-30
|
* fix(common/init): Set the full path to the `reuse` binaryBenedikt Peetz2024-09-30
| | | | | Currently, only the directory *containing* the `reuse` binary is specified.
* fix(common/init): Define `die` functionBenedikt Peetz2024-09-30
|
* feat(common/init): Perform the first run of `reuse` on initBenedikt Peetz2024-09-30
|
* fix(common/init): Also remove the shipped `git_template`, after it's usedBenedikt Peetz2024-09-30
|
* feat(common/init): Ship a full git_templateBenedikt Peetz2024-09-30
|
* fix(common/init): Be smarter, when suggesting an owner nameBenedikt Peetz2024-09-30
|
* fix(common/init): Also re-add execution permissions to the `watch.sh` scriptBenedikt Peetz2024-08-04
|
* fix(common/init): Ensure that the template is properly formattedBenedikt Peetz2024-08-04
| | | | | | This includes avoiding removing linebreaks (as that breaks the jinja2 syntax) and removing a vim modeline, as it would otherwise be copied to the file the template is applied to.
* fix(common/init): Detect latex project by the `watch.sh` fileBenedikt Peetz2024-08-04
| | | | Not every latex project has a lpm.toml file.
* fix(common/init): Also delete the init.local file, if it existsBenedikt Peetz2024-08-04
|
* fix(common/init): Don't delete the init file, if the exit reason was a ↵Benedikt Peetz2024-08-03
| | | | missing dependency
* fix(common/init): Actually ask the user for the license identBenedikt Peetz2024-08-03
|
* feat(common/init): Support template specific drop-in scriptsBenedikt Peetz2024-08-03
|
* fix(common/init): State which binaries are required to run itBenedikt Peetz2024-08-03
|
* fix(common/init): Don't try to assign the reuse template, replace it instead ↵Benedikt Peetz2024-08-03
| | | | directly
* fix(common/init): Add missing pipeBenedikt Peetz2024-08-03
|
* feat(common): Replace the hand-crafted licensing approach with reuseBenedikt Peetz2024-08-03
|
* refactor(common/): Remove the `files` subdirectoryBenedikt Peetz2024-06-11
|
* refactor(common): Move all data files to `./common/files`Benedikt Peetz2024-04-02
|
* fix(common): Remove the last occurrences of hard coded valuesBenedikt Peetz2024-04-02
|
* feat(common/init): Add a shell script, that populates variablesBenedikt Peetz2024-04-02
The line editing can't really shell out to bash, as the default bash on NixOS is compiled without GNU `readline` support (you need `bashInterative` for `read -e` to work).