summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"