repo.sh: Remove -f flag

pull/57/merge
Jesus Alvarez 9 years ago
parent 2504cfdab8
commit 52cd0acca6
  1. 2
      repo.sh

@ -268,7 +268,7 @@ if [[ $AZB_REPO != "" ]]; then
run_cmd "cp -f $cp_list $repo/" run_cmd "cp -f $cp_list $repo/"
run_cmd "repo-add -k $AZB_GPG_SIGN_KEY -s -v -f $repo/${AZB_REPO}.db.tar.xz $ra_list" run_cmd "repo-add -k $AZB_GPG_SIGN_KEY -s -v $repo/${AZB_REPO}.db.tar.xz $ra_list"
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
error "An error occurred adding the package to the repo!" error "An error occurred adding the package to the repo!"
exit 1 exit 1

Loading…
Cancel
Save