------------------------------------------------------------
revno: 1462
committer: Rene Engelhard <r...@debian.org>
branch nick: experimental
timestamp: Mon 2009-03-23 13:20:11 +0100
message:
  optimization: remove master branch when we use a branch. thanks kendy
modified:
  rules
=== modified file 'rules'
--- a/rules     2009-03-23 12:00:36 +0000
+++ b/rules     2009-03-23 12:20:11 +0000
@@ -3206,7 +3206,8 @@
 ifneq "$(OOO_BUILD_BRANCH)" ""
        cd ooo-build && \
                git checkout -b $(OOO_BUILD_BRANCH) origin/$(OOO_BUILD_BRANCH) 
&& \
-               git checkout $(OOO_BUILD_BRANCH)
+               git checkout $(OOO_BUILD_BRANCH) && \
+               git branch -D master
 endif
        cd ooo-build && NOCONFIGURE=1 ./autogen.sh
 

Reply via email to