summaryrefslogtreecommitdiff
path: root/db-list-unsigned-packages
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:15:37 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:15:37 -0300
commit269be57f429162af70641cdf057d32c217d59ed7 (patch)
tree02cdb3fb0e78d24a1dbc3dbd1cb5607465df8356 /db-list-unsigned-packages
parente21b2e2ecc559e525d43650239631b838bb79d51 (diff)
rename main_repositories -> native_repositories
Diffstat (limited to 'db-list-unsigned-packages')
-rwxr-xr-xdb-list-unsigned-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-list-unsigned-packages b/db-list-unsigned-packages
index 9a531d6..0a7831c 100755
--- a/db-list-unsigned-packages
+++ b/db-list-unsigned-packages
@@ -31,7 +31,7 @@ fi
arch=$1
shift
-for repo in "${main_repositories[@]}"
+for repo in "${native_repositories[@]}"
do
db="${root_dir}/${repo}/os/${arch}/${repo}.db"
[ -f "$db" ] && "$(dirname "$(readlink -e "$0")")/db-list-unsigned-packages.py" "$repo" "$@" < "$db"