Fix tree_file in config.ini

This commit is contained in:
David King 2016-05-16 14:03:07 +01:00
parent 2f798520b6
commit 5396a3a5fe

View file

@ -5,16 +5,16 @@ outputdir = /home/fedora/workstation-ostree-config
# srcdir = os.path.join(os.path.dirname(sys.argv[0], '..') # srcdir = os.path.join(os.path.dirname(sys.argv[0], '..')
# rpmostree_cache_dir = %(workdir)s/%(release)s/cache # rpmostree_cache_dir = %(workdir)s/%(release)s/cache
ostree_repo = %(outputdir)s/repo ostree_repo = %(outputdir)s/repo
os_name = fedora-ostree-workstation os_name = fedora-ostree
os_pretty_name = Fedora ostree Workstation os_pretty_name = Fedora ostree Workstation
tree_name = default tree_name = workstation
tree_file = %(os_name)s-%(tree_name)s.json tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64 arch = x86_64
release = rawhide release = rawhide
ref = %(os_name)s/%(release)s/%(arch)s/%(tree_name)s ref = %(os_name)s/%(release)s/%(arch)s/%(tree_name)s
# Force use of a closeish and fastish HTTP mirror, so that the HTTP proxy works # Force use of a closeish and fastish HTTP mirror, so that the HTTP proxy works
yum_baseurl = http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/ yum_baseurl = http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/rawhide/%(arch)s/os/ # yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/rawhide/Everythin/%(arch)s/os/
# lorax_additional_repos = http://127.0.0.1/fedora-atomic/local-overrides # lorax_additional_repos = http://127.0.0.1/fedora-atomic/local-overrides
# lorax_include_packages = fedora-productimg-atomic # lorax_include_packages = fedora-productimg-atomic
docker_os_name = fedora docker_os_name = fedora