diff --git a/packaging/update_version_status.sh b/packaging/update_version_status.sh new file mode 100755 index 0000000..6f4912f --- /dev/null +++ b/packaging/update_version_status.sh @@ -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