diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-28 01:52:35 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-28 01:52:35 -0500 |
commit | 8b17eaf422ae5bea4c1f2264576a3280d50b66dd (patch) | |
tree | 2f440e564e200247cc1efb7890914b1385b08f2f /test/libremakepkg-test.sh | |
parent | 1c45abba48d24758a99fcbe84f2add52b7c94c1d (diff) |
Woops, also s/parabolagnulinux.org/parabola.nu/ in test/v20141128
Diffstat (limited to 'test/libremakepkg-test.sh')
-rw-r--r-- | test/libremakepkg-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libremakepkg-test.sh b/test/libremakepkg-test.sh index 4d8a7c5..4e613a2 100644 --- a/test/libremakepkg-test.sh +++ b/test/libremakepkg-test.sh @@ -11,7 +11,7 @@ before() { mkdir -p "$XDG_CONFIG_HOME"/libretools - echo "BLACKLIST=https://repo.parabolagnulinux.org/docs/blacklist.txt" >"$XDG_CONFIG_HOME"/libretools/libretools.conf + echo "BLACKLIST=https://repo.parabola.nu/docs/blacklist.txt" >"$XDG_CONFIG_HOME"/libretools/libretools.conf echo "CHROOTDIR='${chrootdir}'" > "$XDG_CONFIG_HOME"/libretools/chroot.conf echo "CHROOT='default'" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf |