oops
This commit is contained in:
parent
da85c8bd0e
commit
8bfeda98ac
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user