Go a little farther toward a release script.
This commit is contained in:
parent
f6134bfaf8
commit
8585f21d01
1 changed files with 21 additions and 1 deletions
|
@ -10,6 +10,26 @@ This will:
|
||||||
3) Pack the licensed files into a Zip file and Tar.GZ file for distribution
|
3) Pack the licensed files into a Zip file and Tar.GZ file for distribution
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
2010-01-26 initial version J.Blake
|
2010-01-27 initial version J.Blake
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
=end
|
=end
|
||||||
|
|
||||||
|
# --- Get the name of the working directory. If it doesn't exist, create it. If it does, check that it is empty.
|
||||||
|
# --- Show the existing tags, and ask the user to pick one (default is alphabetically the highest)
|
||||||
|
# --- Export from subversion
|
||||||
|
# --- Add licenses
|
||||||
|
# --- Pack the licensed files into Zip and GZ
|
||||||
|
|
||||||
|
=begin
|
||||||
|
mkdir release_0_9
|
||||||
|
cd release_0_9
|
||||||
|
svn export http://svn.mannlib.cornell.edu/svn/vivoweb/tags/rel-0.9-rc1 export-0.9
|
||||||
|
== RUN LICENSER ==
|
||||||
|
zip -r ../rel-0.9-rc1.zip vivo-rel-0.9
|
||||||
|
tar -czf ../rel-0.9-rc1.tar.gz vivo-rel-0.9
|
||||||
|
=end
|
||||||
|
|
||||||
|
=begin
|
||||||
|
svn copy http://svn.mannlib.cornell.edu/svn/vivoweb/trunk http://svn.mannlib.cornell.edu/svn/vivoweb/tags/rel-0.9-rc1 -m "Release 0.9 rc1 tag"
|
||||||
|
svn copy http://svn.mannlib.cornell.edu/svn/vivoweb/trunk http://svn.mannlib.cornell.edu/svn/vivoweb/branches/rel-0.9-maint -m "Release 0.9 maintenance branch"
|
||||||
|
=end
|
||||||
|
|
Loading…
Add table
Reference in a new issue