diff options
author | mail_redacted_for_web | 2025-03-23 07:41:16 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2025-03-23 07:41:16 +0100 |
commit | fd4c7d2dd302cd64cec57c74536d4dbcada2941d (patch) | |
tree | 3167d643936139469b101e4cb321035db6bdc994 /aptly/etc | |
parent | 824c989a0ea25476ece334e97b2c8c3026301650 (diff) | |
download | packages.lirion.de-fd4c7d2dd302cd64cec57c74536d4dbcada2941d.tar.bz2 |
Rename repo to packages.lirion.de, move aptly stuff to aptly subfolder
Diffstat (limited to 'aptly/etc')
-rw-r--r-- | aptly/etc/aptly-lirionde.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/aptly/etc/aptly-lirionde.conf b/aptly/etc/aptly-lirionde.conf new file mode 100644 index 0000000..34f8ac3 --- /dev/null +++ b/aptly/etc/aptly-lirionde.conf @@ -0,0 +1,18 @@ +# vim:syntax=sh +# Repos that should be snapshotted and added to the publication: +MYREPS=( + "repo1" + "repo2" +) +# The GPG key with which we will sign the repositories. +GPGKEY='1A7EDEADBEEFBADC0FFEE0123456789ABCDEF012' +# A test public key to which we will encrypt a temporary string to check +# whether GPG works at all: +GPGTESTKEY='1A7EDEADBEEFBADC0FFEE0123456789ABCDEF012' +# Packages base folder. Structure is: +# BASEFOLDER/reponame/package.deb +PBASE="/tmp/aptly" +# Base folder where packages are being published. Assumption is that +# aptly is configured to use $TBASE for all operations except for the +# resulting repo which will be managed and live in $TBASE/public. +TBASE="/var/cache/repos/aptly" |