[ooo-build-commit] .: bin/unpack
Jan Holesovsky
kendy at kemper.freedesktop.org
Sun Aug 29 12:02:12 PDT 2010
bin/unpack | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 8309f67a0615056b1fa40f14b1594a4e0932eb02
Author: Jan Holesovsky <kendy at suse.cz>
Date: Sun Aug 29 21:01:21 2010 +0200
Don't rsync twice when building from scratch.
diff --git a/bin/unpack b/bin/unpack
index 075c32d..46daa10 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -311,7 +311,9 @@ else
fi
echo "* copying $RAWBUILDDIR into $OOBUILDDIR..."
#cp -pLR "$RAWBUILDDIR" "$OOBUILDDIR"
+ touch "$CLONEDIR/repos_changed"
rsync -prL --exclude .git --exclude 'unxlng??.pro' "$RAWBUILDDIR/" "$OOBUILDDIR/"
+ touch "$TOOLSDIR/stamp/refresh"
if test -d "$CLONEDIR/l10n" ; then
echo "* copying translations into $OOBUILDDIR..."
rsync -a --exclude .git $CLONEDIR/l10n/* $OOBUILDDIR/
More information about the ooo-build-commit
mailing list