diff --git a/c8-stream-devel.conf b/c8-stream-devel.conf index 96e31b9..54d0ebc 100644 --- a/c8-stream-devel.conf +++ b/c8-stream-devel.conf @@ -22,7 +22,7 @@ link_type = 'hardlink-or-copy' module_defaults_dir = { 'scm': 'git', 'repo': 'https://git.centos.org/centos/centos-module-defaults.git', - 'branch': 'c8.1', + 'branch': 'c8.2', 'dir': '.', } @@ -79,7 +79,7 @@ createrepo_checksum = "sha256" createrepo_use_xz = True createrepo_num_threads = 8 createrepo_num_workers = 4 -createrepo_extra_args = ['--distro=cpe:/o:centos-stream:centos-stream:8,CentOS Stream 8', '--revision=8.1.1911'] +createrepo_extra_args = ['--distro=cpe:/o:centos-stream:centos-stream:8,CentOS Stream 8', '--revision=8-stream'] # CHECKSUMS media_checksums = ['sha256'] diff --git a/c8-stream.conf b/c8-stream.conf index 8d39c10..19fd943 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -21,7 +21,7 @@ link_type = 'hardlink-or-copy' module_defaults_dir = { 'scm': 'git', 'repo': 'https://git.centos.org/centos/centos-module-defaults.git', - 'branch': 'c8.1', + 'branch': 'c8.2', 'dir': '.', } @@ -77,7 +77,7 @@ createrepo_checksum = "sha256" createrepo_use_xz = True createrepo_num_threads = 8 createrepo_num_workers = 4 -createrepo_extra_args = ['--distro=cpe:/o:centos-stream:centos-stream:8,CentOS Stream 8', '--revision=8.1.1911'] +createrepo_extra_args = ['--distro=cpe:/o:centos-stream:centos-stream:8,CentOS Stream 8', '--revision=8-stream'] # CHECKSUMS media_checksums = ['sha256']