Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
cd /tmp
 
# Sign all RPM packages (This step required to input passphrase, so don't copy and paste the entire script here)
OS=centos-7
rpm --addsign `find centos-7${OS} -name \*rpm`
 
# Recreate the metadata for repository
createrepo centos-7${OS}
 
# Armor the metadata
gpg --detach-sign --armor centos-7${OS}/repodata/repomd.xml

[OPENSUSE ONLY] 

...