Following up to my
Hi Andrew,

On 26.11.2012 20:02, Andrew Rist wrote:
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.
[...]
@@ -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))

See the change above, the aoo-win7-nightly was updated to the TLP
location. The problem is that the win7 buildbot doesn't run a SVN step,
it does its own thing by doing a "svn up" in its pristine svn checkout.
So someone with ssh access into that box needs to switch this pristine
checkout to the change upstream location.

I solved that problem using an efficient trick but somewhat dirty trick: I changed the relevant buildbot steps of both the win7-nightly and win7-snapshot bots to do the svn-switch, ran them successfully and reverted the temporary changes to the buildbot steps again. So now also our w7-bots are updated to the switched upstream location.

Herbert

Reply via email to