Update packaging info script
This commit is contained in:
parent
5bd253c0da
commit
38ff3318eb
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ git reset --hard
|
||||||
git pull
|
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 commit -am 'Update packaging info'
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue