Skip to content

nthomas-mozilla/addonscript

 
 

Repository files navigation

Addonscript

Build Status Coverage Status

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

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"

About

Scriptworker to submit addons to AMO

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 86.5%
  • Shell 12.5%
  • Dockerfile 1.0%