[Buildbot] #2947: Agree what constitutes a release

Buildbot trac trac at buildbot.net
Fri Oct 17 22:52:56 UTC 2014


#2947: Agree what constitutes a release
------------------------+--------------------
Reporter:  sa2ajj       |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.8.x
 Version:               |  Resolution:
Keywords:               |
------------------------+--------------------

Comment (by dustin):

 From the metabuildbot config:
 {{{
     for name, workdir, command in [
             ('buildbot', 'build/master', 'sdist'),
             ('buildbot-slave', 'build/slave', 'sdist'),
             ('buildbot-pkg', 'build/pkg', 'sdist'),
             ('buildbot-www', 'build/www/base', 'bdist_wheel'),
             ('buildbot-console-view', 'build/www/console_view',
 'bdist_wheel'),
             ('buildbot-waterfall-view', 'build/www/waterfall_view',
 'bdist_wheel'),
             ('buildbot-codeparameter', 'build/www/codeparameter',
 'bdist_wheel'),
         ]:
 }}}

 So basically, Angular apps are shipped as wheels, while Python apps are
 shipped as sdists.

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


More information about the bugs mailing list