#62 move the repos definition into the top file
Merged 7 years ago by walters. Opened 7 years ago by dustymabe.
dustymabe/workstation-ostree-config dusty-rawhide  into  master

@@ -1,5 +1,6 @@ 

  {

      "ref": "fedora/rawhide/x86_64/workstation",

+     "repos": ["fedora-rawhide"],

  

      "include": "fedora-workstation-base.json",

  

@@ -1,6 +1,5 @@ 

  {

      "ref": "fedora/rawhide/x86_64/workstation-base",

-     "repos": ["fedora-rawhide"],

  

      "selinux": true,

      "documentation": true,

When pungi injects its repo it does it into the file that it has been
pointed at (i.e. the toplevel json file). We need to move it from the
fedora-workstation-base.json into fedora-atomic-workstation.json
otherwise pungi will end up trying to pull from the 'fedora-rawhide'
repo too and it will fail.

Hmm. Unfortunate. At some point we'll define a better language for this stuff...

rebased onto b166666

7 years ago

Pull-Request has been merged by walters

7 years ago