This commit is contained in:
Jack L. Frost 2015-08-11 18:34:10 +03:00
parent da85c8bd0e
commit 8bfeda98ac
1 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@ main() {
cd "${cfg_repos_dir}/${repo_name}"
printf 'Cleaning the %s repo...\n' "%s"
printf 'Cleaning the %s repo...\n' "$repo_name"
"$HOME/scripts/repo-clean" > repo_clean.log
printf 'Signing packages...\n'
"$HOME/scripts/repo-sign" > repo_sign.log
printf 'Adding packages to the %s repo...\n' "%s"
printf 'Adding packages to the %s repo...\n' "$repo_name"
repo-add -n "${repo_name}.db.tar.gz" *.pkg.tar.xz &> update.log
printf 'Done\n'