We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773559a commit 332c2eaCopy full SHA for 332c2ea
scripts/release/release_rpm.sh
@@ -16,7 +16,7 @@ aws s3 sync s3://$S3_BUCKET/$REPOSITORY_NAME/rpm/$RPM_BASEARCH/ $REPOSITORY_DIR/
16
# ls -1tdr $REPOSITORY_DIR/rpm/$RPM_BASEARCH/*sysdig*.rpm | head -n -5 | xargs -d '\n' rm -f || true
17
18
cp $PACKAGES_DIR/*rpm $REPOSITORY_DIR/rpm/$RPM_BASEARCH
19
-createrepo $REPOSITORY_DIR/rpm/$RPM_BASEARCH
+createrepo_c $REPOSITORY_DIR/rpm/$RPM_BASEARCH
20
21
# create repomd.xml.asc
22
gpg --local-user $KEY_ID --batch --no-tty --yes --detach-sign --armor $REPOSITORY_DIR/rpm/$RPM_BASEARCH/repodata/repomd.xml
0 commit comments