#70 Branching f27 from rawhide
Merged 6 years ago by ausil. Opened 6 years ago by mohanboddu.
mohanboddu/fedora-atomic branching-f27  into  f27

file modified
+1 -1
@@ -10,7 +10,7 @@ 

  tree_name   = docker-host

  tree_file   = %(os_name)s-%(tree_name)s.json

  arch        = x86_64

- release     = f23

+ release     = f27

  ref         = %(os_name)s/%(release)s/%(arch)s/%(tree_name)s

  yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/rawhide/%(arch)s/os/

  # lorax_additional_repos = http://127.0.0.1/fedora-atomic/local-overrides

file added
+36
@@ -0,0 +1,36 @@ 

+ [fedora-27]

+ name=Fedora 27 - $basearch

+ failovermethod=priority

+ #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/27/Everything/$basearch/os/

+ metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-27&arch=$basearch

+ enabled=1

+ #metadata_expire=7d

+ repo_gpgcheck=0

+ type=rpm

+ gpgcheck=1

+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-$basearch

+ skip_if_unavailable=False

+ 

+ [fedora-27-updates]

+ name=Fedora 27 - $basearch - Updates

+ failovermethod=priority

+ #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/27/$basearch/

+ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f27&arch=$basearch

+ enabled=1

+ repo_gpgcheck=0

+ type=rpm

+ gpgcheck=1

+ metadata_expire=6h

+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-$basearch

+ skip_if_unavailable=False

+ 

+ [fedora-27-updates-testing]

+ name=Fedora 27 - $basearch - Test Updates

+ failovermethod=priority

+ #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/27/$basearch/

+ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f27&arch=$basearch

+ enabled=1

+ gpgcheck=1

+ metadata_expire=6h

+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-$basearch

+ skip_if_unavailable=False

file modified
+4 -4
@@ -1,14 +1,14 @@ 

  {

-     "ref": "fedora/rawhide/${basearch}/atomic-host",

+     "ref": "fedora/27/${basearch}/atomic-host",

  

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

+     "repos": ["fedora-27", "fedora-27-updates"],

Don't these repos need to be the pre-release version? Or does infra now offer those repos before the bodhi enablement point?

ausil commented 6 years ago

we put empty place holder repos in place today

  

      "selinux": true,

  

      "documentation": false,

  

-     "automatic_version_prefix": "25",

-     "mutate-os-release": "25",

+     "automatic_version_prefix": "27",

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

  

      "initramfs-args": ["--no-hostonly", "--add", "iscsi"],

  

file removed
-7
@@ -1,7 +0,0 @@ 

- [fedora-rawhide]

- name=Fedora rawhide $basearch

- #baseurl=http://download.fedoraproject.org/pub/fedora/linux//development/rawhide/$basearch/os/

- mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch

- enabled=0

- gpgcheck=0

- metadata_expire=1d

Don't these repos need to be the pre-release version? Or does infra now offer those repos before the bodhi enablement point?

we put empty place holder repos in place today

Pull-Request has been merged by ausil

6 years ago

It doesn't work for me:

rpm-ostree compose tree --repo=repo-build --cachedir=cache fedora-atomic/fedora-atomic-host.json && ostree --repo=repo pull-local repo-build && ostree --repo=repo summary -u
No previous commit for fedora/27/x86_64/atomic-host
Enabled rpm-md repositories: fedora-27 fedora-27-updates
error: cannot update repo 'fedora-27': Cannot prepare internal mirrorlist: file "repomd.xml" was not found in metalink

none of the repos are setup yet, we are laying the foundation for branching its a followup step that needs to happen yet.