move to new repo
This commit is contained in:
Родитель
37d3ae0b40
Коммит
9993acfbe3
|
@ -33,7 +33,7 @@ RUN pip install -U pip wheel
|
|||
COPY requirements /pip/requirements/
|
||||
RUN cd /pip && \
|
||||
pip install --build ./build --cache-dir ./cache \
|
||||
--find-links https://pyrepo.addons.mozilla.org/ \
|
||||
--find-links https://pyrepo.stage.mozaws.net/ \
|
||||
--no-index --no-deps \
|
||||
-r requirements/docker.txt && \
|
||||
rm -r build cache
|
||||
|
|
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ update_code:
|
|||
git checkout master && git pull
|
||||
|
||||
update_deps:
|
||||
pip install --no-deps --exists-action=w -r requirements/dev.txt --find-links https://pyrepo.addons.mozilla.org/wheelhouse/ --find-links https://pyrepo.addons.mozilla.org/ --no-index
|
||||
pip install --no-deps --exists-action=w -r requirements/dev.txt --find-links https://pyrepo.stage.mozaws.net/wheelhouse/ --find-links https://pyrepo.stage.mozaws.net/ --no-index
|
||||
|
||||
update_db:
|
||||
schematic migrations
|
||||
|
|
|
@ -14,7 +14,7 @@ To build the documentation, you first need the dependencies from
|
|||
|
||||
If you're unsure, activate your virtualenv and run::
|
||||
|
||||
pip install --no-deps --exists-action=w --download-cache=/tmp/pip-cache -r requirements/docs.txt --find-links https://pyrepo.addons.mozilla.org/
|
||||
pip install --no-deps --exists-action=w --download-cache=/tmp/pip-cache -r requirements/docs.txt --find-links https://pyrepo.stage.mozaws.net/
|
||||
|
||||
Or simply::
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--no-index
|
||||
--find-links https://pyrepo.addons.mozilla.org/
|
||||
--find-links https://pyrepo.addons.mozilla.org/wheelhouse/
|
||||
--find-links https://pyrepo.stage.mozaws.net/
|
||||
--find-links https://pyrepo.stage.mozaws.net/wheelhouse/
|
||||
|
||||
-r dev.txt
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -3,7 +3,7 @@ envlist = es, addons-devhub-editors, main, flake8, docs, assets
|
|||
|
||||
[testenv]
|
||||
basepython = python2.7
|
||||
install_command = pip install --no-deps --exists-action=w --find-links https://pyrepo.addons.mozilla.org/wheelhouse/ --find-links https://pyrepo.addons.mozilla.org/ --no-index {opts} {packages}
|
||||
install_command = pip install --no-deps --exists-action=w --find-links https://pyrepo.stage.mozaws.net/wheelhouse/ --find-links https://pyrepo.stage.mozaws.net/ --no-index {opts} {packages}
|
||||
setenv =
|
||||
PYTHONPATH=apps
|
||||
whitelist_externals =
|
||||
|
|
Загрузка…
Ссылка в новой задаче