mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-11-08 17:40:01 +00:00
Switch to custom hostname
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4503ab3190
commit
373597891e
2 changed files with 3 additions and 13 deletions
14
Makefile
14
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue