aboutsummaryrefslogtreecommitdiff
path: root/devel/asu
Commit message (Collapse)AuthorAge
* asu: Change Python 2 dependencies to Python 3Jeffery To2020-01-10
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* asu: improve packagingDaniel Golle2019-03-08
| | | | | | | | * use gunicorn instead of Flask for main server threads * generate and deploy random database password * provide distribution files Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* asu: add attended sysupgrade server packageDaniel Golle2019-03-08
Signed-off-by: Daniel Golle <daniel@makrotopia.org>