mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
debian: move config file to aptly-api
This commit is contained in:
1
debian/aptly-api.install
vendored
Normal file
1
debian/aptly-api.install
vendored
Normal file
@@ -0,0 +1 @@
|
||||
debian/aptly.conf etc/
|
||||
6
debian/aptly.conf
vendored
6
debian/aptly.conf
vendored
@@ -29,5 +29,9 @@
|
||||
"logLevel": "info",
|
||||
"logFormat": "default",
|
||||
"serveInAPIMode": false,
|
||||
"enableSwaggerEndpoint": false
|
||||
"databaseBackend": {
|
||||
"type": "",
|
||||
"url": "",
|
||||
"dbPath": ""
|
||||
}
|
||||
}
|
||||
|
||||
1
debian/aptly.install
vendored
1
debian/aptly.install
vendored
@@ -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/
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -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