summaryrefslogtreecommitdiff
path: root/bin/autobuild.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-16 11:52:08 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-16 11:52:08 -0400
commitce9a3af085fd20fd2d3e859e88479b09f82c9d54 (patch)
treefaae7e054ec71a0133379a182c550a34b0647a74 /bin/autobuild.sh
parente7940fef7a26a125cf333cd47c7290c54992568f (diff)
tidy
Diffstat (limited to 'bin/autobuild.sh')
-rwxr-xr-xbin/autobuild.sh6
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