release script and novapolis changelog

--HG--
branch : novattd150
This commit is contained in:
Pavel Stupnikov
2015-03-20 01:18:03 +03:00
parent 6b2ed606cf
commit a6ca1b612a
3 changed files with 259 additions and 0 deletions

10
release.sh Executable file
View File

@@ -0,0 +1,10 @@
TMP="/tmp/nova_release"
rm -rf $TMP
echo $TMP
mkdir $TMP
unzip -d $TMP release.zip
cp -r bin/lang $TMP
cp nova_changelog.txt $TMP/changelog.txt
cp -r bin/lang $TMP
rm $TMP/nova*.diff
cp nova*.diff $TMP