[ostree] parallel-debian: Update to latest
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] parallel-debian: Update to latest
- Date: Wed, 9 Nov 2011 11:33:15 +0000 (UTC)
commit 9372ca04467b3def38af59cd4224cabb6b47b3ff
Author: Colin Walters <walters verbum org>
Date: Wed Nov 9 06:19:24 2011 -0500
parallel-debian: Update to latest
parallel-debian/gnomeos-make-image.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/parallel-debian/gnomeos-make-image.sh b/parallel-debian/gnomeos-make-image.sh
index b71a389..5475a6d 100755
--- a/parallel-debian/gnomeos-make-image.sh
+++ b/parallel-debian/gnomeos-make-image.sh
@@ -116,7 +116,7 @@ if ! test -d ${OBJ}; then
cd ostree/worktree
mkdir -m 0755 $INITRD_MOVE_MOUNTS $TOPROOT_BIND_MOUNTS $OSTREE_BIND_MOUNTS $READONLY_BIND_MOUNTS $MOVE_MOUNTS
chmod a=rwxt tmp
- $OSTREE --repo=../repo commit -b gnomeos-filesystem -s 'Base filesystem layout'
+ $OSTREE --repo=../repo commit -b gnomeos-filesystem -s "Base filesystem layout"
BRANCHES="$BRANCHES gnomeos-filesystem"
cd ..
rm -rf worktree
@@ -141,7 +141,7 @@ if ! test -d ${OBJ}; then
$OSTREE --repo=repo compose --out-metadata=./compose-meta worktree $BRANCHES
cd worktree
- $OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s 'Compose of Debian $DEBTARGET'
+ $OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s "Compose of Debian $DEBTARGET"
cd ..
rm -rf worktree
@@ -168,11 +168,11 @@ if ! test -d ${OBJ}; then
chroot worktree ./debian-setup.sh
rm worktree/debian-setup.sh
cd worktree;
- $OSTREE --repo=../repo commit -b gnomeos -s 'Run debian-setup.sh'
+ $OSTREE --repo=../repo commit -b gnomeos -s "Run debian-setup.sh"
# This is the name for the real rootfs, not the chroot
mkdir sysroot;
- $OSTREE --repo=../repo commit -b gnomeos -s 'Add sysroot' --add=sysroot
+ $OSTREE --repo=../repo commit -b gnomeos -s "Add sysroot"
cd ..
rm -rf worktree
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]