mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
debian: move config file to aptly-api
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
debian/aptly.conf etc/
|
||||
Vendored
+5
-1
@@ -29,5 +29,9 @@
|
||||
"logLevel": "info",
|
||||
"logFormat": "default",
|
||||
"serveInAPIMode": false,
|
||||
"enableSwaggerEndpoint": false
|
||||
"databaseBackend": {
|
||||
"type": "",
|
||||
"url": "",
|
||||
"dbPath": ""
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -2,5 +2,4 @@ build/aptly usr/bin/
|
||||
README.rst usr/share/aptly/
|
||||
LICENSE usr/share/aptly/
|
||||
AUTHORS usr/share/aptly/
|
||||
debian/aptly.conf etc/
|
||||
completion.d/_aptly usr/share/zsh/vendor-completions/
|
||||
|
||||
Vendored
+1
-1
@@ -64,6 +64,6 @@ Description: Debian repository management tool (debug files)
|
||||
|
||||
Package: aptly-api
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, aptly
|
||||
Description: Debian repository management tool (REST API server)
|
||||
systemd service and configuration for aptly
|
||||
|
||||
Reference in New Issue
Block a user