Skip to content

Commit

Permalink
JBIDE-19758 add missing step for moving from /builds/staging/ to /bui…
Browse files Browse the repository at this point in the history
…lds/stable/
  • Loading branch information
nickboldt committed May 4, 2015
1 parent 769b007 commit 57a0f1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release_guide/8.x/JBT42_Release_Milestone.adoc
Expand Up @@ -196,7 +196,12 @@ If everything above completed OK, you can then in the background delete all the
* /downloads_htdocs/tools/builds/development/
* /downloads_htdocs/tools/updates/staging/luna

So if you're doing a 4.2.3.CR1, then you can delete 4.2.CR1a, etc. folders. A graphical sftp client such as FileZilla or FireFTP (plugin for Firefox) is the easiest way to perform these operations. Looks in the following locations:
So if you're doing a 4.2.3.CR1, then you can delete 4.2.CR1a, etc. folders. A graphical sftp client such as FileZilla or FireFTP (plugin for Firefox) is the easiest way to perform these operations. Looks in the following locations.

=== Move build folders for archiving purposes

* Move .Final build folders (eg., jbosstools-4.2.0.Final-build-core) under $TOOLS/builds/staging/ into $TOOLS/builds/stable/ (if the last build was CR2b or something, rename it while moving)
* Move old pre-Final builds under $TOOLS/builds/staging/ into $TOOLS/builds/staging.previous/ (could also just delete them?)

=== Update staging to point to new location

Expand Down

0 comments on commit 57a0f1d

Please sign in to comment.