summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTom Wadley2017-12-12 16:31:12 -0600
committerTom Wadley2017-12-12 16:31:12 -0600
commita174a11f598560d96283535fd1fef060b99b93db (patch)
tree3a87597815427dfe7a644b51211d87c015db623d /update.sh
parent865fc916845fe9bc0e5cc3de284a353d5601c3cb (diff)
downloadaur-a174a11f598560d96283535fd1fef060b99b93db.tar.gz
Script to automate some of the package upgrade process
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100755
index 000000000000..419fa6abe314
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+set -x
+
+makepkg
+mksrcinfo
+
+git add .
+git commit -m "Rebuild to get latest version"
+
+set +x
+
+echo "Now install and smoke test the package, review the commit, and push"