aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial projects.xml parsing code with debug printoutMart Raudsepp2016-11-101-1/+7
|
* Add dirty sync_versions debug codeMart Raudsepp2016-11-101-2/+0
| | | | | | | This just prints the first packages versions JSON data out and exits, so just some initial debug code out of the way to sync in projects.xml first, as sync_versions will need to reference projects and maintainers, so better to finish projects.xml sync first.
* Add syncing of packages in categories from packages.g.o (just name)Mart Raudsepp2016-09-071-3/+22
| | | | Also add manage.py commands to call the sync steps individually for testing
* Add initial code to sync categories from packages.g.o with associated plumbingMart Raudsepp2016-09-071-2/+13
| | | | | | | Now this should make http://localhost:5000 show the available categories: ./manage.py init ./manage.py sync_gentoo ./manage.py runserver
* Initial start of new Project Grumpy code; Hello World!Mart Raudsepp2016-09-061-0/+17
virtualenv -p python3 venv venv/bin/activate pip install -r requirements.txt ./manage.py runserver --help ./manage.py shell for a python shell with flask instance exported into "app" var ./manage.py runserver