I have a patch for fedora-atomic to build using Fedora 23 (beta).
This patch switches from rawhide to F23 development repos and prepares for the switch to F23 release. One more change will be needed when F23 does release.
The patch is attached.
--
----
Mark Lamourine <markllama@xxxxxxxxx>Dad, Hubbie, Software Developer, System Administrator, Road Cyclist
From dede18bf2d3af78fe606e3dea76d6b3f5b8e0613 Mon Sep 17 00:00:00 2001 From: Mark Lamourine <markllama@xxxxxxxxx> Date: Fri, 28 Aug 2015 22:34:16 +0000 Subject: [PATCH] updated for beta just the one baseurl renameing repos to 23 remove rawhide mirrorlist added a space to remove a diff --- config.ini | 2 +- fedora-atomic-docker-host.json | 2 +- fedora-atomic-f23.tdl | 13 +++++++++++++ fedora-atomic-rawhide.tdl | 13 ------------- overlay.yml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 fedora-atomic-f23.tdl delete mode 100644 fedora-atomic-rawhide.tdl diff --git a/config.ini b/config.ini index bbe9ade..79ba73d 100644 --- a/config.ini +++ b/config.ini @@ -12,7 +12,7 @@ tree_file = %(os_name)s-%(tree_name)s.json arch = x86_64 release = f23 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/ +yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/23/%(arch)s/os/ # lorax_additional_repos = http://127.0.0.1/fedora-atomic/local-overrides lorax_include_packages = fedora-productimg-atomic docker_os_name = fedora diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index 8761464..ebe7300 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -1,5 +1,5 @@ { - "ref": "fedora-atomic/f23/x86_64/docker-host", + "ref": "fedora-atomic/rawhide/x86_64/docker-host", "repos": ["fedora-23"], diff --git a/fedora-atomic-f23.tdl b/fedora-atomic-f23.tdl new file mode 100644 index 0000000..6945b11 --- /dev/null +++ b/fedora-atomic-f23.tdl @@ -0,0 +1,13 @@ +<template> + <name>fedora</name> + <os> + <name>Fedora</name> + <version>23</version> + <arch>x86_64</arch> + <install type='url'> + <url>http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/</url> + </install> + <rootpw>ewwwwwww</rootpw> + </os> +</template> + diff --git a/fedora-atomic-rawhide.tdl b/fedora-atomic-rawhide.tdl deleted file mode 100644 index 8ad38cb..0000000 --- a/fedora-atomic-rawhide.tdl +++ /dev/null @@ -1,13 +0,0 @@ -<template> - <name>rawhide</name> - <os> - <name>Fedora</name> - <version>20</version> - <arch>x86_64</arch> - <install type='url'> - <url>http://dl.fedoraproject.org/pub/fedora/linux/development/22/x86_64/os/</url> - </install> - <rootpw>ewwwwwww</rootpw> - </os> -</template> - diff --git a/overlay.yml b/overlay.yml index 0d92661..4288a1f 100644 --- a/overlay.yml +++ b/overlay.yml @@ -24,7 +24,7 @@ distgit: branch: master root: - mock: fedora-rawhide-x86_64 + mock: fedora-23-x86_64 cache: buildserial: 0 -- 2.5.0
_______________________________________________ cloud mailing list cloud@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/cloud Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct