|
|
@ -70,9 +70,7 @@ devscripts/gh-pages/add-version.py $version
|
|
|
|
devscripts/gh-pages/sign-versions.py < updates_key.pem
|
|
|
|
devscripts/gh-pages/sign-versions.py < updates_key.pem
|
|
|
|
devscripts/gh-pages/generate-download.py
|
|
|
|
devscripts/gh-pages/generate-download.py
|
|
|
|
devscripts/gh-pages/update-copyright.py
|
|
|
|
devscripts/gh-pages/update-copyright.py
|
|
|
|
rm -r test_coverage
|
|
|
|
git add *.html *.html.in update
|
|
|
|
mv cover test_coverage
|
|
|
|
|
|
|
|
git add *.html *.html.in update test_coverage
|
|
|
|
|
|
|
|
git commit -m "release $version"
|
|
|
|
git commit -m "release $version"
|
|
|
|
git show HEAD
|
|
|
|
git show HEAD
|
|
|
|
read -p "Is it good, can I push? (y/n) " -n 1
|
|
|
|
read -p "Is it good, can I push? (y/n) " -n 1
|
|
|
|