#984 epel8-playground: fix config to use main.
Merged 3 years ago by kevin. Opened 3 years ago by kevin.

file modified
+2 -2
@@ -8,14 +8,14 @@

  comps_file = {

      'scm': 'git',

      'repo': 'https://pagure.io/fedora-comps.git',

-     'branch': 'master',

+     'branch': 'main',

      'file': 'comps-epel8.xml',

      'command': 'make comps-epel8.xml'

  }

  module_defaults_dir = {

      'scm': 'git',

      'repo': 'https://pagure.io/releng/fedora-module-defaults.git',

-     'branch': 'master',

+     'branch': 'main',

      'dir': '.'

  }

  

Pull-Request has been merged by kevin

3 years ago
Metadata