classabbyamp 89e672db3d
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
2023-04-02 15:34:14 -04:00

9 lines
213 B
Bash
Executable File

#!/bin/sh
TRAVIS_MIRROR=repo-ci.voidlinux.org
for _i in etc/xbps.d/repos-remote*.conf ; do
/bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m"
sed -i "s:repo-default\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
done