Skip to content

Commit

Permalink
Update sat62disc_install.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ggatward authored Feb 4, 2017
1 parent 2a1024a commit dfc723e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/sat62disc_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,16 +338,16 @@ hammer user create --login svc-api --firstname API --lastname User --password='A

#######################
# Create 3rd Party Content
hammer product create --name='First Party Software for EL6' --description='ASD Locally developed/signed product' --organization-id=1
hammer repository create --name='ACE Audit Client for EL6' --organization-id=1 --product='First Party Software for EL6' \
--content-type='yum' --publish-via-http=true --gpg-key='RPM-GPG-KEY-CTOIS-Audit' \
--url='http://localhost/pub/repos/ASD_Corporate/ACE_Audit/el6' \
hammer product create --name='First Party Software for EL6' --description='Locally developed/signed product' --organization-id=1
hammer repository create --name='Audit Client for EL6' --organization-id=1 --product='First Party Software for EL6' \
--content-type='yum' --publish-via-http=true --gpg-key='RPM-GPG-KEY-Audit' \
--url='http://localhost/pub/repos/Corporate/Audit/el6' \
--mirror-on-sync false --download-policy immediate

hammer product create --name='First Party Software for EL7' --description='ASD Locally developed/signed product' --organization-id=1
hammer repository create --name='ACE Audit Client for EL7' --organization-id=1 --product='First Party Software for EL7' \
--content-type='yum' --publish-via-http=true --gpg-key='RPM-GPG-KEY-CTOIS-Audit' \
--url='http://localhost/pub/repos/ASD_Corporate/ACE_Audit/el7' \
hammer product create --name='First Party Software for EL7' --description='Locally developed/signed product' --organization-id=1
hammer repository create --name='Audit Client for EL7' --organization-id=1 --product='First Party Software for EL7' \
--content-type='yum' --publish-via-http=true --gpg-key='RPM-GPG-KEY-Audit' \
--url='http://localhost/pub/repos/Corporate/Audit/el7' \
--mirror-on-sync false --download-policy immediate

hammer product create --name='EPEL-6' --description='EPEL-6' --organization-id=1
Expand Down

0 comments on commit dfc723e

Please sign in to comment.