[ooo-build-commit] .: download.in

Thorsten Behrens thorsten at kemper.freedesktop.org
Wed Sep 8 05:51:46 PDT 2010


 download.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b1844e5be05b8fcbf63c7ec957685ed1a71b2933
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Wed Sep 8 14:42:34 2010 +0200

    Slightly more verbose download messages
    
    * download.in: git clone skip message now reminds on bin/g pull -r

diff --git a/download.in b/download.in
index 47f1512..3e50c3d 100755
--- a/download.in
+++ b/download.in
@@ -268,7 +268,7 @@ sub source_file_ooo($)
     my $tag = '@CVSTAG@';
     if ( '@OOO_GIT@' ne "" ) {
 		if ( -d "@CLONEDIR@/$what" ) {
-			print "* repo already there, skipping " . '@OOO_GIT@' . "/$what\n";
+			print "* repo already there, skipping " . '@OOO_GIT@' . "/$what (make sure to bin/g pull -r)\n";
 		} else {
 			if ( -d '@OOO_GIT@' . "/$what" ) {
 				print "* git-new-workdir from " . '@OOO_GIT@' . "/$what\n";


More information about the ooo-build-commit mailing list