summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-11 01:19:32 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-11 01:19:32 -0500
commite0e4837f17f22b7bfafafc8d0e6f7a351249417e (patch)
treebe2eeb00dc478409a52291bd0b223df8e64fbee1
parent3fb5f8efef231dd7784be880934cd106603ab6f1 (diff)
FixedFixed a little main.sh
-rw-r--r--main.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.sh b/main.sh
index 1a2c6c4..cf7bcd8 100644
--- a/main.sh
+++ b/main.sh
@@ -33,7 +33,9 @@ for repo in $(echo ${repo_list} | tr ':' ' '); do
msg2 "Making pending list for ${repo} ${arch}"
run_python_cmd "mkpending.py -r ${repo} -b ${repodir}/${repo}/os/${arch}"
msg2 "Cleaning ${repo} ${arch}"
- run_python_cmd "clean-repo.py -b ${repodir}/${repo}/os/${arch}/${repo}.db.tar.gz -d ${repodir}/${repo}/os/${arch}/"
- get_license.sh
+ run_python_cmd "clean_repo.py -b ${repodir}/${repo}/os/${arch}/${repo}.db.tar.gz -d ${repodir}/${repo}/os/${arch}/"
done
done
+
+msg "Checking licenses"
+get_license.sh