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 "Hudson-ci/eclipse migration/Hudson Code Contributions"

m (Status of Initial Code Contributions)
Line 22: Line 22:
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5461 5461]  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5461 5461]  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=354029 354029]  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=354029 354029]  
| Resubmission planned
+
| Re-Submitted Awaiting IP Review
| Initially the following files were identified as possibly nested JAR or ZIP files:<br>./src/Hudson-core/hudson-core/src/test/resources/hudson/remoteCopyFiles.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/maven-2.0.7-bin.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/apache-maven-2.2.1-bin.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/apache-maven-3.0.1-bin.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/apache-ant-1.8.1-bin.zip<br>Guidance from Winston was to delete the ANT and MAven files as they can actually be obtained at runtime and do not need to be checked in
+
|  
 +
Initially the following files were identified as possibly nested JAR or ZIP files:<br>./src/Hudson-core/hudson-core/src/test/resources/hudson/remoteCopyFiles.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/maven-2.0.7-bin.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/apache-maven-2.2.1-bin.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/apache-maven-3.0.1-bin.zip<br>./src/Hudson-core/hudson-test-framework/src/main/resources/apache-ant-1.8.1-bin.zip<br>Guidance from Winston was to delete the ANT and Maven files as they can actually be obtained at runtime and do not need to be checked in
 +
 
 +
The remoteCopyFiles has been expanded in place.
 +
 
 
|-
 
|-
 
| SVN  
 
| SVN  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5469 5469]  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5469 5469]  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=354031 354031]  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=354031 354031]  
| No CQ upload yet
+
| Awaiting IP Review
 
|  
 
|  
Zip files in contribution:  
+
Initially Zip files in contribution:  
  
 
Several zip files in src\test\resources\org\eclipse\hudson\scm\subversion\*  
 
Several zip files in src\test\resources\org\eclipse\hudson\scm\subversion\*  
  
Can these be expanded oe deleted?
+
Deleted these - don't need them. Updated bugzilla and submitted amended version to ipzilla
  
 
|-
 
|-

Revision as of 14:17, 9 August 2011

Hudson-headonly.png

Back to Hudson-ci home

Status of Initial Code Contributions

For the purpose of the initial code contribution, Hudson is split into 10 modules which will correspond to the GIT repositories in use:

Submission State


Module CQ in IPzilla Bugzilla Status Notes
Core 5461 354029 Re-Submitted Awaiting IP Review

Initially the following files were identified as possibly nested JAR or ZIP files:
./src/Hudson-core/hudson-core/src/test/resources/hudson/remoteCopyFiles.zip
./src/Hudson-core/hudson-test-framework/src/main/resources/maven-2.0.7-bin.zip
./src/Hudson-core/hudson-test-framework/src/main/resources/apache-maven-2.2.1-bin.zip
./src/Hudson-core/hudson-test-framework/src/main/resources/apache-maven-3.0.1-bin.zip
./src/Hudson-core/hudson-test-framework/src/main/resources/apache-ant-1.8.1-bin.zip
Guidance from Winston was to delete the ANT and Maven files as they can actually be obtained at runtime and do not need to be checked in

The remoteCopyFiles has been expanded in place.

SVN 5469 354031 Awaiting IP Review

Initially Zip files in contribution:

Several zip files in src\test\resources\org\eclipse\hudson\scm\subversion\*

Deleted these - don't need them. Updated bugzilla and submitted amended version to ipzilla

Packaging 5464 354037 Awaiting IP Review Code submitted in Bugzilla and CQ
Test Harness 5471 354034 No CQ upload yet

Zip files in contribution:

Many ZIP files under Hudson-test-harness\src\test\resources\hudson\*

Can these be deleted or expanded in the context of the code contribution

Update Center 5465 354039 Awaiting IP Review Code submitted in Bugzilla and CQ
CVS 5468 354033 Awaiting IP Review Code submitted in Bugzilla and CQ
Maven 5466 354032 Awaiting IP Review Code submitted in Bugzill and CQ
UI Tests 5462 354035 Awaiting IP Review

Code submitted in Bugzilla and CQ - Possible issue:

The git-2.0.0.hpi file is an embedded archive that needs to be separately
contributed (I assume that it's a third-party library). That file contains
several other libraries (including jGit); the third-party stuff will require
separate CQs (JGit should not require a CQ as it is an Eclipse project).

GIT 5470 354036 Awaiting IP Review Code submitted in Bugzilla and CQ
Slaves 5463 354038 Awaiting IP Review Code submitted in Bugzilla and CQ

Back to the top