Skip to content

Commit 332c2ea

Browse files
authored
update(ci): use createrepo_c in centos7. (#1860)
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 773559a commit 332c2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/release_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws s3 sync s3://$S3_BUCKET/$REPOSITORY_NAME/rpm/$RPM_BASEARCH/ $REPOSITORY_DIR/
1616
# ls -1tdr $REPOSITORY_DIR/rpm/$RPM_BASEARCH/*sysdig*.rpm | head -n -5 | xargs -d '\n' rm -f || true
1717

1818
cp $PACKAGES_DIR/*rpm $REPOSITORY_DIR/rpm/$RPM_BASEARCH
19-
createrepo $REPOSITORY_DIR/rpm/$RPM_BASEARCH
19+
createrepo_c $REPOSITORY_DIR/rpm/$RPM_BASEARCH
2020

2121
# create repomd.xml.asc
2222
gpg --local-user $KEY_ID --batch --no-tty --yes --detach-sign --armor $REPOSITORY_DIR/rpm/$RPM_BASEARCH/repodata/repomd.xml

0 commit comments

Comments
 (0)