1
0
mirror of https://github.com/Luzifer/archrepo.git synced 2024-09-19 10:42:57 +00:00

Switch to custom hostname

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-06-09 17:28:48 +02:00
parent 4503ab3190
commit 373597891e
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5
2 changed files with 3 additions and 13 deletions

View File

@ -15,20 +15,10 @@ do_cleanup: cleanup_files
do_cleanup: list_packages
download:
vault2env --key=secret/aws/private -- aws s3 sync \
--delete \
--exclude '*.old*' \
--exclude '.git/*' \
--acl=public-read \
s3://arch-luzifer-io/repo/x86_64/ $(REPO_DIR)/
vault2env --key secret/minio/archrepo -- s3sync --delete s3://archrepo/x86_64/ $(REPO_DIR)/
upload: cleanup_files check_archive_mix
vault2env --key=secret/aws/private -- aws s3 sync \
--delete \
--exclude '*.old*' \
--exclude '.git/*' \
--acl=public-read \
$(REPO_DIR)/ s3://arch-luzifer-io/repo/x86_64/
vault2env --key secret/minio/archrepo -- s3sync --delete $(REPO_DIR)/ s3://archrepo/x86_64/
# Maintenance targets

View File

@ -76,7 +76,7 @@ Include = /etc/pacman.d/mirrorlist
[luzifer]
#SigLevel = TrustAll
Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch
Server = https://archrepo.hub.luzifer.io/$arch
#[extra-testing]
#Include = /etc/pacman.d/mirrorlist