summaryrefslogtreecommitdiff
path: root/tb3
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-07-24 23:56:49 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-07-24 23:56:49 +0200
commitf9df322bdd0b1762bb67325f5ff923facfc9007f (patch)
tree26db6155896a4c54d80f6862ec859fd74d275110 /tb3
parentdb696ff988f0cdc480ae29c6b9e91003d916a0a3 (diff)
pragmatic solution to clean the binary
Diffstat (limited to 'tb3')
-rwxr-xr-xtb3/build-scripts/dev-bibisect-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb3/build-scripts/dev-bibisect-build b/tb3/build-scripts/dev-bibisect-build
index 1fc00fb..5722215 100755
--- a/tb3/build-scripts/dev-bibisect-build
+++ b/tb3/build-scripts/dev-bibisect-build
@@ -27,7 +27,7 @@ export BINREPO_BRANCH=builder-$BUILDER
export BINREPO_TAG=source-hash-$COMMIT
(cd $BINREPO && git branch $BINREPO_BRANCH initial) || true
git clone $BINREPO $BUILDER_HOME/artifactdir --branch $BINREPO_BRANCH
-(cd $BUILDER_HOME/artifactdir && git rm -r `git ls-tree --name-only HEAD`)
+(cd $BUILDER_HOME/artifactdir && git rm -r * || true)
git --git-dir=$REPO log -1 --pretty=format:"source-hash-%H%n%n" $COMMIT > $BUILDER_HOME/commitmsg
git --git-dir=$REPO log -1 --pretty=fuller $COMMIT >> $BUILDER_HOME/commitmsg
ccache -M$CCACHE_SIZE