[ooo-build-commit] bin/unpack

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Nov 26 09:05:04 PST 2009


 bin/unpack |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 515acebd6c0245ffb0a0bcf84c90bdaae80da3bd
Author: Thorsten Behrens <thb at openoffice.org>
Date:   Thu Nov 26 17:59:50 2009 +0100

    Proper error handling during tree checkout in unpack
    
    * bin/unpack: now errors out when switching upstream git trees to
      requested branch fails (e.g. due to modified trees)

diff --git a/bin/unpack b/bin/unpack
index 8fe67f4..0d464e5 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -291,7 +291,7 @@ else
             else
                 git checkout -b $CVSTAG $GITTAG || exit 1
             fi
-        )
+        ) || exit 1
         echo "* copying it into place..."
         rsync -a --exclude .git $tree/* $OOBUILDDIR/
     done


More information about the ooo-build-commit mailing list