diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-02 22:30:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-02 22:50:36 -0400 |
commit | 3f4c2e4f1f3d28981e5121af97206cdc85427042 (patch) | |
tree | 3d0906575cee3efb03285086ffa5c7c486fef342 /src/abslibre-tools/libredbdiff.conf | |
parent | ebbde88b7c08a5e9fe9ba8aca1ca2ac2dbd1b41d (diff) |
libredbdiff: make repos be a true array, make it configurable
Diffstat (limited to 'src/abslibre-tools/libredbdiff.conf')
-rw-r--r-- | src/abslibre-tools/libredbdiff.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abslibre-tools/libredbdiff.conf b/src/abslibre-tools/libredbdiff.conf index 18bc643..4ec024b 100644 --- a/src/abslibre-tools/libredbdiff.conf +++ b/src/abslibre-tools/libredbdiff.conf @@ -5,3 +5,5 @@ statedir='/var/lib/libredbdiff' mirror='http://repo.parabola.nu/$repo/os/$arch' mirrorarch='http://mirrors.kernel.org/archlinux/$repo/os/$arch' + +repos=(libre pcr libre-multilib nonprism) |