#6741 Remove some references to EPEL 5 from docs.
Merged 7 years ago by mohanboddu. Opened 7 years ago by bowlofeggs.
bowlofeggs/releng docs-remove_el5  into  master

@@ -47,7 +47,7 @@ 

  ::

  

      $ cd /var/cache/sigul

-     $ sudo -u apache bodhi-push --releases 'f25,f24,epel-7,EL-6,EL-5' --username <yourusername>

+     $ sudo -u apache bodhi-push --releases 'f25,f24,epel-7,EL-6' --username <yourusername>

      <enter your password+2factorauth, then your fas password>

  

  You can say 'n' to the push at this point if you wish to sign packages (see
@@ -76,7 +76,7 @@ 

  ::

  

      $ cd /var/cache/sigul

-     $ sudo -u apache bodhi-push --releases 'f24,epel-7,EL-6,EL-5' --username <username>

+     $ sudo -u apache bodhi-push --releases 'f24,epel-7,EL-6' --username <username>

  

  Pushing Stable updates during freeze

  ------------------------------------

@@ -12,7 +12,7 @@ 

          $(cat /var/cache/sigul/Stable-F22 /var/cache/sigul/Testing-F22)

   

  (Make sure you sign each release with the right key... ie, 'fedora-19' key

- with F19 packages, or 'epel-5' with EL-5 packages)

+ with F19 packages, or 'epel-6' with EL-6 packages)

  

  Here is another example, inside a loop:

  
@@ -25,7 +25,7 @@ 

              --sigul-batch-size=25 $(cat /var/cache/sigul/{Stable,Testing}-F${i});

      done

  

-     for i in 7 6 5;

+     for i in 7 6;

      do

          ~/releng/scripts/sigulsign_unsigned.py \

              epel-$i -v --write-all \

Instead of removing entirely, can you change it to "'epel-6' with EL-6 packages"

Sure, I just wasn't sure what the correct key was for epel-6. Fixed.

rebased

7 years ago

Pull-Request has been merged by mohanboddu

7 years ago