blob: 8f856b561b5dcce255841819df1e1fc4d8175da6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Name: incoming
IncomingDir: /srv/apt/incoming
TempDir: /srv/apt/repo/tmp
LogDir: incoming-log
Multiple: yes
# ignore .buildinfo files
Permit: unused_files
Cleanup: unused_files
Allow:
sid-pgdg>sid-pgdg-testing
trixie-pgdg>trixie-pgdg-testing
bookworm-pgdg>bookworm-pgdg-testing
bullseye-pgdg>bullseye-pgdg-testing
oracular-pgdg>oracular-pgdg-testing
noble-pgdg>noble-pgdg-testing
jammy-pgdg>jammy-pgdg-testing
focal-pgdg>focal-pgdg-testing
Name: snapshot
IncomingDir: /srv/apt/snapshot
TempDir: /srv/apt/repo/tmp
LogDir: snapshot-log
Multiple: yes
# ignore .buildinfo files
Permit: unused_files
Cleanup: unused_files
Allow:
sid-pgdg>sid-pgdg-snapshot
trixie-pgdg>trixie-pgdg-snapshot
bookworm-pgdg>bookworm-pgdg-snapshot
bullseye-pgdg>bullseye-pgdg-snapshot
oracular-pgdg>oracular-pgdg-snapshot
noble-pgdg>noble-pgdg-snapshot
jammy-pgdg>jammy-pgdg-snapshot
focal-pgdg>focal-pgdg-snapshot
|