From a47556432b23d2872b9507cf75e8c32c24687d7d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 22 Dec 2011 13:19:30 -0500 Subject: [PATCH] gnomeos: Update yocto commit script for new commit commandline syntax --- gnomeos/yocto/commit-yocto-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomeos/yocto/commit-yocto-build.sh b/gnomeos/yocto/commit-yocto-build.sh index 5387ccbc..2778847f 100755 --- a/gnomeos/yocto/commit-yocto-build.sh +++ b/gnomeos/yocto/commit-yocto-build.sh @@ -37,4 +37,4 @@ BUILD_TAR=$BUILDDIR/deploy/images/gnomeos-contents-$BRANCH-qemu${ARCH}.tar.gz BUILD_TIME=$(date -r $BUILD_TAR) -ostree --repo=${OSTREE_REPO} commit -s "Build from OSTree ${OSTREE_VER}" -b "gnomeos-yocto-$ARCH-$BRANCH" --tar ${BUILD_TAR} +ostree --repo=${OSTREE_REPO} commit -s "Build from OSTree ${OSTREE_VER}" -b "gnomeos-yocto-$ARCH-$BRANCH" --tree=tar=${BUILD_TAR}