summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:00:17 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:00:17 -0300
commit0327b2cd83894087862967de6745af22eba14d98 (patch)
treebc29f33177c55497c57d70c97b6a83d60d6d504f /db-sync
parent55f4f202fd05b35a6a696d60187d6dc4f6c481c1 (diff)
add better configs
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-sync b/db-sync
index a8ef950..d80e480 100755
--- a/db-sync
+++ b/db-sync
@@ -69,7 +69,7 @@ init() {
get_repos
# Traverse all repo-arch pairs
- for _repo in "${derivative_repositories[@]}"; do
+ for _repo in "${derivative_native_repositories[@]}"; do
for _arch in "${derivative_architectures[@]}"; do
msg "Processing %s-%s" "${_repo}-${_arch}"