diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-24 00:15:37 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-24 00:15:37 -0300 |
commit | 269be57f429162af70641cdf057d32c217d59ed7 (patch) | |
tree | 02cdb3fb0e78d24a1dbc3dbd1cb5607465df8356 /cron-jobs/repo-sanity-check | |
parent | e21b2e2ecc559e525d43650239631b838bb79d51 (diff) |
rename main_repositories -> native_repositories
Diffstat (limited to 'cron-jobs/repo-sanity-check')
-rwxr-xr-x | cron-jobs/repo-sanity-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/repo-sanity-check b/cron-jobs/repo-sanity-check index aacac8a..bf1cac6 100755 --- a/cron-jobs/repo-sanity-check +++ b/cron-jobs/repo-sanity-check @@ -8,7 +8,7 @@ source "$(dirname "$(readlink -e "$0")")/../etc/dbscripts.cfg" source "$(dirname "$(readlink -e "$0")")/../share/db-functions" # Traverse all repos -for _repo in "${main_repositories[@]}"; do +for _repo in "${native_repositories[@]}"; do msg "Cleaning up [%s]" "${_repo}" # Find all pkgnames on this repo's abs |