linux: Update script commit
This commit is contained in:
parent
9d5d5b243d
commit
4d2c4387cc
@ -56,7 +56,7 @@ ls $NIXPKGS/pkgs/os-specific/linux/kernel | while read FILE; do
|
||||
|
||||
# Commit the changes
|
||||
git add -u $NIXPKGS/pkgs/os-specific/linux/kernel/$FILE
|
||||
git commit -m "kernel: $OLDVER -> $V" >/dev/null 2>&1
|
||||
git commit -m "linux: $OLDVER -> $V" >/dev/null 2>&1
|
||||
|
||||
echo "Updated $OLDVER -> $V"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user