aboutsummaryrefslogtreecommitdiffstats
path: root/checkupdate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'checkupdate.sh')
-rwxr-xr-x[-rw-r--r--]checkupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/checkupdate.sh b/checkupdate.sh
index 0eda521d..5e20e8bd 100644..100755
--- a/checkupdate.sh
+++ b/checkupdate.sh
@@ -25,6 +25,10 @@ if [ "$nrev" -gt "$orev" ]; then
tar -xzf /tmp/mayor-naplo-current.tgz
tar -xzf /tmp/mayor-portal-current.tgz
+
+ cd $pd
+ git add --all
+ git commit -a -m "Rev: $nrev"
fi