From 89e672db3d02b1b317bd853513efdb25aee7bab9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 2 Apr 2023 15:32:41 -0400 Subject: [PATCH] common/travis/set_mirror.sh: Revert "switch to repo-de temporarily" This reverts commit 836b6c484e0b9de2f0f9b8ac2f646e99136e56e8, as the repo-fi sync issue has now been resolved --- common/travis/set_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/set_mirror.sh b/common/travis/set_mirror.sh index 7e88cce6ebd..8159daceb61 100755 --- a/common/travis/set_mirror.sh +++ b/common/travis/set_mirror.sh @@ -1,6 +1,6 @@ #!/bin/sh -TRAVIS_MIRROR=repo-de.voidlinux.org +TRAVIS_MIRROR=repo-ci.voidlinux.org for _i in etc/xbps.d/repos-remote*.conf ; do /bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m"