Update packaging info script

This commit is contained in:
o9000 2017-09-12 22:56:25 +02:00
parent a026cd91fe
commit 9e94ee15e4

View file

@ -0,0 +1,16 @@
#!/bin/bash
set -e
set -x
cd ~/tint2.wiki
git reset --hard
git pull
./version_status.py > ./tint2.wiki/packaging.md
git commit -am 'Update packaging info'
git push