#80 Minor docs updates
Closed 7 years ago by pbrobinson. Opened 7 years ago by pbrobinson.
pbrobinson/releng docs-sop-fixes  into  master

@@ -45,7 +45,7 @@ 

      Options:

      -h, --help  show this help message and exit

  

- For example if we wanted to create the EPEL tags to build XFCE , we would do

+ For example if we wanted to create the EPEL tags for EL6 to build XFCE , we would do

  the following:

  

  ::
@@ -53,9 +53,17 @@ 

      koji add-tag epel6-xfce48 --parent=dist-6E-epel-build --arches=i686,x86_64,ppc64

      koji add-target epel6-xfce48 epel6-xfce48 

  

+ For EL7 we would do the following:

+ 

+ ::

+ 

+     koji add-tag epel7-xfce48 --parent=epel7 --arches=i686,x86_64,ppc64,ppc64le

+     koji add-target epel7-xfce48 epel7-xfce48

+ 

  A Fedora example would be:

  

  ::

+ 

      koji add-tag f23-gnutls --parent=f23-build --arches=armv7hl,i686,x86_64

      koji add-target f23-gnutls f23-gnutls 

  

@@ -47,14 +47,14 @@ 

  ::

  

      $ cd /var/cache/sigul

-     $ sudo -u apache bodhi-push --releases '23 22 21 5 6 7' --username <yourusername>

+     $ sudo -u apache bodhi-push --releases '24 23 22 5 6 7' --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

  below). Or you can keep this request open in a window while you sign the

  packages, then come back and say y.

  

- List the releases above you wish to push from: 23 22 21 5 6 7, etc

+ List the releases above you wish to push from: 24 23 22 5 6 7, etc

  

  You can also specify ``--request=testing`` to limit pushes. Valid types are

  ``testing`` or ``stable``.
@@ -68,7 +68,7 @@ 

  ::

  

      $ cd /var/cache/sigul

-     $ sudo -u apache bodhi-push --releases 23 --request=testing \

+     $ sudo -u apache bodhi-push --releases 24 --request=testing \

          --username <username>

  

  Then
@@ -76,7 +76,7 @@ 

  ::

  

      $ cd /var/cache/sigul

-     $ sudo -u apache bodhi-push --releases '22 21 5 6 7' --username <username>

+     $ sudo -u apache bodhi-push --releases '23 22 5 6 7' --username <username>

  

  Pushing Stable updates during freeze

  ------------------------------------
@@ -108,17 +108,17 @@ 

  

  ::

  

-     for i in 23 22 21;

+     for i in 24 23 22;

      do

          NSS_HASH_ALG_SUPPORT=+MD5 ~/releng/scripts/sigulsign_unsigned.py \

              fedora-$i -v --write-all \

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

      done

  

-     for i in  7  6  5;

+     for i in 7 6 5;

      do

          NSS_HASH_ALG_SUPPORT=+MD5 ~/releng/scripts/sigulsign_unsigned.py \

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

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

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

      done

  

A few minor updates to SOPs

All commits need to be signed off

Pull-Request has been closed by pbrobinson

7 years ago