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.
 
 
 
 
 
Victor Seva 8e9320a57f
MT#16891 support changed-abandoned
9 years ago
debian MT#7247 fix dependences for jessie 10 years ago
panel MT#7247 simpler regex for urls 10 years ago
repoapi MT#16891 support changed-abandoned 9 years ago
requirements MT#6975 set flake8 and coverage supported versions 10 years ago
t MT#17293 Switch Dockerfile to use a sipwise-jessie image 9 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 MT#6259 support unittest at docker environment 10 years ago
README.md MT#7247 Initial commit 10 years ago
deploy.yml MT#12487 add deploy environment and configs for uwsgi 10 years ago
manage.py MT#7247 Initial commit 10 years ago
pylint.cfg MT#7247 Initial commit 10 years ago
repoapi.ini MT#12487 fixes 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