Use a more boring tree name
The workstation is for getting work done, now fooing around here!
This commit is contained in:
parent
9a16921b3e
commit
2f5054fb6d
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ outputdir = /home/david/checkout/atomic-workstation
|
||||||
ostree_repo = %(outputdir)s/repo
|
ostree_repo = %(outputdir)s/repo
|
||||||
os_name = fedora-atomic-workstation
|
os_name = fedora-atomic-workstation
|
||||||
os_pretty_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
|
tree_file = %(os_name)s-%(tree_name)s.json
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
release = rawhide
|
release = rawhide
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"ref": "fedora-atomic-workstation/rawhide/x86_64/foo-host",
|
"ref": "fedora-atomic-workstation/rawhide/x86_64/default",
|
||||||
|
|
||||||
"repos": ["fedora-rawhide"],
|
"repos": ["fedora-rawhide"],
|
||||||
|
|
Loading…
Reference in a new issue