diff --git a/Makefile b/Makefile index 53edd67..50e79f3 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/scripts/pacman.conf b/scripts/pacman.conf index cf62948..5502cd2 100644 --- a/scripts/pacman.conf +++ b/scripts/pacman.conf @@ -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