Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 143075 Details for
Bug 285198
cleanSites task should be optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
285198.txt (text/plain), 4.45 KB, created by
Kim Moir
on 2009-07-30 15:32:33 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kim Moir
Created:
2009-07-30 15:32:33 EDT
Size:
4.45 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.releng.eclipsebuilder >Index: eclipse/helper.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/helper.xml,v >retrieving revision 1.130 >diff -u -r1.130 helper.xml >--- eclipse/helper.xml 30 Jul 2009 15:11:44 -0000 1.130 >+++ eclipse/helper.xml 30 Jul 2009 19:34:37 -0000 >@@ -399,7 +399,7 @@ > <echo message="cvsUp complete." /> > </target> > >- <target name="cleanSites"> >+ <target name="cleanSites" unless="skip.clean.sites"> > <cleanSite ageInMinutes="1440" directoryName="/builds/transfer/files/master/downloads/drops" realDelete="true" /> > <cleanSite ageInMinutes="1440" directoryName="/builds/transfer/files/master/equinox/drops" realDelete="true" /> > <cleanSite ageInMinutes="1440" directoryName="/builds/transfer/files/bogus/downloads/drops" realDelete="true" /> >Index: bootstrap.sh >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/bootstrap.sh,v >retrieving revision 1.22 >diff -u -r1.22 bootstrap.sh >--- bootstrap.sh 29 Jul 2009 19:16:38 -0000 1.22 >+++ bootstrap.sh 30 Jul 2009 19:34:37 -0000 >@@ -18,11 +18,13 @@ > recipients= > > #default text message notification list >-#textRecipients=6132962910@txt.bellmobility.ca > textRecipients= > > #sets skip.performance.tests Ant property >-skipPerf="" >+skipPerformanceTests="" >+ >+#sets skip.clean.sites Ant property >+skipCleanSites="" > > #sets skipPack Ant property > skipPack="" >@@ -112,7 +114,7 @@ > > > # process command line arguments >-usage="usage: $0 [-notify emailaddresses][-textRecipients textaddesses][-test][-buildDirectory directory][-buildId name][-buildLabel directory name][-tagMapFiles][-mapVersionTag tag][-builderTag tag][-bootclasspath path][-compareMaps][-skipPerf] [-skipTest] [-skipRSS] [-updateSite site][-skipPack][-sign] M|N|I|S|R" >+usage="usage: $0 [-notify emailaddresses][-textRecipients textaddesses][-test][-buildDirectory directory][-buildId name][-buildLabel directory name][-tagMapFiles][-mapVersionTag tag][-builderTag tag][-bootclasspath path][-compareMaps][-skipPerf] [-skipCleanSites] [-skipTest] [-skipRSS] [-updateSite site][-skipPack][-sign] M|N|I|S|R" > > if [ $# -lt 1 ] > then >@@ -128,6 +130,7 @@ > -mapVersionTag) mapVersionTag="$2"; shift;; > -tagMapFiles) tagMaps="-DtagMaps=true";; > -skipPerf) skipPerf="-Dskip.performance.tests=true";; >+ -skipCleanSites ) skipCleanSites="-Dskip.clean.sites=true"; > -skipTest) skipTest="-Dskip.tests=true";; > -skipRSS) skipRSS="-Dskip.feed=true";; > -deleteArtifacts) deleteArtifacts="-Ddelete.artifacts=true";; >Index: bootstrapHudson.sh >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/bootstrapHudson.sh,v >retrieving revision 1.4 >diff -u -r1.4 bootstrapHudson.sh >--- bootstrapHudson.sh 30 Jul 2009 17:46:32 -0000 1.4 >+++ bootstrapHudson.sh 30 Jul 2009 19:34:37 -0000 >@@ -23,6 +23,9 @@ > #sets skip.performance.tests Ant property > skipPerf="" > >+#sets skip.clean.sites Ant property >+skipCleanSites="" >+ > #sets skipPack Ant property > skipPack="" > >@@ -112,7 +115,7 @@ > > > # process command line arguments >-usage="usage: $0 [-notify emailaddresses][-textRecipients textaddesses][-test][-buildDirectory directory][-buildId name][-buildLabel directory name][-tagMapFiles][-mapVersionTag tag][-builderTag tag][-bootclasspath path][-compareMaps][-skipPerf] [-skipTest] [-skipRSS] [-updateSite site][-skipPack][-sign] M|N|I|S|R" >+usage="usage: $0 [-notify emailaddresses][-textRecipients textaddesses][-test][-buildDirectory directory][-buildId name][-buildLabel directory name][-tagMapFiles][-mapVersionTag tag][-builderTag tag][-bootclasspath path][-compareMaps][-skipPerf] [-skipCleanSites] [-skipTest] [-skipRSS] [-updateSite site][-skipPack][-sign] M|N|I|S|R" > > if [ $# -lt 1 ] > then >@@ -128,6 +131,7 @@ > -mapVersionTag) mapVersionTag="$2"; shift;; > -tagMapFiles) tagMaps="-DtagMaps=true";; > -skipPerf) skipPerf="-Dskip.performance.tests=true";; >+ -skipCleanSites ) skipCleanSites="-Dskip.clean.sites=true"; > -skipTest) skipTest="-Dskip.tests=true";; > -skipRSS) skipRSS="-Dskip.feed=true";; > -deleteArtifacts) deleteArtifacts="-Ddelete.artifacts=true";;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 285198
: 143075