[Buildbot-devel] /usr/bin/buildbot install issue (was Re: file upload code)

Dustin J. Mitchell dustin at zmanda.com
Tue Jul 1 14:24:26 UTC 2008


On Tue, Jul 1, 2008 at 6:12 AM, Bailey, Darragh <dbailey at hp.com> wrote:
> It looks to me that there is a bug in your release that results in the script for buildbot not being installed to /usr/bin.
>
> I've attached a patch that includes the script and also fixes setup.py so that it is installed.

The second hunk was fairly recently fixed.  I'm not sure how or when
the typo snuck in.

The first hunk is for a file that's already there in darcs, so for
some reason it's not being distributed.  I'm not too familiar with the
new build process.  Can someone who is take a look?

Dustin

diff -Nur buildbot-0.7.7-dustin.orig/bin/buildbot
buildbot-0.7.7-dustin/bin/buildbot
--- buildbot-0.7.7-dustin.orig/bin/buildbot     1970-01-01
01:00:00.000000000 +0100
+++ buildbot-0.7.7-dustin/bin/buildbot  2008-07-01 10:31:23.000000000 +0100
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+
+from buildbot.scripts import runner
+runner.run()
diff -Nur buildbot-0.7.7-dustin.orig/setup.py buildbot-0.7.7-dustin/setup.py
--- buildbot-0.7.7-dustin.orig/setup.py 2008-04-29 17:55:21.000000000 +0100
+++ buildbot-0.7.7-dustin/setup.py      2008-07-01 10:30:36.000000000 +0100
@@ -85,7 +85,7 @@
                 ("buildbot/test/mail", testmsgs),
                 ("buildbot/test/subdir", ["buildbot/test/subdir/emit.py"]),
                 ],
-    'scripts ':  scripts,
+    'scripts':  scripts,
     'cmdclass': {'install_data': install_data_twisted},
     }

-- 
Storage Software Engineer
http://www.zmanda.com




More information about the devel mailing list