Skip to content

Instantly share code, notes, and snippets.

@yohanesws
Created May 22, 2018 16:05
Show Gist options
  • Save yohanesws/5770eabf742dce9ce7ce22c7697bc92f to your computer and use it in GitHub Desktop.
Save yohanesws/5770eabf742dce9ce7ce22c7697bc92f to your computer and use it in GitHub Desktop.
Repo Synch
nohup reposync --gpgcheck -lm --repoid=rhel-server-rhscl-7-rpms  --download_path=/var/www/html/repos/ --downloadcomps --download-metadata -n > reposynch-rhscl.txt &
createrepo --update /var/www/html/repos/rhel-server-rhscl-7-rpms
restorecon -vR /var/www/html/repos/rhel-server-rhscl-7-rpms/
chmod -R +r /var/www/html/repos/rhel-server-rhscl-7-rpms/
curl http://ocp-repo-1.osdec.gov.my/repos/rhel-server-rhscl-7-rpms/repodata/repomd.xml -v
reposync --gpgcheck -lm --repoid=rhel-server-rhscl-7-rpms  --download_path=/var/www/html/repos/ -n
createrepo --update /var/www/html/repos/rhel-server-rhscl-7-rpms
curl http://ocp-repo-1.osdec.gov.my/repos/rhel-server-rhscl-7-rpms/repodata/repomd.xml -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment