subiquity/scripts
Scott Moser af94275618 Make tox and Makefile more similar.
This does a few things with the end goal of making simplifying and
making consistent tox and 'make' methods of test or check.

Things here:
 * move python programs out of bin and into their own main.  Use
   entry_points to get scripts written for them.  One gain here is
   that we no longer have python programs that are not named .py.
   flake8 and friends would not check those programs by default.
 * install scripts in bin/ using the setup.py scripts and adjust
   snapcraft.yaml and debian packaging for that.
 * declare and use PYTHON in Makefile to avoid repeating 'python3'
 * declare and use CHECK_DIRS in Makefile for list of dirs to check.
 * no longer run 'flake8' from 'make check' by default.
 * remove the old tests/ directory.
2018-06-05 22:19:17 -04:00
..
inject-subiquity-snap.sh make it easier to replace the squashfses in an iso 2017-12-21 14:04:17 +13:00
installdeps.sh update travis jobs: test on cosmic, run make lint 2018-05-25 10:56:01 +12:00
make-edge-iso.sh a simple script to put the edge subiquity snap into a new iso 2018-03-14 15:25:53 +13:00
replay-curtin-log.py change replay-curtin-log to give a more realistic experience in dry-run mode 2018-02-28 15:57:35 +13:00
runtests.sh Make tox and Makefile more similar. 2018-06-05 22:19:17 -04:00
test-in-lxd.sh update travis jobs: test on cosmic, run make lint 2018-05-25 10:56:01 +12:00
test-this-branch.sh fix subquity -> subiquity typos, including in script name 2017-08-23 10:26:09 +12:00