Update packaging info script
This commit is contained in:
parent
a026cd91fe
commit
9e94ee15e4
1 changed files with 16 additions and 0 deletions
16
packaging/update_version_status.sh
Executable file
16
packaging/update_version_status.sh
Executable file
|
@ -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
|
Loading…
Reference in a new issue