This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 scripts/poky-autobuild-moblin |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

New commits:
commit b2495018448fb016e91884ff2da8f79a6aec8ca7
Author: Richard Purdie <[EMAIL PROTECTED]>
Date:   Mon Nov 3 17:20:21 2008 +0000

    scripts/poky-autobuild-moblin: Set GIT_PROXY_COMMAND


Diff in this email is a maximum of 400 lines.
diff --git a/scripts/poky-autobuild-moblin b/scripts/poky-autobuild-moblin
index d4a6262..2e50642 100755
--- a/scripts/poky-autobuild-moblin
+++ b/scripts/poky-autobuild-moblin
@@ -73,6 +73,7 @@ if [ ! -e "$CONFFILE" ]; then
     echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE"
     echo "DL_DIR = \"$SRVWORKDIR/sources\"" >> "$CONFFILE"
     echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE"
+    echo 'GIT_PROXY_COMMAND=poky-git-proxy-socks-command' >> "$CONFFILE"
     if [ "$ABTARGET" = "darwin" ]; then
         echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE"
        echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> 
"./conf/local.conf"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to