[ostree] gnomeos: Fix gnomeos-run.sh to use new naming scheme
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] gnomeos: Fix gnomeos-run.sh to use new naming scheme
- Date: Sat, 7 Jan 2012 16:49:26 +0000 (UTC)
commit 8e6293de38cbaa73aec0233abfaff1b875b98f1a
Author: Colin Walters <walters verbum org>
Date: Sat Jan 7 11:26:34 2012 -0500
gnomeos: Fix gnomeos-run.sh to use new naming scheme
gnomeos/yocto/gnomeos-run.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnomeos/yocto/gnomeos-run.sh b/gnomeos/yocto/gnomeos-run.sh
index eb55665..e7f91a1 100755
--- a/gnomeos/yocto/gnomeos-run.sh
+++ b/gnomeos/yocto/gnomeos-run.sh
@@ -2,7 +2,7 @@
# -*- indent-tabs-mode: nil; -*-
# Run built image in QEMU
#
-# Copyright (C) 2011 Colin Walters <walters verbum org>
+# Copyright (C) 2011,2012 Colin Walters <walters verbum org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -41,8 +41,8 @@ OSTREE_REPO=$1
shift
test -n "$OSTREE_REPO" || usage
-ARCH=x86
-BRANCH_PREFIX="gnomeos-yocto-${ARCH}-"
+ARCH=i686
+BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
OBJ=gnomeos-fs.img
if (! test -f ${OBJ}); then
@@ -86,7 +86,7 @@ done
cd ..
test -d proc || mkdir proc # needed for ostree-init
-cp -a ./ostree/${BRANCH_PREFIX}base-current/usr/sbin/ostree-init .
+cp -a ./ostree/${BRANCH_PREFIX}${branch}-current/usr/sbin/ostree-init .
cd ${WORKDIR}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]