summaryrefslogtreecommitdiff
path: root/main.sh
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-13 00:52:10 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-13 00:52:10 -0500
commit36c0426277b03c3af60e94458c11d70a32a2030c (patch)
tree532bfb100863f31664b3747d74bb31aeeeb93823 /main.sh
parent3e27d11f68571bce92138f6cbfcaecac75fa1644 (diff)
parent748600bf8dfba34b336ad642a6b26dae674db85f (diff)
Fixed more errors and refactoring
Diffstat (limited to 'main.sh')
-rwxr-xr-xmain.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.sh b/main.sh
index 46f2f75..9f41a95 100755
--- a/main.sh
+++ b/main.sh
@@ -31,9 +31,8 @@ for repo in $(echo ${repo_list} | tr ':' ' '); do
msg2 "Syncing ${repo} ${arch}"
${rsync_post_command} --exclude-from=${rsync_blacklist} \
${mirror}${mirropath}/${repo} ${repodir}/${repo}
- msg2 "Making pending list for ${repo} ${arch}"
- run_python_cmd "mkpending.py -r ${repo} -b ${repodir}/${repo}/os/${arch}"
msg2 "Cleaning ${repo} ${arch}"
+ # This also generates pending lists
run_python_cmd "clean_repo.py -b ${repodir}/${repo}/os/${arch}/${repo}.db.tar.gz -d ${repodir}/${repo}/os/${arch}/"
done
done