repo.or.cz
/
void-pkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zellij: update to 0.41.2
[void-pkg.git]
/
common
/
travis
/
set_mirror.sh
blob
8159daceb613f40fbce9707e0e62b2fffb08bfae
1
#!/bin/sh
2
3
TRAVIS_MIRROR
=
repo-ci.voidlinux.org
4
5
for
_i
in
etc
/
xbps.d
/
repos-remote
*
.conf
;
do
6
/
bin
/
echo -e
"
\x1b
[32mUpdating
$_i
...
\x1b
[0m"
7
sed
-i
"s:repo-default\.voidlinux\.org:
$TRAVIS_MIRROR
:g"
$_i
8
done