diff options
Diffstat (limited to 'pkg/apt-ftparchive.conf')
| -rw-r--r-- | pkg/apt-ftparchive.conf | 29 | +29 −0 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pkg/apt-ftparchive.conf b/pkg/apt-ftparchive.conf new file mode 100644 --- /dev/null +++ b/pkg/apt-ftparchive.conf @@ -0,0 +1,29 @@ +// Copyright (c) 2026 Nikolay Govorov +// SPDX-License-Identifier: AGPL-3.0-or-later + +Dir { + ArchiveDir "."; + CacheDir "/tmp/apt-cache"; +}; + +Default { + Packages::Compress ". gzip"; + Packages::Extensions ".deb"; +}; + +TreeDefault { + Packages "$(DIST)/$(SECTION)/binary-$(ARCH)/Packages"; + BinCacheDB "packages-$(DIST)-$(ARCH).db"; +}; + +Tree "dists/stable" { + Sections "main"; + Architectures "amd64 arm64 riscv64 ppc64le"; + Directory "pool/stable"; +}; + +Tree "dists/nightly" { + Sections "main"; + Architectures "amd64 arm64 riscv64 ppc64le"; + Directory "pool/nightly"; +}; |
