parent
2303f9905b
commit
b37191657c
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -37,7 +37,7 @@ cd $repo_dir
|
||||||
# (which only happens on first run)
|
# (which only happens on first run)
|
||||||
touch cavif-0.rpm
|
touch cavif-0.rpm
|
||||||
rm $(ls cavif-*.rpm | sort --version-sort | sed '$d')
|
rm $(ls cavif-*.rpm | sort --version-sort | sed '$d')
|
||||||
rm cavif-0.rpm
|
rm cavif-0.rpm || true
|
||||||
|
|
||||||
# update repo
|
# update repo
|
||||||
createrepo_c .
|
createrepo_c .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue