tint2/packaging/update_version_status.sh

20 lines
216 B
Bash
Raw Normal View History

2017-09-12 20:56:25 +00:00
#!/bin/bash
2017-09-12 21:07:57 +00:00
exec > ~/tint2.runner-version.log
exec 2>&1
2017-09-12 20:56:25 +00:00
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