mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-09 20:14:56 -05:00
Debian packaging via dh_virtualenv (#4285)
This commit is contained in:
parent
fd4070a85d
commit
1a6d5bfa08
36 changed files with 311 additions and 510 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -18,7 +18,7 @@ homeserver*.db
|
|||
homeserver*.log
|
||||
homeserver*.log.*
|
||||
homeserver*.pid
|
||||
homeserver*.yaml
|
||||
/homeserver*.yaml
|
||||
|
||||
*.signing.key
|
||||
*.tls.crt
|
||||
|
|
@ -26,6 +26,8 @@ homeserver*.yaml
|
|||
*.tls.key
|
||||
|
||||
.coverage
|
||||
.coverage.*
|
||||
!.coverage.rc
|
||||
htmlcov
|
||||
|
||||
demo/*/*.db
|
||||
|
|
@ -57,3 +59,7 @@ env/
|
|||
|
||||
.vscode/
|
||||
.ropeproject/
|
||||
|
||||
*.deb
|
||||
|
||||
/debs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue