diff --git a/dev.repos.yaml b/dev.repos.yaml index b809d5093e041414c46ce45250cbf1579e7df78e..278aa4e48a27991a74ca38c0616558121d618243 100644 --- a/dev.repos.yaml +++ b/dev.repos.yaml @@ -11,7 +11,7 @@ defaults: schedule: '* * * * *' checksum: 'sha256' - pathroot: '' + pathroot: 'mirror' pathcut: '//' run_reposync: true run_createrepo: true @@ -19,5 +19,6 @@ defaults: ### Repos go here ### -redhat-5-x86_64.repo: +redhat-5-els-x86_64.repo: checksum: 'sha' + pathroot: '' diff --git a/prod.repos.yaml b/prod.repos.yaml index 31d4850776a7f2c0310b60e355d85682df536ee0..f78d982f4f7634f65d882a00873d0865211c757e 100644 --- a/prod.repos.yaml +++ b/prod.repos.yaml @@ -9,9 +9,9 @@ # Default: "//" defaults: - schedule: '0 */12 * * *' + schedule: '0 */6 * * *' checksum: 'sha256' - pathroot: '' + pathroot: 'mirror' pathcut: '//' run_reposync: true run_createrepo: true @@ -20,27 +20,93 @@ defaults: ### Repos go here ### cloudera.repo: - pathroot: 'archive.cloudera.com' + pathroot: 'mirror/archive.cloudera.com' pathcut: 'cdh5/redhat' ceph-org.repo: - pathroot: 'download.ceph.com' + pathroot: 'mirror/download.ceph.com' pathcut: 'cephmirror.cern.ch' redhat-5-els-i386.repo: + pathroot: '' checksum: 'sha' redhat-5-els-x86_64.repo: + pathroot: '' checksum: 'sha' redhat-5-i386.repo: + pathroot: '' checksum: 'sha' redhat-5-vt-i386.repo: + pathroot: '' checksum: 'sha' redhat-5-vt-x86_64.repo: + pathroot: '' checksum: 'sha' redhat-5-x86_64.repo: + pathroot: '' checksum: 'sha' + +redhat-6-ev-x86_64.repo: + pathroot: '' + +redhat-6-highavailability-i386.repo: + pathroot: '' + +redhat-6-highavailability-x86_64.repo: + pathroot: '' + +redhat-6-i386.repo: + pathroot: '' + +redhat-6-loadbalancer-i386.repo: + pathroot: '' + +redhat-6-loadbalancer-x86_64.repo: + pathroot: '' + +redhat-6-realtime-x86_64.repo: + pathroot: '' + +redhat-6-scl-x86_64.repo: + pathroot: '' + +redhat-6-x86_64.repo: + pathroot: '' + +redhat-7-eus-7.2-x86_64.repo: + pathroot: '' + +redhat-7-eus-7.3-x86_64.repo: + pathroot: '' + +redhat-7-eus-7.4-x86_64.repo: + pathroot: '' + +redhat-7-ev-x86_64.repo: + pathroot: '' + +redhat-7-highavailability-x86_64.repo: + pathroot: '' + +redhat-7-jb-eap-x86_64.repo: + pathroot: '' + +redhat-7-loadbalancer-x86_64.repo: + pathroot: '' + +redhat-7-rt-x86_64.repo: + pathroot: '' + +redhat-7-scl-x86_64.repo: + pathroot: '' + +redhat-7-sso-x86_64.repo: + pathroot: '' + +redhat-7-x86_64.repo: + pathroot: '' diff --git a/prod.variables.sh b/prod.variables.sh index 83013a9a3d1594e9694a31c67fd353c7e9a5837a..38161c7b899cca314e41c55de4d21ffcd4c0ea9f 100644 --- a/prod.variables.sh +++ b/prod.variables.sh @@ -1,3 +1,3 @@ -MOUNTPOINT="/mnt/data1/dist/mirror" +MOUNTPOINT="/mnt/data1/dist" REPOS="prod.repos.d" REPOSCONF="prod.repos.yaml"