From 9e94ee15e401556e432789e3426fbbbd2bbdbf1d Mon Sep 17 00:00:00 2001 From: o9000 Date: Tue, 12 Sep 2017 22:56:25 +0200 Subject: [PATCH] Update packaging info script --- packaging/update_version_status.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 packaging/update_version_status.sh 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