From 9c4fc94266c8788ab5112cdd2b3340841d8039e1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 25 Nov 2011 12:02:03 -0500 Subject: [PATCH] gnomeos: Prefix branch names with -yocto to clarify their origin Also add git to the dev image. --- gnomeos/yocto/commit-yocto-build.sh | 7 ++++++- gnomeos/yocto/gnomeos-run.sh | 4 ++-- gnomeos/yocto/recipies-core/images/gnomeos-contents-dev.bb | 5 ++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/gnomeos/yocto/commit-yocto-build.sh b/gnomeos/yocto/commit-yocto-build.sh index 5307fefa..64b988fc 100755 --- a/gnomeos/yocto/commit-yocto-build.sh +++ b/gnomeos/yocto/commit-yocto-build.sh @@ -5,6 +5,9 @@ set -e set -x WORKDIR=`pwd` +cd `dirname $0` +SCRIPT_SRCDIR=`pwd` +cd - if test $(id -u) = 0; then cat <