Re: [update] buildbot 0.8.6

2012-04-29 Thread Landry Breuil
On Fri, Apr 13, 2012 at 06:42:15PM -0400, Brad Smith wrote: On 13/04/12 2:24 PM, Piotr Sikora wrote: Hey, Upstream provides a distname with p1 , meaning 0.8.6 patchlevel 1, so lets use that for the packagename since pl is a valid version stem.. Yeah, I get it, but what's the advantage of

Re: [update] buildbot 0.8.6

2012-04-13 Thread Piotr Sikora
Hey Landry, thanks for taking care of it. However, I would propose using: -MODPY_EGG_VERSION=0.8.5 +MODPY_EGG_VERSION=0.8.6p1 instead of: -MODPY_EGG_VERSION=0.8.5 -DISTNAME=buildbot-slave-${MODPY_EGG_VERSION} +MODPY_EGG_VERSION=0.8.6 +DISTNAME=

Re: [update] buildbot 0.8.6

2012-04-13 Thread Landry Breuil
On Fri, Apr 13, 2012 at 02:35:55PM +0200, Piotr Sikora wrote: Hey Landry, thanks for taking care of it. However, I would propose using: -MODPY_EGG_VERSION=0.8.5 +MODPY_EGG_VERSION=0.8.6p1 instead of: -MODPY_EGG_VERSION=0.8.5 -DISTNAME=

Re: [update] buildbot 0.8.6

2012-04-13 Thread Landry Breuil
On Fri, Apr 13, 2012 at 04:03:17PM +0200, Piotr Sikora wrote: Hey Landry, PKGNAME = py-${DISTNAME:S/p1/pl1/} To make it use the 'pl' suffix. same PLIST as with your diff. What's wrong with the original py-${DISTNAME:S/p/./}? Upstream provides a distname with p1 , meaning 0.8.6

Re: [update] buildbot 0.8.6

2012-04-13 Thread Piotr Sikora
Hey, Upstream provides a distname with p1 , meaning 0.8.6 patchlevel 1, so lets use that for the packagename since pl is a valid version stem.. Yeah, I get it, but what's the advantage of having: py-buildbot-0.8.6pl1 py-buildbot-0.8.6pl1p0 py-buildbot-0.8.6pl1p1 ... instead of the existing:

Re: [update] buildbot 0.8.6

2012-04-13 Thread Brad Smith
On 13/04/12 2:24 PM, Piotr Sikora wrote: Hey, Upstream provides a distname with p1 , meaning 0.8.6 patchlevel 1, so lets use that for the packagename since pl is a valid version stem.. Yeah, I get it, but what's the advantage of having: py-buildbot-0.8.6pl1 py-buildbot-0.8.6pl1p0

[update] buildbot 0.8.6

2012-04-12 Thread Landry Breuil
Hi, Here's an update to latest buildbot/buildslave, see http://buildbot.net/buildbot/docs/0.8.6p1/release-notes.html for the list of changes. Not much tweaking in master.cfg, my instance still runs fine. Remember to run update-master of course. Landry Index: py-buildbot/Makefile

Re: [update] buildbot 0.8.6

2012-04-12 Thread Brad Smith
On 12/04/12 11:24 AM, Landry Breuil wrote: Hi, Here's an update to latest buildbot/buildslave, see http://buildbot.net/buildbot/docs/0.8.6p1/release-notes.html for the list of changes. Not much tweaking in master.cfg, my instance still runs fine. Remember to run update-master of course. Landry