copy the rpms after you sign them, you idiot
This commit is contained in:
parent
54f02f0757
commit
9e5d54afab
1 changed files with 4 additions and 3 deletions
|
|
@ -56,12 +56,13 @@ KEYID="00AE817C24A10C2540461A9C1D7CDE0234DB458D"
|
||||||
|
|
||||||
echo "==> Updating RPM repo..."
|
echo "==> Updating RPM repo..."
|
||||||
mkdir -p "$RPM_REPO"
|
mkdir -p "$RPM_REPO"
|
||||||
cp "${BUILD_OUTPUT}/rpm/"*.rpm "$RPM_REPO/"
|
|
||||||
|
|
||||||
for file in `ls -1 "$PWD/dist/rpm"`; do
|
for file in `ls -1 "${BUILD_OUTPUT}/rpm"`; do
|
||||||
rpmsign --addsign "$PWD/dist/rpm/$file"
|
rpmsign --addsign "${BUILD_OUTPUT}/rpm/$file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cp "${BUILD_OUTPUT}/rpm/"*.rpm "$RPM_REPO/"
|
||||||
|
|
||||||
createrepo_c "$RPM_REPO"
|
createrepo_c "$RPM_REPO"
|
||||||
|
|
||||||
echo "==> Signing repomd.xml..."
|
echo "==> Signing repomd.xml..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue