[openfirmware] [commit] r2357 - in cpu: arm/olpc/1.75 x86/pc/olpc x86/pc/olpc/via

repository service svn at openfirmware.info
Thu Jul 14 05:44:51 CEST 2011


Author: wmb
Date: Thu Jul 14 05:44:51 2011
New Revision: 2357
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2357

Log:
OLPC NANDblaster build script - Added "+ssh" to git URL for the "test" target, so changes can be pushed.

Modified:
   cpu/arm/olpc/1.75/mcastnand.bth
   cpu/x86/pc/olpc/mcastnand.bth
   cpu/x86/pc/olpc/via/mcastnand.bth

Modified: cpu/arm/olpc/1.75/mcastnand.bth
==============================================================================
--- cpu/arm/olpc/1.75/mcastnand.bth	Thu Jul 14 05:41:20 2011	(r2356)
+++ cpu/arm/olpc/1.75/mcastnand.bth	Thu Jul 14 05:44:51 2011	(r2357)
@@ -8,7 +8,7 @@
 1 [if]
    " ${MCNAND_VERSION}" expand$ " test" $=  [if]
       " multicast-nand/Makefile" $file-exists?  0=  [if]
-         " git clone -q git://dev.laptop.org/users/wmb/multicast-nand" expand$ $sh
+         " git clone -q git+ssh://dev.laptop.org/git/users/wmb/multicast-nand" expand$ $sh
       [then]
    [else]   
       " rm -rf multicast-nand" $sh

Modified: cpu/x86/pc/olpc/mcastnand.bth
==============================================================================
--- cpu/x86/pc/olpc/mcastnand.bth	Thu Jul 14 05:41:20 2011	(r2356)
+++ cpu/x86/pc/olpc/mcastnand.bth	Thu Jul 14 05:44:51 2011	(r2357)
@@ -8,7 +8,7 @@
 1 [if]
 " ${MCNAND_VERSION}" expand$ " test" $=  [if]
    " multicast-nand/Makefile" $file-exists?  0=  [if]
-      " git clone -q git://dev.laptop.org/users/wmb/multicast-nand" expand$ $sh
+      " git clone -q git+ssh://dev.laptop.org/git/users/wmb/multicast-nand" expand$ $sh
    [then]
 [else]   
 " rm -rf multicast-nand" $sh

Modified: cpu/x86/pc/olpc/via/mcastnand.bth
==============================================================================
--- cpu/x86/pc/olpc/via/mcastnand.bth	Thu Jul 14 05:41:20 2011	(r2356)
+++ cpu/x86/pc/olpc/via/mcastnand.bth	Thu Jul 14 05:44:51 2011	(r2357)
@@ -8,7 +8,7 @@
 1 [if]
    " ${MCNAND_VERSION}" expand$ " test" $=  [if]
       " multicast-nand/Makefile" $file-exists?  0=  [if]
-         " git clone -q git://dev.laptop.org/users/wmb/multicast-nand" expand$ $sh
+         " git clone -q git+ssh://dev.laptop.org/git/users/wmb/multicast-nand" expand$ $sh
       [then]
    [else]   
       " rm -rf multicast-nand" $sh



More information about the openfirmware mailing list