Commit graph

5 commits

Author SHA1 Message Date
Alyssa Ross 1d51514ab2 linux-libre.updateScript: fix git commit
With nothing staged and no paths given, previously this wouldn't
actually do anything.
2020-01-13 16:44:48 +00:00
Alyssa Ross 345f6712e3 linux-libre.updateScript: don't update if unchanged
The revision applies to the whole SVN tree, not just the scripts
directory, so the revision will increment sometimes with no change in
content.
2020-01-13 16:44:48 +00:00
Alyssa Ross be4d80d721 linux-libre.updateScript: fix COMMIT option
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.
2020-01-13 16:44:48 +00:00
Alyssa Ross d770ae1202
linux-libre.updateScript: fix attr in commit msg 2019-12-16 16:38:19 +00:00
Alyssa Ross 80a823eeca linux/update.sh: update linux-libre too
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.
2019-12-16 16:30:22 +00:00