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.
 
 
 
 
 
Alexander Lutay dc7b153dcb
TT#13767 TT#15303 Add ngcp-fauditd/ngcp-user-framework to repoapi dashboard
9 years ago
debian MT#7247 debian/postinst: remove hack from eceefa7ff5 9 years ago
hotfix TT#11544 test: fix test due common JBI_BASEDIR 9 years ago
panel MT#7247 panel: fix latest view 9 years ago
release_dashboard TT#4671 release_dashboard: set default_release to 'none' 9 years ago
repoapi TT#13767 TT#15303 Add ngcp-fauditd/ngcp-user-framework to repoapi dashboard 9 years ago
requirements TT#5454 requirements: do not use new celery 4.0 9 years ago
t TT#5454 requirements: do not use new celery 4.0 9 years ago
.gitignore MT#7247 Initial commit 11 years ago
.gitreview MT#7505 Add .gitreview file 11 years ago
LICENSE.txt MT#7247 Initial commit 11 years ago
Makefile MT#3762 release_dashboard base 9 years ago
README.md MT#7247 Initial commit 11 years ago
deploy.yml MT#12487 add deploy environment and configs for uwsgi 11 years ago
manage.py MT#7247 Initial commit 11 years ago
pylint.cfg MT#19235 TT#1740 upgrade to django 1.9 10 years ago
repoapi.ini MT# uwsgi: remove daemons from repoapi.ini 10 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