about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/update.sh
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-12-16 04:25:42 +0000
committerAlyssa Ross <hi@alyssa.is>2019-12-16 16:30:22 +0000
commit80a823eeca9ed3e9ceaa6843263b2579e6c3215e (patch)
tree91c91e8970721468ef29e8771e70b1e475d27816 /pkgs/os-specific/linux/kernel/update.sh
parent821ff387daf87a24e5637db5b7a8c081fb8ff7ed (diff)
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.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/update.sh')
-rwxr-xr-xpkgs/os-specific/linux/kernel/update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/update.sh b/pkgs/os-specific/linux/kernel/update.sh
index 7a86b05dafcaa..dbfa052d292f5 100755
--- a/pkgs/os-specific/linux/kernel/update.sh
+++ b/pkgs/os-specific/linux/kernel/update.sh
@@ -57,3 +57,6 @@ ls $NIXPKGS/pkgs/os-specific/linux/kernel | while read FILE; do
 
   echo "Updated $OLDVER -> $V"
 done
+
+# Update linux-libre
+COMMIT=1 $NIXPKGS/pkgs/os-specific/linux/kernel/update-libre.sh