mirror of
https://github.com/buildbot/buildbot.git
synced 2021-05-20 10:47:20 +03:00
common: Don't hardcode version number for package installation
This commit is contained in:
@@ -18,7 +18,7 @@ do
|
||||
. $VE/bin/activate
|
||||
pip install -U pip
|
||||
pip install mock requests flask
|
||||
pip install dist/buildbot-2*.$suffix
|
||||
pip install dist/buildbot-[0-9]*.$suffix
|
||||
pip install dist/buildbot?pkg*.$suffix
|
||||
pip install dist/*.$suffix
|
||||
smokes/run.sh
|
||||
|
||||
Reference in New Issue
Block a user