Hi,

..does both git clone git://gitorious.org/fg/fgdata.git and
git clone git://mapserver.flightgear.org/fgdata still give 
us the same good old un-split fgdata?

..I found them slightly different: ...
Cloning into fgdata...
remote: Counting objects: 171405, done.
remote: Compressing objects: 100% (66543/66543), done.
^Carnt@nb6:~/FG-git$ 1% (19898/171405), 191.00 MiB | 48 KiB/s    
arnt@nb6:~/FG-git$ ./download_and_compile.sh -s -a n -p n -j 2 DATA
**************************************
*                                    *
* Warning, the compilation process   *
* is going to use 9 or more Gbytes   *
* of space and at least a couple of  *
* hours to download and build FG.    *
*                                    *
* Please, be patient ......          *
*                                    *
**************************************
****************************************
**************** FGFS ******************
****************************************
Cloning into fgdata...
remote: Counting objects: 171402, done.
remote: Compressing objects: 100% (70966/70966), done.

...especially speedwise. ;o) 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
--- /home/arnt/Downloads/download_and_compile.sh	2011-11-02 22:30:53.000000000 +0100
+++ download_and_compile.sh	2011-11-02 22:14:18.000000000 +0100
@@ -731,7 +731,9 @@
 			then
 				EXDIR=$(pwd)
 				cd $INSTALL_DIR_FGFS
-				echo -n "GIT DATA FROM git://gitorious.org/fg/fgdata.git ... " >> $LOGFILE
+				# echo -n "GIT DATA FROM git://gitorious.org/fg/fgdata.git ... " >> $LOGFILE
+				# 
+				echo -n "GIT DATA FROM git clone git://mapserver.flightgear.org/fgdata ... " >> $LOGFILE
 				#cvs -z5 -d :pserver:cvsguest:gu...@cvs.flightgear.org:/var/cvs/FlightGear-0.9 login
 				#cvs -z5 -d :pserver:cvsgu...@cvs.flightgear.org:/var/cvs/FlightGear-0.9 co data
 
@@ -740,7 +742,9 @@
 					echo "fgdata exists already."
 				else
 					# no repository yet - need to clone a fresh one
-					git clone git://gitorious.org/fg/fgdata.git
+					# git clone git://gitorious.org/fg/fgdata.git
+					# 
+					git clone git://mapserver.flightgear.org/fgdata
 				fi
 
 				cd fgdata
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to