summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:13:53 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:13:53 -0300
commitb2a6a10a14459715cee3d2cd49db9244c40bf969 (patch)
tree1416e6182002de664f031c7dfe5bb4ba6fa0d6f8 /db-sync
parent715079ee09c198a104964381d4af482adbb0ba6c (diff)
remove deprecated derivative_architectures
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 d80e480..dd0603b 100755
--- a/db-sync
+++ b/db-sync
@@ -70,7 +70,7 @@ init() {
# Traverse all repo-arch pairs
for _repo in "${derivative_native_repositories[@]}"; do
- for _arch in "${derivative_architectures[@]}"; do
+ for _arch in "${native_architectures[@]}"; do
msg "Processing %s-%s" "${_repo}-${_arch}"
db_file=$(get_repo_file "${_repo}" "${_arch}")${database_extension_suffixfile}