diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-16 11:52:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-16 11:52:08 -0400 |
commit | ce9a3af085fd20fd2d3e859e88479b09f82c9d54 (patch) | |
tree | faae7e054ec71a0133379a182c550a34b0647a74 | |
parent | e7940fef7a26a125cf333cd47c7290c54992568f (diff) |
tidy
-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 |