The PPC buildbots are running pretty well, now that I've opened a few more ports, but I'd like to find this script "pybuildbot.identify" that they keep complaining about, and install it. I've poked around the Python sources, but haven't found it. Anyone know where to get it from? Thanks. Bill
On 19.05.2010 18:09, Bill Janssen wrote:
The PPC buildbots are running pretty well, now that I've opened a few more ports, but I'd like to find this script "pybuildbot.identify" that they keep complaining about, and install it. I've poked around the Python sources, but haven't found it.
Anyone know where to get it from?
it's just a custom script, currently very linux specific. attached here. maybe it's worth to check it in and extend it for other configurations. Matthias
Matthias Klose <doko@ubuntu.com> wrote:
On 19.05.2010 18:09, Bill Janssen wrote:
The PPC buildbots are running pretty well, now that I've opened a few more ports, but I'd like to find this script "pybuildbot.identify" that they keep complaining about, and install it. I've poked around the Python sources, but haven't found it.
Anyone know where to get it from?
it's just a custom script, currently very linux specific. attached here. maybe it's worth to check it in and extend it for other configurations.
Matthias
Well, please check it in somewhere, at least. Thanks. Bill
Bill Janssen wrote:
Matthias Klose <doko@ubuntu.com> wrote:
On 19.05.2010 18:09, Bill Janssen wrote:
The PPC buildbots are running pretty well, now that I've opened a few more ports, but I'd like to find this script "pybuildbot.identify" that they keep complaining about, and install it. I've poked around the Python sources, but haven't found it.
Anyone know where to get it from? it's just a custom script, currently very linux specific. attached here. maybe it's worth to check it in and extend it for other configurations.
Matthias
Well, please check it in somewhere, at least. Thanks.
Can you please investigate why it was causing an error message in the first place? The which test should have determined that the script doesn't exist, and then it shouldn't have been invoked. So I'm puzzled why there is an error message at all. I slightly object to checking it in. It's *not* a mandatory part of a buildbot slave setup, and if you don't know what it is, you don't need to know. Regards, Martin
Martin v. Löwis <martin@v.loewis.de> wrote:
Bill Janssen wrote:
Matthias Klose <doko@ubuntu.com> wrote:
On 19.05.2010 18:09, Bill Janssen wrote:
The PPC buildbots are running pretty well, now that I've opened a few more ports, but I'd like to find this script "pybuildbot.identify" that they keep complaining about, and install it. I've poked around the Python sources, but haven't found it.
Anyone know where to get it from? it's just a custom script, currently very linux specific. attached here. maybe it's worth to check it in and extend it for other configurations.
Matthias
Well, please check it in somewhere, at least. Thanks.
Can you please investigate why it was causing an error message in the first place? The which test should have determined that the script doesn't exist, and then it shouldn't have been invoked. So I'm puzzled why there is an error message at all.
I agree. Must be something in the buildbot code.
I slightly object to checking it in. It's *not* a mandatory part of a buildbot slave setup, and if you don't know what it is, you don't need to know.
Well, if it failed silently, I would agree. As it is, I created a Darwin version and sent it off to Matthias. Bill
Bill Janssen wrote:
The PPC buildbots are running pretty well, now that I've opened a few more ports, but I'd like to find this script "pybuildbot.identify" that they keep complaining about, and install it. I've poked around the Python sources, but haven't found it.
You don't need to bother about it - it's fine that it's missing. Regards, Martin
participants (3)
-
"Martin v. Löwis"
-
Bill Janssen
-
Matthias Klose