Herbert,
Did you run switch on the svn tree for the windows nightly build? That seems to be the only piece not updated by this change.
A.

On 11/26/2012 12:30 AM, h...@apache.org wrote:
Author: hdu
Date: Mon Nov 26 08:30:23 2012
New Revision: 839584

Log:
after graduation openoffice moved from incubator/ooo

Modified:
     
infrastructure/buildbot/aegis/buildmaster/master1/projects/openofficeorg.conf

Modified: 
infrastructure/buildbot/aegis/buildmaster/master1/projects/openofficeorg.conf
==============================================================================
--- 
infrastructure/buildbot/aegis/buildmaster/master1/projects/openofficeorg.conf 
(original)
+++ 
infrastructure/buildbot/aegis/buildmaster/master1/projects/openofficeorg.conf 
Mon Nov 26 08:30:23 2012
@@ -3,32 +3,32 @@
  # schedulers
c['schedulers'].append(AnyBranchScheduler(name="on-openofficeorg-commit",
-                         branches=["incubator/ooo/site"],
+                         branches=["openoffice/site"],
                           treeStableTimer=2,
                           builderNames=["openofficeorg-site-staging"]))
c['schedulers'].append(Nightly(name='openoffice-linux64-nightly',
                builderNames=['openoffice-linux64-nightly'],
-              branch='incubator/ooo/trunk',
+              branch='openoffice/trunk',
                hour=4,
                minute=10))
c['schedulers'].append(Nightly(name='openoffice-linux64-rat',
                builderNames=['openoffice-linux64-rat'],
-              branch='incubator/ooo/trunk',
+              branch='openoffice/trunk',
                dayOfWeek=0,
                hour=3,
                minute=10))
c['schedulers'].append(Nightly(name='openoffice-linux32-nightly',
                builderNames=['openoffice-linux32-nightly'],
-              branch='incubator/ooo/trunk',
+              branch='openoffice/trunk',
                hour=4,
                minute=20))
c['schedulers'].append(Nightly(name='aoo-win7-weekly',
                builderNames=['aoo-win7'],
-              branch='incubator/ooo/trunk',
+              branch='openoffice/trunk',
                properties={'rsync_opts':'--delete'},
                dayOfWeek=0,
                hour=6,
@@ -36,13 +36,13 @@ c['schedulers'].append(Nightly(name='aoo
c['schedulers'].append(Nightly(name='aoo-win7-nightly',
                builderNames=['aoo-win7'],
-              branch='incubator/ooo/trunk',
+              branch='openoffice/trunk',
                hour=4,
                minute=30))
c['schedulers'].append(Nightly(name='aoo-win7-snapshot',
                builderNames=['aoo-w7snap'],
-              branch='incubator/ooo/trunk',
+              branch='openoffice/trunk',
                dayOfWeek=0,
                hour=2,
                minute=30))
@@ -73,7 +73,7 @@ c['status'].append(mail.MailNotifier(fro
  # schedulers
c['schedulers'].append(AnyBranchScheduler(name="on-ooo-site-commit",
-                         branches=["incubator/ooo/ooo-site"],
+                         branches=["openoffice/ooo-site"],
                           treeStableTimer=2,
                           builderNames=["ooo-site-site-staging"]))
@@ -98,7 +98,7 @@ f_ooo_1 = factory.BuildFactory()
  f_ooo_1.addStep(SVN(
      mode="copy",
      baseURL="http://svn.apache.org/repos/asf/";,
-    defaultBranch="incubator/ooo/trunk",
+    defaultBranch="openoffice/trunk",
  ))
f_ooo_1.addStep(SetProperty(command="date +%Y-%m-%d_%H:%M:%S", property="today"))
@@ -228,7 +228,7 @@ f_ooo_1r = factory.BuildFactory()
  f_ooo_1r.addStep(SVN(
      mode="copy",
      baseURL="http://svn.apache.org/repos/asf/";,
-    defaultBranch="incubator/ooo/trunk",
+    defaultBranch="openoffice/trunk",
  ))
# RAT reporting. An xml config file on the slave points the rat jar to main/rat-excludes as part of its run.
@@ -418,7 +418,7 @@ c['builders'].append(b_ooo_w1)
  f_ooo_w2 = factory.BuildFactory()
# svn under cygwin - as required by windows build
-# f_ooo_w2.addStep(Compile(command=[winbash , '-cliex', 'cd 
/cygdrive/e/slave14/aoo-w7snap/ ; svn co 
http://svn.apache.org/repos/asf/incubator/ooo/tags/SNAPSHOT build_svn'],
+# f_ooo_w2.addStep(Compile(command=[winbash , '-cliex', 'cd 
/cygdrive/e/slave14/aoo-w7snap/ ; svn co 
http://svn.apache.org/repos/asf/openoffice/tags/SNAPSHOT build_svn'],
  f_ooo_w2.addStep(Compile(command=[winbash , '-cliex', 'cd 
/cygdrive/e/slave14/aoo-w7snap/ ; svn up build_svn'],
                          haltOnFailure=True, workdir="build",
                          description=["updating","reference source"], 
descriptionDone=["updated","reference source"],
@@ -562,7 +562,7 @@ f_ooo_3 = factory.BuildFactory()
  f_ooo_3.addStep(SVN(
      mode="copy",
      baseURL="http://svn.apache.org/repos/asf/";,
-    defaultBranch="incubator/ooo/trunk",
+    defaultBranch="openoffice/trunk",
  ))
f_ooo_3.addStep(SetProperty(command="date +%Y-%m-%d_%H:%M:%S", property="today"))


--

Andrew Rist | Interoperability Architect
OracleCorporate Architecture Group
Redwood Shores, CA | 650.506.9847

Reply via email to