aboutsummaryrefslogtreecommitdiffstats
path: root/checkupdate.sh
diff options
context:
space:
mode:
authorM.Gergo2018-08-26 10:11:34 +0200
committerM.Gergo2018-08-26 10:11:34 +0200
commit228488d05c55a9e6a0a405f7a0e90fc3aab43f87 (patch)
treef72a5e33b4394c633edb2368ef14df3c50d8390b /checkupdate.sh
parent2f5969b827ff17ee05e05f46025367017fdfcf44 (diff)
downloadmayor-228488d05c55a9e6a0a405f7a0e90fc3aab43f87.tar.gz
mayor-228488d05c55a9e6a0a405f7a0e90fc3aab43f87.zip
Rev: 4344
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