ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-dev
python-dev
Re: [Python-Dev] Buildbot questions
by Brian Warner other posts by this author
Jan 11 2006 12:40AM messages near this date
Re: [Python-Dev] Buildbot questions | Re: [Python-Dev] Buildbot questions
>  > Ah, but that would require changes to the slaves, right? I would
>  > prefer a solution that avoids that.
>  
>  I don't think so. In my little test setup I didn't have to make any
>  change to the slave.

The "update" and "clobber" mode parameters are implemented on the slave side.
Trent's patch changes which mode setting is used on the master side before
anything is sent to the slaves, so the slaves don't have to know anything
about it.

In general there is as little slave-side code as possible, to reduce the need
to upgrade or change the code on that side. The VC checkout/update operations
are an exception, since they may do several operations in a row (which would
mean a lot more latency to do them without support from code on the slave
side), and because I'm lazy and prefer to implement the algorithms in Python
instead of in Bourne shell :).

 -Brian

_______________________________________________
Python-Dev mailing list
Python-Dev@[...].org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.c
om
Thread:
Morel Xavier
Tim Peters
"Martin v. Löwis"
Trent Mick
Brian Warner
John J Lee
Tim Peters
"Martin v. Löwis"
Trent Mick
"Martin v. Löwis"
Trent Mick
Brian Warner
"Martin v. Löwis"
Brian Warner
Trent Mick
"Martin v. Löwis"
skip
Anthony Baxter
"Martin v. Löwis"
Anthony Baxter
John J Lee
"Martin v. Löwis"
skip
Anthony Baxter
"Martin v. Löwis"
Anthony Baxter
"Martin v. Löwis"
Bob Ippolito

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved