From 2f5054fb6d373ffb148723ad04309cbe5c03aad3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Apr 2016 14:48:34 -0400 Subject: [PATCH] Use a more boring tree name The workstation is for getting work done, now fooing around here! --- config.ini | 2 +- ...tion-foo-host.json => fedora-atomic-workstation-default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename fedora-atomic-workstation-foo-host.json => fedora-atomic-workstation-default.json (98%) 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"],