summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/update-libre.sh
Commit message (Collapse)AuthorAge
* linux-libre.updateScript: fix git commitAlyssa Ross2020-01-13
| | | | | With nothing staged and no paths given, previously this wouldn't actually do anything.
* linux-libre.updateScript: don't update if unchangedAlyssa Ross2020-01-13
| | | | | | The revision applies to the whole SVN tree, not just the scripts directory, so the revision will increment sometimes with no change in content.
* linux-libre.updateScript: fix COMMIT optionAlyssa Ross2020-01-13
| | | | | | Because bash was being run with -u, if COMMIT wasn't set in the environment the script would just crash here, rather than exiting successfully.
* linux-libre.updateScript: fix attr in commit msgAlyssa Ross2019-12-16
|
* linux/update.sh: update linux-libre tooAlyssa Ross2019-12-16
update-libre.sh doesn't commit by default so that it can be used as an updateScript, where I don't think auto-committing is the norm. The generated commit messages say "linux-libre_latest" rather than "linux-libre", because even though linux-libre will also be rebuilt, it's linux-libre_latest that is more likely to need it.