[arvados-dev] updated: e172b06c0080c34b8d110675bda710011567de17
    git repository hosting 
    git at public.arvados.org
       
    Tue Apr  2 12:26:39 UTC 2024
    
    
  
Summary of changes:
 jenkins/run_upload_packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
       via  e172b06c0080c34b8d110675bda710011567de17 (commit)
      from  f7e69d6afd2aeea724f66329a55ba69f4764beb4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e172b06c0080c34b8d110675bda710011567de17
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Tue Apr 2 09:23:15 2024 -0300
    Uses createrepo_c instead of createrepo. Refs #21616
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index d199197..c6949e8 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -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/'
 
-----------------------------------------------------------------------
hooks/post-receive
-- 
    
    
More information about the arvados-commits
mailing list