Change the ref again
As suggested in: https://fedorahosted.org/rel-eng/ticket/6399
This commit is contained in:
parent
aa4a1b9533
commit
2f798520b6
2 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
outputdir = /home/fedora/atomic-workstation-config
|
outputdir = /home/fedora/workstation-ostree-config
|
||||||
# workdir = os.getcwd()
|
# workdir = os.getcwd()
|
||||||
# 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-atomic-workstation
|
os_name = fedora-ostree-workstation
|
||||||
os_pretty_name = Fedora Atomic Workstation
|
os_pretty_name = Fedora ostree Workstation
|
||||||
tree_name = default
|
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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"ref": "fedora-atomic-workstation/rawhide/x86_64/default",
|
"ref": "fedora/rawhide/x86_64/workstation",
|
||||||
|
|
||||||
"repos": ["fedora-rawhide"],
|
"repos": ["fedora-rawhide"],
|
||||||
|
|
Loading…
Reference in a new issue