mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-11-10 02:20:02 +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
|
do_cleanup: list_packages
|
||||||
|
|
||||||
download:
|
download:
|
||||||
vault2env --key=secret/aws/private -- aws s3 sync \
|
vault2env --key secret/minio/archrepo -- s3sync --delete s3://archrepo/x86_64/ $(REPO_DIR)/
|
||||||
--delete \
|
|
||||||
--exclude '*.old*' \
|
|
||||||
--exclude '.git/*' \
|
|
||||||
--acl=public-read \
|
|
||||||
s3://arch-luzifer-io/repo/x86_64/ $(REPO_DIR)/
|
|
||||||
|
|
||||||
upload: cleanup_files check_archive_mix
|
upload: cleanup_files check_archive_mix
|
||||||
vault2env --key=secret/aws/private -- aws s3 sync \
|
vault2env --key secret/minio/archrepo -- s3sync --delete $(REPO_DIR)/ s3://archrepo/x86_64/
|
||||||
--delete \
|
|
||||||
--exclude '*.old*' \
|
|
||||||
--exclude '.git/*' \
|
|
||||||
--acl=public-read \
|
|
||||||
$(REPO_DIR)/ s3://arch-luzifer-io/repo/x86_64/
|
|
||||||
|
|
||||||
# Maintenance targets
|
# Maintenance targets
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[luzifer]
|
[luzifer]
|
||||||
#SigLevel = TrustAll
|
#SigLevel = TrustAll
|
||||||
Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch
|
Server = https://archrepo.hub.luzifer.io/$arch
|
||||||
|
|
||||||
#[extra-testing]
|
#[extra-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
Loading…
Reference in a new issue