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 "UPR Developer Info"

(Created page with "The project uses GIT as source control system. The repository is located here: git.eclipse.org/c/www.eclipse.org/upr.git Maven/Tycho is used to build the project. Since the ...")
 
Line 4: Line 4:
 
Maven/Tycho is used to build the project.
 
Maven/Tycho is used to build the project.
  
Since the project is still in starting phase the following info should be considered:
+
Since the project is still in starting phase the following info should be considered reading:
http://wiki.eclipse.org/Development_Resources/The_First_90_Days
+
* http://wiki.eclipse.org/Development_Resources/The_First_90_Days
 +
* http://wiki.eclipse.org/Development_Resources/New_Commmitter_Handbook
  
 
Things to be done to be able to offer nightly builds:
 
Things to be done to be able to offer nightly builds:
  
* Create nightly build on Eclipse Hudson:  
+
* Create nightly build on Eclipse Hudson:  
  http://wiki.eclipse.org/Hudson
+
  http://wiki.eclipse.org/Hudson
  https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Hudson&short_desc=HIPP%20for%20upr
+
  https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Hudson&short_desc=HIPP%20for%20upr
* Sign created bundles:  
+
* Sign created bundles:  
  http://www.codetrails.com/blog/sign-your-eclipse-project
+
  http://www.codetrails.com/blog/sign-your-eclipse-project
* Create reproducible version identifiers for nightly builds:  
+
* Create reproducible version identifiers for nightly builds:  
  http://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers
+
  http://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers
  
 
Things to be done for a release:
 
Things to be done for a release:
  
* Have a release review: http://wiki.eclipse.org/Development_Resources/HOWTO/Release_Reviews
+
* Have a release review: http://wiki.eclipse.org/Development_Resources/HOWTO/Release_Reviews

Revision as of 12:57, 14 January 2014

The project uses GIT as source control system. The repository is located here: git.eclipse.org/c/www.eclipse.org/upr.git

Maven/Tycho is used to build the project.

Since the project is still in starting phase the following info should be considered reading:

Things to be done to be able to offer nightly builds:

  • Create nightly build on Eclipse Hudson:
 http://wiki.eclipse.org/Hudson
 https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Hudson&short_desc=HIPP%20for%20upr
  • Sign created bundles:
 http://www.codetrails.com/blog/sign-your-eclipse-project
  • Create reproducible version identifiers for nightly builds:
 http://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers

Things to be done for a release:

Back to the top