mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47: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",
|
"logLevel": "info",
|
||||||
"logFormat": "default",
|
"logFormat": "default",
|
||||||
"serveInAPIMode": false,
|
"serveInAPIMode": false,
|
||||||
"enableSwaggerEndpoint": false
|
"databaseBackend": {
|
||||||
|
"type": "",
|
||||||
|
"url": "",
|
||||||
|
"dbPath": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
-1
@@ -2,5 +2,4 @@ build/aptly usr/bin/
|
|||||||
README.rst usr/share/aptly/
|
README.rst usr/share/aptly/
|
||||||
LICENSE usr/share/aptly/
|
LICENSE usr/share/aptly/
|
||||||
AUTHORS usr/share/aptly/
|
AUTHORS usr/share/aptly/
|
||||||
debian/aptly.conf etc/
|
|
||||||
completion.d/_aptly usr/share/zsh/vendor-completions/
|
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
|
Package: aptly-api
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}, aptly
|
||||||
Description: Debian repository management tool (REST API server)
|
Description: Debian repository management tool (REST API server)
|
||||||
systemd service and configuration for aptly
|
systemd service and configuration for aptly
|
||||||
|
|||||||
Reference in New Issue
Block a user