diff --git a/utilities/releaser.rb b/utilities/releaser.rb index 1230772c..78977882 100644 --- a/utilities/releaser.rb +++ b/utilities/releaser.rb @@ -10,6 +10,26 @@ This will: 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 + +# --- 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