mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user