[Buildbot-devel] Packaging Error?

Charles Lepple clepple at gmail.com
Sun Jan 17 22:47:13 UTC 2010


On Sun, Jan 17, 2010 at 12:57 AM, Dustin J. Mitchell <dustin at zmanda.com> wrote:
> On Tue, Jan 12, 2010 at 1:35 AM, Marcus Lindblom <macke at yar.nu> wrote:
>> No worries. We added the new stylesheet for this release, and did some
>> renaming of things on jinja+master branch (scheduled 0.8), so we
>> probably just missed to update setup.py for 0.7.12.
>>
>> A bit embarassing though.. :)
>
> and, it's fixed..
>
> commit 2009af482533c1cdea7444befca3f847ee8c80ab
> Author: Dustin J. Mitchell <dustin at zmanda.com>
> Date:   Sat Jan 16 23:56:49 2010 -0600
>
>    include all CSS files in the distro

'upgrade-master' also references a background image:

diff --git a/setup.py b/setup.py
index 311a614..c513e38 100644
--- a/setup.py
+++ b/setup.py
@@ -199,7 +199,8 @@ setup_args = {
     'data_files': [("buildbot", ["buildbot/buildbot.png"]),
                 ("buildbot/clients", ["buildbot/clients/debug.glade"]),
                 ("buildbot/status/web",
-                 ["buildbot/status/web/classic.css",
+                 ["buildbot/status/web/bg_gradient.jpg",
+                  "buildbot/status/web/classic.css",
                   "buildbot/status/web/default.css",
                   "buildbot/status/web/extended.css",
                   "buildbot/status/web/index.html",


-- 
- Charles Lepple




More information about the devel mailing list