Created
May 22, 2018 16:05
-
-
Save yohanesws/5770eabf742dce9ce7ce22c7697bc92f to your computer and use it in GitHub Desktop.
Revisions
-
yohanesws created this gist
May 22, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ ----- 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 ----