git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/etc/aptly-lirionde.conf
blob: 34f8ac3d85ed30a32658aeafe89194e1232a507f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"