gnomeos-install: Call ostree.gnome.org server "gnome", not "origin"
This commit is contained in:
parent
d040b61d19
commit
04befb35d4
|
|
@ -50,8 +50,8 @@ fi
|
||||||
|
|
||||||
cd /ostree
|
cd /ostree
|
||||||
|
|
||||||
ostree --repo=repo remote add origin http://ostree.gnome.org/repo ${BRANCH_PREFIX}{runtime,devel}
|
ostree --repo=repo remote add gnome http://ostree.gnome.org/repo ${BRANCH_PREFIX}{runtime,devel}
|
||||||
ostree-pull --repo=repo origin
|
ostree-pull --repo=repo gnome
|
||||||
for branch in runtime devel; do
|
for branch in runtime devel; do
|
||||||
ostree --repo=repo checkout --atomic-retarget ${BRANCH_PREFIX}${branch}
|
ostree --repo=repo checkout --atomic-retarget ${BRANCH_PREFIX}${branch}
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue