Compare commits

..

No commits in common. "b37191657c510f5f1f077dfd898908c420d70ff1" and "23ab1b4c69852665f4be86ed2cb8285831b2878c" have entirely different histories.

4
run.sh
View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
set -euxo pipefail
built_dir=${COMPILED_DIR:-/compiled}/cavif
version=$(cat $built_dir/version)
@ -37,7 +37,7 @@ cd $repo_dir
# (which only happens on first run)
touch cavif-0.rpm
rm $(ls cavif-*.rpm | sort --version-sort | sed '$d')
rm cavif-0.rpm || true
rm cavif-0.rpm
# update repo
createrepo_c .