spotify: Auto-commit on update

Also, replace tabs with spaces
This commit is contained in:
Tim Steinbach 2019-04-06 13:11:58 -04:00
parent 6bccbe6372
commit 55fa3c1180
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

@ -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}"