Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Addonscript

Build Status Coverage Status

This is designed to be run from scriptworker, but runs perfectly fine as a standalone script.

Docs

More details on what this script does can be found in RelEng docs.

README.md is the master readme, and README.rst is generated via

pandoc --from=markdown --to=rst README.md > README.rst

This is purely because

  1. @Callek prefers writing markdown, and
  2. pypi appears to deal with rst better than markdown.

Update python dependencies

For python version we use in production:

$ docker run -ti -v $PWD:/src -w /src python:3.7 /bin/bash
(docker) /src $ pip install pip-compile-multi
(docker) /src $ pip-compile-multi -g base -g test

For other python versions:

$ docker run -ti -v $PWD:/src -w /src python:3.6 /bin/bash
(docker) /src $ pip install pip-compile-multi
(docker) /src $ pip-compile-multi -g base -g test -o "py36.txt"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.