Skip to content

Commit

Permalink
Makefile: add prebuilt_frontend
Browse files Browse the repository at this point in the history
This simplifies the message

make frontend -> build
make prebuilt_frontend -> download from ftp

Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Feb 3, 2015
1 parent ee9ee3a commit 6f7907c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -38,6 +38,12 @@ frontend_install_tests:
$(PIP) install mock wheel
trial pkg/test_buildbot_pkg.py

prebuilt_frontend:
$(PIP) install -U http://ftp.buildbot.net/pub/latest/buildbot_www-1latest-py2-none-any.whl
$(PIP) install -U http://ftp.buildbot.net/pub/latest/buildbot_codeparameter-1latest-py2-none-any.whl
$(PIP) install -U http://ftp.buildbot.net/pub/latest/buildbot_console_view-1latest-py2-none-any.whl
$(PIP) install -U http://ftp.buildbot.net/pub/latest/buildbot_waterfall_view-1latest-py2-none-any.whl

# install git hooks for validating patches at commit time
hooks:
cp common/hooks/* `git rev-parse --git-dir`/hooks
Expand Down

0 comments on commit 6f7907c

Please sign in to comment.