#96 move repos to toplevel json file; update to F30
Merged 5 years ago by walters. Opened 5 years ago by dustymabe.
dustymabe/workstation-ostree-config dusty  into  master

file modified
+1 -1
@@ -1,5 +1,5 @@ 

  #!/usr/bin/python3

- # Usage: ./comps-sync.py /path/to/comps-f29.xml.in

+ # Usage: ./comps-sync.py /path/to/comps-f30.xml.in

  #

  # Can both remove packages from the manifest

  # which are not mentioned in comps, and add packages from

file modified
+2 -3
@@ -1,9 +1,8 @@ 

  {

      "ref": "fedora/rawhide/${basearch}/ostree-base",

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

  

-     "automatic_version_prefix": "29",

-     "mutate-os-release": "29",

+     "automatic_version_prefix": "30",

+     "mutate-os-release": "30",

  

      "include": "fedora-common-ostree-pkgs.json",

  

file modified
+1
@@ -1,5 +1,6 @@ 

  {

      "ref": "fedora/rawhide/${basearch}/workstation",

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

  

      "include": "gnome-desktop-pkgs.json",

  

  • move repos to toplevel json file
  • Rawhide being F30

Pull-Request has been merged by walters

5 years ago