summaryrefslogtreecommitdiff
path: root/db-cleanup
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:09:48 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:09:48 -0300
commite21b2e2ecc559e525d43650239631b838bb79d51 (patch)
treea479435c1250d8aa739394f67cb3cf51bdfc9d5a /db-cleanup
parentf291f3c6183f9ddfa189bc231fefac358523f929 (diff)
remove deprecated repositories variables
Diffstat (limited to 'db-cleanup')
-rwxr-xr-xdb-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-cleanup b/db-cleanup
index 75a9744..4a37024 100755
--- a/db-cleanup
+++ b/db-cleanup
@@ -31,7 +31,7 @@ EXTRAFLAGS=()
filter=$(mktemp -t "${0##*/}.XXXXXXXXXX")
trap "rm -f -- $(printf %q "$filter")" EXIT
-for _repo in "${repositories[@]}"; do
+for _repo in "${main_repositories[@]}"; do
for _arch in "${native_architectures[@]}"; do
msg "Getting %s-%s database" "${_repo}" "${_arch}"