subiquity/bin
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
..
console-conf-wait More shuffling for gettys: reinstate the wrapper for VTs, make sure we display the issue file. 2016-08-30 22:20:00 -04:00
console-conf-wrapper fix crash on startup with no ip address 2017-03-28 15:54:50 +13:00
subiquity-debug rearrange systemd stuff to only run subiquity on tty1 2017-01-20 16:28:50 +13:00
subiquity-loadkeys an attempt to make shift tab work in the linux console 2017-02-10 16:07:26 +13:00
subiquity-service remove crufty line that has a typoed variable name 2018-03-21 15:43:51 +13:00