From ce9a3af085fd20fd2d3e859e88479b09f82c9d54 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 16 Jun 2016 11:52:08 -0400 Subject: tidy --- bin/autobuild.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/autobuild.sh') 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 -- cgit v1.2.2