Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

RCPTT/Release procedure

Revision as of 07:47, 3 October 2022 by Vasili.gulevich.xored.com (Talk | contribs) (Remove redundant item about bugzilla milestone)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Create a release branch if not already present
  • Test branch by running branch build with parameter GERRIT_REFSPEC = "refs/heads/release/version"
  • Publish release with parameters: GERRIT_REFSPEC = "refs/heads/release/version", MODE = "release"
  • Validate repository using RepositoryIntegrityAnalyzer:

 chcp 65001
 cd "C:\Users\basil\OneDrive\Документы\Xored\rcptt\reports"
 del /S /Q o p
 C:\Soft\eclipse\oomph\eclipse-instc.exe ^
 -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer ^
 -consoleLog ^
 -noSplash ^
 -o "o" ^
 -s "Vasili Gulevich" ^
 -v ^
 -t "tests" ^
 -p "p" ^
 "https://download.eclipse.org/rcptt/release/2.5.3/repository/" ^
 -vmargs ^
   -Dfile.encoding=UTF-8 ^
   -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true ^
   -Xmx8g

git pull origin release/version -s ours

Back to the top