summaryrefslogtreecommitdiff
path: root/src/abslibre-tools/libredbdiff.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-02 22:50:10 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-03 01:08:43 -0400
commitdcaca30f938f1c28767eb8cf5a21a02289fc3a41 (patch)
tree9dffe3352b2092de888c00157944ad3e1aa466dd /src/abslibre-tools/libredbdiff.conf
parent05f431335a5e910fb0cd500be0ded78d4954e82c (diff)
libredbdiff: Use _prbl for Parabola vars and _arch for Arch vars.
libredbdiff used VARNAME for Parabola variables, and VARNAME_arch for Arch variables. I found it confusing. Instead, consistently use VARNAME_prbl for Parabola variables and VARNAME_arch for Arch variables; this allows the reader to more easily see the parallels between the handling of each.
Diffstat (limited to 'src/abslibre-tools/libredbdiff.conf')
-rw-r--r--src/abslibre-tools/libredbdiff.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abslibre-tools/libredbdiff.conf b/src/abslibre-tools/libredbdiff.conf
index 4ec024b..ed0fcb1 100644
--- a/src/abslibre-tools/libredbdiff.conf
+++ b/src/abslibre-tools/libredbdiff.conf
@@ -3,7 +3,7 @@
statedir='/var/lib/libredbdiff'
-mirror='http://repo.parabola.nu/$repo/os/$arch'
-mirrorarch='http://mirrors.kernel.org/archlinux/$repo/os/$arch'
+mirror_prbl='http://repo.parabola.nu/$repo/os/$arch'
+mirror_arch='http://mirrors.kernel.org/archlinux/$repo/os/$arch'
repos=(libre pcr libre-multilib nonprism)