Uses createrepo_c instead of createrepo. Refs #21616
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 2 Apr 2024 12:23:15 +0000 (09:23 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 2 Apr 2024 12:23:15 +0000 (09:23 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

jenkins/run_upload_packages.py

index d199197cb152fafdcc744eb4a464f8247ad2f1f2..c6949e82844db7b98c6a36c28bb6807731a8de07 100755 (executable)
@@ -245,7 +245,7 @@ cd "$1"; shift
 REPODIR=$1; shift
 rpmsign --addsign "$@" </dev/null
 mv "$@" "$REPODIR"
-createrepo -c ~/.createrepo-cache --update "$REPODIR"
+createrepo_c -c ~/.createrepo-cache --update "$REPODIR"
 """
     REPO_ROOT = '/var/www/rpm.arvados.org/'