Update packaging info script
o9000 mrovi9000@gmail.com
1 files changed,
16 insertions(+),
0 deletions(-)
A
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