Prepare deployment: Build basic deb packages
This commit is contained in:
parent
87d72be3fa
commit
dde639f3d1
17 changed files with 280 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -23,3 +23,12 @@ node_modules
|
|||
__pycache__/
|
||||
/db.sqlite3
|
||||
/venv/
|
||||
/debian/*debhelper*
|
||||
/debian/*.substvars
|
||||
/debian/files
|
||||
/debian/python3-userausfall/
|
||||
/debian/userausfall/
|
||||
/debian/userausfall-webapp/
|
||||
/.pybuild/
|
||||
/build/
|
||||
/userausfall.egg-info/
|
||||
|
|
Reference in a new issue