You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Michael Prokop 21d13b91af
TT#28953 Add buster to list of available Debian releases
7 years ago
build TT#26827 Release panel triggers jenkins jobs with branch=none 7 years ago
debian TT#22072 Update packaging 7 years ago
hotfix TT#19059 Port to Python3, update to latest Django LTS version + based on Debian/stretch 8 years ago
panel MT#7247 panel: fix latest view 9 years ago
release_dashboard TT#37390 Fix repoapi 'Refresh All' button. 7 years ago
repoapi TT#28953 Add buster to list of available Debian releases 7 years ago
requirements TT#23283 Set compatible Django REST framework to 3.6 only 8 years ago
t TT#19059 Port to Python3, update to latest Django LTS version + based on Debian/stretch 8 years ago
.gitignore MT#7247 Initial commit 10 years ago
.gitreview MT#7505 Add .gitreview file 10 years ago
LICENSE.txt MT#7247 Initial commit 10 years ago
Makefile TT#19059 Port to Python3, update to latest Django LTS version + based on Debian/stretch 8 years ago
README.md MT#7247 Initial commit 10 years ago
deploy.yml TT#19059 Port to Python3, update to latest Django LTS version + based on Debian/stretch 8 years ago
manage.py TT#19059 Port to Python3, update to latest Django LTS version + based on Debian/stretch 8 years ago
pylint.cfg MT#19235 TT#1740 upgrade to django 1.9 9 years ago
repoapi.ini TT#19059 Port to Python3, update to latest Django LTS version + based on Debian/stretch 8 years ago

README.md

repoapi

interface to manage our debian repositories metadata

go away! This is on pre-alpha^4 development stage.

Devel environment

$ make venv_dev $ source ./venv_dev/bin/activate

Create DB

(repoapi)$ ./manage.py migrate

Create superuser

(repoapi)$ ./manage.py createsuperuser

Run test server

(repoapi)$ ./manage.py runserver_plus

Tests

(repoapi)$ ./manage.py test

Reports

(repoapi)$ ./manage.py jenkins