ci: improve aptly repo layout

use the new -multi-dist option to combine all distributions into one
publish point:

deb http://repo.aptly.info/ci bookworm main

or:

deb http://repo.aptly.info/release bookworm main

for the following distributions: buster, bullseye, bookworm, focal, jammy
This commit is contained in:
André Roth
2024-09-13 08:06:18 +02:00
parent c248dc1803
commit 2306993b7b
4 changed files with 51 additions and 32 deletions
+2 -2
View File
@@ -149,7 +149,7 @@ flake8: ## run flake8 on system tests
flake8 system
clean: ## remove local build and module cache
test -d .go/ && chmod u+w -R .go/ && rm -rf .go/
rm -rf build/ docs/ obj-x86_64-linux-gnu/
test -d .go/ && chmod u+w -R .go/ && rm -rf .go/ || true
rm -rf build/ docs/ obj-*-linux-gnu*
.PHONY: help man prepare version release goxc docker-build-aptly-dev docker-system-tests docker-unit-tests docker-lint docker-build build docker-aptly clean