Changeset 8945 in genesis for config/iris/node


Ignore:
Timestamp:
Mar 13, 2011, 10:25:49 PM (14 years ago)
Author:
rick
Message:

Ugly hack to make the 'Update' button work behind a http proxy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/iris/node/FreeBSD/8.0-RELEASE/g_list.pl

    r8783 r8945  
    9292  #select(STDERR); $| = 1;     # make unbuffered
    9393  #select(STDOUT); $| = 1;     # make unbuffered
    94   printline(`$svn update $ndir`);
     94  printline(`$svn --config-option servers:global:http-proxy-host=172.19.128.68 --config-option servers:global:http-proxy-port=3128 update $ndir`);
    9595  printline("</PRE>");
    9696  printline("<H2>Done.<H2><P>");
Note: See TracChangeset for help on using the changeset viewer.