spotify: Auto-commit on update
Also, replace tabs with spaces
This commit is contained in:
parent
6bccbe6372
commit
55fa3c1180
@ -83,14 +83,6 @@ if ! nix-build -A spotify "$nixpkgs"; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#
|
||||
# give instructions for upstreaming
|
||||
#
|
||||
|
||||
# Commit changes
|
||||
git add "$spotify_nix"
|
||||
# show changes for review
|
||||
git status
|
||||
echo 'Please review and test the changes (./result/bin/spotify).'
|
||||
echo 'Then stage the changes with `git add` and commit with:'
|
||||
# prepare commit message
|
||||
echo "git commit -m 'spotify: $current_nix_version -> $upstream_version'"
|
||||
git commit -m "spotify: ${current_nix_version} -> ${upstream_version}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user