• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Superconducting Toolkit


Commit MetaInfo

Revision03ed522a756bf9eca31b2d6fc699ded07a570d4d (tree)
Zeit2017-03-03 07:49:05
Autorspigafi <spigafi@c92e...>
Commiterspigafi

Log Message

Update release script

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13369 c92efa57-630b-4861-b058-cf58834340f0

Ändern Zusammenfassung

Diff

--- a/dev-tools/release.sh
+++ b/dev-tools/release.sh
@@ -2,8 +2,8 @@
22
33 #tempdir=$HOME/Downloads
44 tempdir=/tmp
5-version=6.0
6-revision=13079
5+version=6.1
6+revision=13369
77
88 # make sure there is no locale setting creating unneeded differences.
99 #LC_ALL=C
@@ -24,7 +24,7 @@ cd qe-$version
2424 # *** manual edit install/plugins_makefile ***
2525 # - uncomment 'examples' target
2626 # - uncomment 'uncompress-examples' target
27-# - uncomment 'examples_distclean' target
27+# - uncomment 'examples_veryclean' target
2828
2929 # Manual edit "userconfig.tmp" and "ENVIRONMENT"
3030 # - change 'SVN' to $revision
@@ -37,6 +37,7 @@ cd Modules
3737 make version.f90
3838 mv version.f90 ..
3939 cd ..
40+cat version.f90
4041
4142 # remove all .svn directories, clean
4243 find . -type d -name .svn -exec /bin/rm -rf {} \;
@@ -62,7 +63,7 @@ make tar-gui PWGUI_VERSION=$version
6263 tar -xzvf PWgui-$version.tgz
6364 /bin/rm PWgui-$version.tgz
6465
65-# generate QE-modes (requires tcllib and emacs)
66+# generate QE-modes (requires tcllib, emacs, texlive-upquote)
6667 make tar-qe-modes VERSION=$version
6768 mv QE-modes-$version.tar.gz ../qe-$version-emacs_modes.tar.gz
6869
@@ -79,9 +80,8 @@ file_dst=`echo $x | awk '{ print $2}'`
7980 mv ${file_src} ${file_dst}
8081 done
8182 rm ./STUFF-TO-RENAME.txt ./list-SVN.txt ./list-$version.txt
82-cp License test-suite/
83-
8483 cd ..
84+cp License test-suite/
8585
8686 make distclean
8787