From b2a6a10a14459715cee3d2cd49db9244c40bf969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 23 Sep 2015 23:13:53 -0300 Subject: remove deprecated derivative_architectures --- db-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-sync') 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} -- cgit v1.2.3-2-g168b