From 54a72aa56112ef3fa34e7ebb764dca12d482a8ba Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 26 Sep 2018 14:43:45 -0600 Subject: [PATCH] Remove local mirror. Former-commit-id: e6cdfc687f2e048a92b46d4c9b1ebe1bae1c1ee3 --- modules/parrot-build/auto/config | 3 +-- modules/parrot-build/templates/common/archives/parrot.list | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/parrot-build/auto/config b/modules/parrot-build/auto/config index 3bccd49e..3e651cea 100755 --- a/modules/parrot-build/auto/config +++ b/modules/parrot-build/auto/config @@ -3,8 +3,7 @@ set -e set -o pipefail # Bashism -#parrot_mirror=http://archive.parrotsec.org/parrot -parrot_mirror=http://172.30.0.240/parrot +parrot_mirror=http://archive.parrotsec.org/parrot # Detect target architecture and filter args if [ ! $arch ]; then diff --git a/modules/parrot-build/templates/common/archives/parrot.list b/modules/parrot-build/templates/common/archives/parrot.list index 1111791f..881a08fd 100644 --- a/modules/parrot-build/templates/common/archives/parrot.list +++ b/modules/parrot-build/templates/common/archives/parrot.list @@ -1,3 +1,3 @@ ## stable repository -deb http://172.30.0.240/parrot stable main contrib non-free -#deb-src http://172.30.0.240/parrot stable main contrib non-free +deb http://deb.parrotsec.org/parrot stable main contrib non-free +#deb-src http://archive.parrotsec.org/parrot stable main contrib non-free