Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TaskWhoStatusNotes
Tag All ReposDJC(error)(tick)At least tag the test system; consider branching also if the burden on the repo is low.  (In SVN, tagging makes a branch, so tagging already creates a branch.)
Bundle source code
DJC(error)(star)(tick)
  1. Export the trunk code from svn that is used for the release build when that build is started
  2. Wait for a go/nogo call from testing on the build
  3. Archive the following folder trees into a zip file: src, plugins, build

(star) Code is bundled; awaiting determination that there are no more changes before release

Bundle data
DJC(error)(star)(tick)
  1. Use the same export as used for the source bundle
  2. Wait for a go/nogo call from testing on the build
  3. Archive the following folder tree into a zip file: application/data
(star) Data files are bundled; awaiting determination that there are no more changes before release
Upload source bundle to SourceForgeSN(error)
  1. Move the zip file to SF
  2. Mark as "staged"
  3. Download the upload and check it
Upload data bundle to SourceForgeSN(error)
  1. Move the zip file to SF
  2. Mark as "staged"
  3. Download the upload and check it
Upload Windows installer to SourceForgeSN(error)Download, install, and run after uploading.
Upload zip files to SourceForgeSN(error)Download and run after uploading.
Upload executable for WindowsSN(error)
Upload executable for Mac OSXSN(error)
Upload executable for LinuxSN(error)
Post README.rst.txt on SourceForgeSN(error)Update for new release
Upload docs to documentation siteSPH(error)
  1. Upload using SSH to http://gmat.sourceforge.net/docs/
  2. Update HTML with new section
  3. Move "latest" pointer to new folder

SEE NOTES IN SECTION BELOW

Fixed "latest download" to point to new exe.SPH(error)See instructions here: http://stackoverflow.com/questions/6777327/how-to-manually-set-the-default-download-file-in-a-sourceforge-project
Post internal & public release files to MESA networkSN(error)
Upload source to SourceForge Git repoSPH(error)

Upload public repo to sourceforge

Change new branch to be active branch (what is checked out by default)

Update the doxygen dataSPH(error)
Make SourceForge repository backupDJC(error)

Follow SourceForge's instructions.

Here is the Rsync command for us:

 rsync -av git.code.sf.net::p/gmat/git.git .

...