Community
Participate
Working Groups
Our current e4 build output is not signed. /shared/eclipse/e4/test.masterBuild.sh is the one that won't publish the e4 SDK to download.eclipse.org. /releng/org.eclipse.e4.builder/builder/general/customTargets.xml is all of our build stuff. postBuild target is where we do a little post-processing of our p2 repo and then start mirroring, create the product, and build the e4 SDK. It could probably stand a little re-ordering, and the mirror can be disabled (or we clean it up later). PW
Created attachment 174787 [details] preliminary patch for testing
Ran a test build but the builder didn't reflect the changes on the filesystem on eclipse.org. Not sure if this is because they were checked via pserver and the filesystem was out of sync. In any case, I've reverted the changes and will run another test build tomorrow as Paul needs to run a real build in a bit.
Created attachment 174854 [details] patch
Created attachment 174856 [details] patch
Created attachment 174910 [details] patch
The latest patch worked except for some reason I was prompted for the build password during the signing process. Paul, I'll look at this tomorrow and have reverted the patches for your build tonight.
Have fixed the ssh issue. The I20100722-0955 test build was successfully signed. and packed. The signing changes are released for your 11:30 build Paul.
the composite repo didn't contain anything signed for the 11 am repo (because most of the bundles were the same). So I've cleaned out the repo. I20100722-1945 looks like it's signed and .../e4/updates/2010 installed signed bundles for me! :-) PW