aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci-build.sh')
-rwxr-xr-xscripts/ci-build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index a543769..bfd4783 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -457,7 +457,6 @@ if [[ -n "$PREMIRROR" ]]; then
append_local_conf PREMIRRORS_prepend "
PREMIRRORS_prepend = \"\\
git://.*/.* $PREMIRROR \\n \\
- ftp://.*/.* $PREMIRROR \\n \\
http://.*/.* $PREMIRROR \\n \\
https://.*/.* $PREMIRROR \\n \\
\"
@@ -471,7 +470,6 @@ if [[ -n "$MIRROR" ]]; then
append_local_conf MIRRORS_append "
MIRRORS_append = \"\\
git://.*/.* $MIRROR \\n \\
- ftp://.*/.* $MIRROR \\n \\
http://.*/.* $MIRROR \\n \\
https://.*/.* $MIRROR \\n \\
\"