mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
This updates previous work in #739 to build Debian packages and zip files for other OS. All the build artifacts are uploaded to S3 public bucket `aptly-nightly` so that there's archive for all the builds. All `.deb` packages are automatically uploaded to repo.aptly.info/nightly on build.
13 lines
260 B
Desktop File
13 lines
260 B
Desktop File
[Unit]
|
|
Description=APT repository API
|
|
After=network.target
|
|
Documentation=man:aptly(1)
|
|
Documentation=https://www.aptly.info/doc/api/
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/aptly api serve -no-lock -listen=127.0.0.1:8081
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|