From 38ff3318eb9f40861191552678969126cd2c12ef Mon Sep 17 00:00:00 2001 From: o9000 Date: Tue, 12 Sep 2017 23:14:08 +0200 Subject: [PATCH] Update packaging info script --- packaging/update_version_status.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/update_version_status.sh b/packaging/update_version_status.sh index 8d3da9e..ce9f070 100755 --- a/packaging/update_version_status.sh +++ b/packaging/update_version_status.sh @@ -12,8 +12,9 @@ git reset --hard git pull -./version_status.py > ./tint2.wiki/packaging.md - +./version_status.py > packaging.tmp.md +cat packaging.tmp.md > packaging.md +rm packaging.tmp.md git commit -am 'Update packaging info' git push