diff --git a/config.ini b/config.ini index b2c529c..5f63a31 100644 --- a/config.ini +++ b/config.ini @@ -7,7 +7,7 @@ outputdir = /home/david/checkout/atomic-workstation ostree_repo = %(outputdir)s/repo os_name = fedora-atomic-workstation os_pretty_name = Fedora Atomic Workstation -tree_name = foo-host +tree_name = default tree_file = %(os_name)s-%(tree_name)s.json arch = x86_64 release = rawhide diff --git a/fedora-atomic-workstation-foo-host.json b/fedora-atomic-workstation-default.json similarity index 98% rename from fedora-atomic-workstation-foo-host.json rename to fedora-atomic-workstation-default.json index c59844c..c4aad9f 100644 --- a/fedora-atomic-workstation-foo-host.json +++ b/fedora-atomic-workstation-default.json @@ -1,5 +1,5 @@ { - "ref": "fedora-atomic-workstation/rawhide/x86_64/foo-host", + "ref": "fedora-atomic-workstation/rawhide/x86_64/default", "repos": ["fedora-rawhide"],