From 02bd17a94ac357cebe94c9bab80e27059b893e69 Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 26 Feb 2025 00:22:02 -0600 Subject: [PATCH] Revert "this might work" This reverts commit 08ab65f488f6bb77b8b5da4b55426ad7efe1b31d. --- run.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/run.sh b/run.sh index bd4296f..4ce1f8a 100755 --- a/run.sh +++ b/run.sh @@ -6,14 +6,10 @@ version=$(cat $built_dir/version) repo_dir=${REPO_DIR:-/repo} # skip if already up-to-date -# this is the easiest way to make sure it doesn't just fail because no polycat-* exists -touch polycat-tmp -if $(ls $repo_dir/polycat-* | grep -q "$version"); then - rm polycat-tmp +if $(ls polycat-* | grep -q "$version"); then echo "package is already up to date, exiting" exit fi -rm polycat-tmp # prep dnf install fedora-packager rpmdevtools createrepo_c -y