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
1 changed files with 2 additions and 2 deletions

View File

@ -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