gnomeos-install: Call ostree.gnome.org server "gnome", not "origin"

This commit is contained in:
Colin Walters 2012-04-26 08:15:39 -04:00
parent d040b61d19
commit 04befb35d4

View File

@ -50,8 +50,8 @@ fi
cd /ostree
ostree --repo=repo remote add origin http://ostree.gnome.org/repo ${BRANCH_PREFIX}{runtime,devel}
ostree-pull --repo=repo origin
ostree --repo=repo remote add gnome http://ostree.gnome.org/repo ${BRANCH_PREFIX}{runtime,devel}
ostree-pull --repo=repo gnome
for branch in runtime devel; do
ostree --repo=repo checkout --atomic-retarget ${BRANCH_PREFIX}${branch}
done