add todo
This commit is contained in:
parent
d657ed2f42
commit
736420f6b1
1 changed files with 1 additions and 0 deletions
1
run.sh
1
run.sh
|
@ -6,6 +6,7 @@ version=$(cat $built_dir/version)
|
|||
repo_dir=${REPO_DIR:-/repo}
|
||||
|
||||
# skip if already up-to-date
|
||||
# TODO: use the repo instead and check the version with dnf
|
||||
if $(ls polycat-* | grep -q "$version"); then
|
||||
echo "package is already up to date, exiting"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue