CVS: src/si/extras entitycheck.py,1.25,1.26
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/extras In directory sc8-pr-cvs1:/tmp/cvs-serv14806/si/extras Modified Files: entitycheck.py Log Message: Add comment on dealing with proxies, just so it's recorded somewhere Index: entitycheck.py =================================================================== RCS file: /cvsroot/lsb/src/si/extras/entitycheck.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** entitycheck.py 10 Jan 2003 20:22:24 -0000 1.25 --- entitycheck.py 14 Jan 2003 19:05:52 -0000 1.26 *************** *** 3,6 **** --- 3,12 ---- # entitycheck.py # + # Check for entitites, and optionally retrieve them if missing/out of date. + # retrieval is done using a combination of ftp and http, depending + # on how the files are made available by their providers. + # If you need to use a proxy, first set 'http_proxy' and 'ftp_proxy' + # in the environment, using the form: xxx_proxy=host:port + # """Entity check