[Buildbot] #3008: www dependencies upgrade not working

Buildbot trac trac at buildbot.net
Fri Nov 7 01:43:32 UTC 2014


#3008: www dependencies upgrade not working
-------------------+--------------------
Reporter:  Ben     |       Owner:
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:  0.9.0
 Version:  master  |  Resolution:
Keywords:  web     |
-------------------+--------------------

Comment (by dustin):

 In fact, this is so common, it's encoded in validate.sh:
   https://github.com/buildbot/buildbot/blob/master/common/validate.sh#L128
 {{{
 if ! $quick && ! $no_js; then
     for module in www/base www/console_view www/waterfall_view
 www/codeparameter;
     do
         status "running 'setup.py develop' for $module"
         if ! (cd $module; python setup.py develop >/dev/null ); then
             warning "$module/setup.py failed; retrying with cleared libs/"
             rm -rf "$module/libs"
             (cd $module; python setup.py develop >/dev/null ) || not_ok
 "$module/setup.py failed"
         fi
     done
 else
     warning "Skipping JavaScript Tests"
 fi
 }}}

 So I'd argue this is as fixed as possible in Buildbot.

--
Ticket URL: <http://trac.buildbot.net/ticket/3008#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list