Hi guys, you may want to know that buildbot-www b9 doesnt seem to be there.
Step 7 : RUN pip install -U pip ---> Using cache ---> 3056bc42d271 Step 8 : RUN pip install -U 'buildbot[bundle]==0.9.0b9' --pre ---> Running in 6370cdfa0fc9 Collecting buildbot[bundle]==0.9.0b9 Downloading buildbot-0.9.0b9.tar.gz (3.1MB) Collecting Twisted>=14.0.1 (from buildbot[bundle]==0.9.0b9) .... Collecting buildbot-www==0.9.0b9 (from buildbot[bundle]==0.9.0b9) Could not find a version that satisfies the requirement buildbot-www==0.9.0b9 (from buildbot[bundle]==0.9.0b9) (from versions: 0.9.0b1, 0.9.0b2, 0.9.0b5, 0.9.0b6, 0.9.0b7, 0.9.0b8) No matching distribution found for buildbot-www==0.9.0b9 (from buildbot[bundle]==0.9.0b9) Cheers, Francesco On Tue, May 10, 2016 at 9:18 PM, Pierre Tardy <[email protected]> wrote: > Hello, > > I am very happy to announce the release of buildbot 0.9.0 beta 9. > > Another month, another beta! > > Right.. last time, I said the next release will be a rc. Unfortunately, we > did not have the chance to fix all remaining bugs > <http://trac.buildbot.net/query?status=accepted&status=assigned&status=new&status=reopened&milestone=0.9.0&group=status&order=priority> > yet. > > However, we had enough changes to deserve another intermediary release. > > During this last month we continue to see early adopters contributing > improvements to our frameworks, we made progress polishing the webUI, and > we did a lot of tiny improvements to the buildbot-worker package. > > This beta will be the first release of the buildbot-worker package. It is > not yet in its final form, we still need to transition to the new workerful > protocol > > Please continue the great move and adopt buildbot nine! > > As usual, you can find the release notes for complete list of what's new. > http://docs.buildbot.net/latest/relnotes/0.9.0b9.html > > The UI demo server is available here: http://nine.buildbot.net/. > > Don't forget to use the latest version of pip > pip install -U pip > > The packages are available on pypi, but as they are beta release, you > have to use the --pre option of pip. > > pip install -U 'buildbot[bundle]==0.9.0b9' --pre > > > > _______________________________________________ > users mailing list > [email protected] > https://lists.buildbot.net/mailman/listinfo/users >
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
