Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EPP/Obsolete/Galileo Packages/Release Actions"

(Before the release)
Line 9: Line 9:
 
* Copy the p2 repository from build to download; usually it is created on <tt>build.eclipse.org</tt> in <tt>EPP_BuildDirectory/epp_repo/galileo/epp.build/buildresult/org.eclipse.epp.allpackages.feature_1.2.0-eclipse.feature/site.p2/</tt> and needs to be copied to a milestone subdirectory below <tt>EPP_DownloadDirectory/packages/galileo/</tt>
 
* Copy the p2 repository from build to download; usually it is created on <tt>build.eclipse.org</tt> in <tt>EPP_BuildDirectory/epp_repo/galileo/epp.build/buildresult/org.eclipse.epp.allpackages.feature_1.2.0-eclipse.feature/site.p2/</tt> and needs to be copied to a milestone subdirectory below <tt>EPP_DownloadDirectory/packages/galileo/</tt>
 
* Update <tt>compositeArtifacts.jar</tt> and <tt>compositeContent.jar</tt>
 
* Update <tt>compositeArtifacts.jar</tt> and <tt>compositeContent.jar</tt>
 +
 +
Structure of the composite p2 repositories in <tt>EPP_DownloadDirectory/packages/galileo</tt>:
 +
 +
<code><pre>
 +
compositeArtifacts.jar        -> points to multiple artifact.jar's
 +
compositeContent.jar          -> points to multiple content.jar's
 +
milestones.RC1/
 +
              artifacts.jar
 +
              content.jar
 +
              features/...
 +
              plugins/...
 +
milestones.RC2/
 +
              artifacts.jar
 +
              content.jar
 +
              features/...
 +
              plugins/...
 +
...
 +
</pre></code>
  
 
== Moving the packages from build to download ==
 
== Moving the packages from build to download ==
  
 
== After the release ==
 
== After the release ==

Revision as of 05:19, 7 June 2009

Directories used in the description

  • EPP_BuildDirectory = server build.eclipse.org, directory /shared/technology/epp
  • EPP_DownloadDirectory = /home/data/httpd/download.eclipse.org/technology/epp

Before the release

  • Check that all package maintainers signed off on the wiki page: EPP/Galileo_Packages/Sign_Off
  • Copy the p2 repository from build to download; usually it is created on build.eclipse.org in EPP_BuildDirectory/epp_repo/galileo/epp.build/buildresult/org.eclipse.epp.allpackages.feature_1.2.0-eclipse.feature/site.p2/ and needs to be copied to a milestone subdirectory below EPP_DownloadDirectory/packages/galileo/
  • Update compositeArtifacts.jar and compositeContent.jar

Structure of the composite p2 repositories in EPP_DownloadDirectory/packages/galileo:

compositeArtifacts.jar        -> points to multiple artifact.jar's
compositeContent.jar          -> points to multiple content.jar's
milestones.RC1/
               artifacts.jar
               content.jar
               features/...
               plugins/...
milestones.RC2/
               artifacts.jar
               content.jar
               features/...
               plugins/...
...

Moving the packages from build to download

After the release

Back to the top