Difference between revisions of "Koji Testbed"

From PDP/Grid Wiki
Jump to navigationJump to search
(remove the nightly builds section)
Line 373: Line 373:
 
  iptables -t nat -A PREROUTING --proto tcp --dport 8443 --destination 194.171.96.17 -j DNAT --to-destination 10.198.8.7:443
 
  iptables -t nat -A PREROUTING --proto tcp --dport 8443 --destination 194.171.96.17 -j DNAT --to-destination 10.198.8.7:443
  
= Signing RPMs with sigul =
+
= Setting up sigul to sign RPMs =
  
 
Before the RPMs that Koji produces are distributed, they should be signed. The YUM configuration can then be configured to use GPG to verify the origin of the RPMs upon installing.
 
Before the RPMs that Koji produces are distributed, they should be signed. The YUM configuration can then be configured to use GPG to verify the origin of the RPMs upon installing.
  
 +
Sigul integrates well with Koji, but unfortunately comes with little documentation.
 +
 +
The architecture of sigul is as follows:
  
 
= Generating distribution repos from koji =  
 
= Generating distribution repos from koji =  

Revision as of 12:45, 1 August 2013