[Buildbot-devel] svn_buildbot.py
christian unger
christian_unger at mac.com
Fri Feb 2 21:03:56 UTC 2007
this line is not valid anymore:
/path/to/svn_buildbot.py --repository "$REPOS" --revision "$REV" --
bbserver localhost --bbport 9989
it should be
/path/to/svn_buildbot.py --repository="$REPOS" --revision="$REV" --
bbserver=localhost --bbport=9989
my python is not very good, but I think the reason is the use of the
getopt module in this newer version of svn_buildbot.py which came
with 0.74
cu
christian unger
On 01.02.2007, at 22:33, christian unger wrote:
> Hi all,
>
>
> what is the wicked reason that this post commit hook doesn't report
> any change to my bot anymore?
> fakechange does so, easily.
> this is on os x (macports buildbot 0.74)
>
>
> I have a modified fakechange which reports changes from a linux cvs
> box to the bot on the os x box
> the subversion repos is also on the os x box and it did get changes
> from the svn_buildbot.py notification before.
>
> question is: before what?
> the call in the hook din't change
>
> the repos layout did and the buildbot version was incremented from
> 0.73
>
>
>
>
>
>
> cu
> christian unger
>
> ----------------------------------------------------------------------
> ---
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
More information about the devel
mailing list