mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-16 07:10:54 +00:00
Merge tag 'upstream/1.6.0+ds1_alpha1' into debian/master
This commit is contained in:
Vendored
+1
-1
@@ -1 +1 @@
|
||||
debian/aptly-api.conf etc
|
||||
debian/aptly.conf etc/
|
||||
|
||||
Vendored
+38
@@ -0,0 +1,38 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# see: dh_installdeb(1)
|
||||
|
||||
set -e
|
||||
|
||||
# summary of how this script can be called:
|
||||
# * <new-preinst> `install'
|
||||
# * <new-preinst> `install' <old-version>
|
||||
# * <new-preinst> `upgrade' <old-version>
|
||||
# * <old-preinst> `abort-upgrade' <new-version>
|
||||
# for details, see http://www.debian.org/doc/debian-policy/ or
|
||||
# the debian-policy package
|
||||
|
||||
|
||||
case "$1" in
|
||||
install|upgrade)
|
||||
if [ -f /etc/aptly-api.conf ]; then
|
||||
echo "migrating /etc/aptly-api.conf ..."
|
||||
mv /etc/aptly-api.conf /etc/aptly-api.conf.migrate
|
||||
fi
|
||||
;;
|
||||
|
||||
abort-upgrade)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "preinst called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
# dh_installdeb will replace this with shell code automatically
|
||||
# generated by other debhelper scripts.
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Vendored
+4
-5
@@ -1,16 +1,15 @@
|
||||
[Unit]
|
||||
Description=Aptly API
|
||||
Description=Aptly REST API
|
||||
After=network.target
|
||||
Documentation=man:aptly(1)
|
||||
|
||||
[Service]
|
||||
User=aptly-api
|
||||
Group=aptly-api
|
||||
WorkingDirectory=/var/lib/aptly-api
|
||||
Environment=TERM=dumb
|
||||
WorkingDirectory=~
|
||||
EnvironmentFile=/etc/default/aptly-api
|
||||
ExecStart=/usr/bin/aptly api serve \
|
||||
-config=/etc/aptly-api.conf \
|
||||
-listen=${LISTEN_ADDRESS}
|
||||
ExecStart=/usr/bin/aptly api serve -config=/etc/aptly.conf -listen=${LISTEN_ADDRESS}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Vendored
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"rootDir": "~/.aptly",
|
||||
"downloadConcurrency": 4,
|
||||
"downloadSpeedLimit": 0,
|
||||
"downloadRetries": 0,
|
||||
"downloader": "default",
|
||||
"databaseOpenAttempts": -1,
|
||||
"architectures": [],
|
||||
"dependencyFollowSuggests": false,
|
||||
"dependencyFollowRecommends": false,
|
||||
"dependencyFollowAllVariants": false,
|
||||
"dependencyFollowSource": false,
|
||||
"dependencyVerboseResolve": false,
|
||||
"gpgDisableSign": false,
|
||||
"gpgDisableVerify": false,
|
||||
"gpgProvider": "gpg",
|
||||
"downloadSourcePackages": false,
|
||||
"skipLegacyPool": true,
|
||||
"ppaDistributorID": "ubuntu",
|
||||
"ppaCodename": "",
|
||||
"skipContentsPublishing": false,
|
||||
"skipBz2Publishing": false,
|
||||
"FileSystemPublishEndpoints": {},
|
||||
"S3PublishEndpoints": {},
|
||||
"SwiftPublishEndpoints": {},
|
||||
"AzurePublishEndpoints": {},
|
||||
"AsyncAPI": false,
|
||||
"enableMetricsEndpoint": false,
|
||||
"logLevel": "info",
|
||||
"logFormat": "default",
|
||||
"serveInAPIMode": false,
|
||||
"databaseBackend": {
|
||||
"type": "",
|
||||
"url": "",
|
||||
"dbPath": ""
|
||||
},
|
||||
"enableSwaggerEndpoint": false
|
||||
}
|
||||
Vendored
+50
-9
@@ -5,38 +5,79 @@ Maintainer: Sebastien Delafond <seb@debian.org>
|
||||
Build-Depends: bash-completion,
|
||||
debhelper-compat (= 13),
|
||||
dh-golang,
|
||||
golang-any,
|
||||
golang-go,
|
||||
golang-github-aleksi-pointer-dev,
|
||||
golang-github-awalterschulze-gographviz-dev,
|
||||
golang-github-aws-aws-sdk-go-dev,
|
||||
golang-github-aws-aws-sdk-go-v2-dev,
|
||||
golang-github-aws-smithy-go-dev,
|
||||
golang-github-azure-azure-pipeline-go-dev,
|
||||
golang-github-azure-azure-storage-blob-go-dev,
|
||||
golang-github-beorn7-perks-dev,
|
||||
golang-github-cavaliergopher-grab-dev,
|
||||
golang-github-cheggaaa-pb-dev,
|
||||
golang-github-cespare-xxhash-dev,
|
||||
golang-github-cheggaaa-pb.v3-dev,
|
||||
golang-github-cloudflare-circl-dev,
|
||||
golang-github-coreos-go-semver-dev,
|
||||
golang-github-coreos-go-systemd-dev,
|
||||
golang-github-disposaboy-jsonconfigreader-dev,
|
||||
golang-github-gin-contrib-sse-dev,
|
||||
golang-github-gin-gonic-gin-dev,
|
||||
golang-github-gogo-protobuf-dev,
|
||||
golang-snappy-go-dev,
|
||||
golang-github-google-uuid-dev,
|
||||
golang-github-go-playground-locales-dev,
|
||||
golang-github-go-playground-universal-translator-dev,
|
||||
golang-github-go-playground-validator-v10-dev,
|
||||
golang-gopkg-h2non-filetype.v1-dev,
|
||||
golang-github-hashicorp-errwrap-dev,
|
||||
golang-github-hashicorp-go-multierror-dev,
|
||||
golang-github-jlaffaye-ftp-dev,
|
||||
golang-github-kjk-lzma-dev,
|
||||
golang-github-klauspost-compress-dev,
|
||||
golang-github-klauspost-pgzip-dev,
|
||||
golang-github-leodido-go-urn-dev,
|
||||
golang-github-mattn-go-colorable-dev,
|
||||
golang-github-mattn-go-ieproxy-dev,
|
||||
golang-github-mattn-go-isatty-dev,
|
||||
golang-github-mattn-go-runewidth-dev,
|
||||
golang-github-mattn-go-shellwords-dev,
|
||||
golang-github-mkrautz-goar-dev,
|
||||
golang-github-munnerz-goautoneg-dev,
|
||||
golang-github-mxk-go-flowrate-dev,
|
||||
golang-github-ncw-swift-dev,
|
||||
golang-github-pborman-uuid-dev,
|
||||
golang-github-pelletier-go-toml,
|
||||
golang-github-pkg-errors-dev,
|
||||
golang-github-prometheus-client-golang-dev,
|
||||
golang-github-prometheus-client-model-dev,
|
||||
golang-github-prometheus-common-dev,
|
||||
golang-github-prometheus-procfs-dev,
|
||||
golang-github-protonmail-go-crypto-dev,
|
||||
golang-github-rivo-uniseg-dev,
|
||||
golang-github-rs-zerolog-dev,
|
||||
golang-github-saracen-walker-dev,
|
||||
golang-github-smira-commander-dev,
|
||||
golang-github-smira-flag-dev,
|
||||
golang-github-smira-go-aws-auth-dev,
|
||||
golang-github-smira-go-ftp-protocol-dev,
|
||||
golang-github-smira-go-xz-dev,
|
||||
golang-github-syndtr-goleveldb-dev,
|
||||
golang-github-ugorji-go-codec-dev,
|
||||
golang-github-ugorji-go-codec,
|
||||
golang-github-wsxiaoys-terminal-dev,
|
||||
golang-golang-x-crypto-dev,
|
||||
golang-golang-x-net-dev,
|
||||
golang-golang-x-sync-dev,
|
||||
golang-golang-x-sys-dev,
|
||||
golang-golang-x-term-dev,
|
||||
golang-golang-x-text-dev,
|
||||
golang-golang-x-time-dev,
|
||||
golang-golang-x-tools-dev,
|
||||
golang-gopkg-h2non-filetype.v1-dev
|
||||
golang-google-genproto-dev,
|
||||
golang-google-grpc-dev,
|
||||
golang-google-protobuf-dev,
|
||||
golang-gopkg-yaml.v2-dev,
|
||||
golang-go.uber-multierr-dev,
|
||||
golang-go.uber-zap-dev,
|
||||
golang-etcd-server-dev (>= 3.5.15-7),
|
||||
git
|
||||
Standards-Version: 4.6.1
|
||||
Homepage: https://www.aptly.info
|
||||
Vcs-Git: https://salsa.debian.org/debian/aptly.git
|
||||
@@ -49,7 +90,7 @@ Architecture: any
|
||||
Depends: bzip2, xz-utils, gnupg, gpgv, ${shlibs:Depends}, ${misc:Depends}
|
||||
Suggests: graphviz
|
||||
Conflicts: gnupg1, gpgv1
|
||||
Built-Using: ${misc:Built-Using}
|
||||
Built-Using: ${misc:Static-Built-Using}, ${misc:Built-Using}
|
||||
Description: Swiss army knife for Debian repository management - main package
|
||||
It offers several features making it easy to manage Debian package
|
||||
repositories:
|
||||
@@ -66,7 +107,7 @@ Description: Swiss army knife for Debian repository management - main package
|
||||
This is the main package, it contains the aptly command-line utility.
|
||||
|
||||
Package: aptly-api
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, aptly, adduser
|
||||
Built-Using: ${misc:Built-Using}
|
||||
Description: Swiss army knife for Debian repository management - API
|
||||
|
||||
Reference in New Issue
Block a user