[Buildbot] #3611: buildbot.bat in Scripts-Directory is missing on windows
    Buildbot trac 
    trac at buildbot.net
       
    Wed Sep 28 06:11:58 UTC 2016
    
    
  
#3611: buildbot.bat in Scripts-Directory is missing on windows
-------------------------+--------------------
Reporter:  florian.roks  |       Owner:
    Type:  defect        |      Status:  new
Priority:  major         |   Milestone:  0.9.0
 Version:                |  Resolution:
Keywords:                |
-------------------------+--------------------
Comment (by florian.roks):
 I tested several variants of installing/upgrading it - some worked, some
 didn't - every test ("---") was performed in a clean env. "=>" shows the
 (intermediate) result. If there's anything else I can provide, let me
 know.
 {{{
 ---
 pip install --no-use-wheel buildbot==0.9.0rc3
 => proper buildbot.bat
 ---
 # this is essentially my case, only starting earlier and updates until rc3
 (with pip install) worked:
 easy_install buildbot==0.9.0rc2
 => proper buildbot.bat
 pip install buildbot==0.9.0rc3 --upgrade
 => no buildbot.bat
 ---
 pip install buildbot==0.9.0rc3
 => no buildbot.bat
 ---
 pip install buildbot==0.9.0rc1
 => proper buildbot.bat
 pip install buildbot==0.9.0rc2 --upgrade
 => proper buildbot.bat
 pip install buildbot==0.9.0rc3 --upgrade
 => no buildbot.bat
 ---
 pip install buildbot==0.9.0rc2
 => proper buildbot.bat
 pip install buildbot==0.9.0rc3
 => no buildbot.bot
 ---
 pip install buildbot==0.9.0rc3
 => no buildbot.bat
 ---
 pip install --no-use-wheel buildbot==0.9.0rc2
 => proper buildbot.bat
 pip install --no-use-wheel buildbot==0.9.0rc3 --upgrade
 => proper buildbot.bat
 ---
 easy_install buildbot
 => proper buildbot.bat (uses 0.9.0rc3)
 ---
 pip install buildbot
 => proper buildbot.bat (uses 0.8.14)
 ---
 easy_install buildbot==0.9.0rc2
 => proper buildbot.bat
 easy_install buildbot==0.9.0rc3
 => proper buildbot.bat
 }}}
--
Ticket URL: <http://trac.buildbot.net/ticket/3611#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
    
    
More information about the bugs
mailing list