diff options
-rwxr-xr-x | bin/autobuild.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/autobuild.sh b/bin/autobuild.sh index eeeaae8..d62e77b 100755 --- a/bin/autobuild.sh +++ b/bin/autobuild.sh @@ -84,7 +84,7 @@ main() { # Make sure we actually have changes if [[ "$newgitver" == "$oldgitver" ]]; then - msg 'blacklist.txt has not changed, nothing to do' + msg 'No new changes were committed, nothing to do' exit 0 fi @@ -103,11 +103,11 @@ main() { PKGBUILD updpkgsums git add PKGBUILD - git commit -m 'Update libre/your-freedom' + git commit -m "Update ${package}" # Build the new package makepkg -c - librestage "${package%/*}" + librestage # Publish the updates git push |