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

Difference between revisions of "Papyrus/Papyrus Developer Guide/Release Standard Operating Procedure: Doc"

(delete all page contents)
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#Comment
+
This page must be deleted
## level 3
+
## @improvement create a bugzilla first
+
 
+
## email
+
### to papyrus intra
+
### to papyrus dev
+
#### Hi everyone !Today is build day so if you can refrain yourselves from pushing troublesome features we would greatly appreciate it.Papyrus Core Team
+
 
+
#Prerequire
+
## eclipse <version> nightly Eclipse for RCP and RAP Developers
+
## papyrus git new branch on master
+
## alert on papyrus dev mailing list
+
## alert on cross project
+
 
+
 
+
# SimRel
+
## Clone simrel git repository: by egit or directly with command line: git clone git://git.eclipse.org/gitroot/simrel/org.eclipse.simrel.build.gi
+
## Import the project inside your eclipse workspace
+
# Import Eclipse Papyrus Developer Tools
+
## Help>Install> Update site: https://hudson.eclipse.org/papyrus/view/Mars/job/Papyrus-Master-Developer/lastSuccessfulBuild/artifact/releng/dev/target/repository/
+
# Papyrus Releng
+
## Import releng project in workspace
+
## Update dependencies from Agregation Build Models
+
### right click on the *.pom.xml and oomph papyrus.setup
+
#### /releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
+
#### /releng/top-pom-dev.xml
+
#### /releng/top-pom-extra-tests.xml
+
#### /releng/top-pom-extras.xml
+
#### /releng/top-pom-main-tests.xml
+
#### /releng/top-pom-main.xml
+
#### /releng/top-pom-rcp.xml
+
### Selection the right version and check the Confirmation Location Update, each version should be the lastest official version except if you depend on a specific build version, unreleased officially
+
## Update dependencies manually
+
### for all unannotated repositories,
+
### @missing cmd: find . -name "top-pom*" | xargs -t -i grep "manualUpdate" -b1 {}
+
### for detection of manual repository example repository orbit find the lastest url http://download.eclipse.org/tools/orbit/downloads/
+
## Push on Papyrus gerrit
+
### [Releng] Update dependencies for <Eclipse Version> <Milestone>
+

Latest revision as of 10:43, 19 November 2020

This page must be deleted

Back to the top