diff options
| author | randomdan <randomdan@localhost> | 2011-02-17 00:51:50 +0000 | 
|---|---|---|
| committer | randomdan <randomdan@localhost> | 2011-02-17 00:51:50 +0000 | 
| commit | eb403f15649d6eb8c51e915823618ed8b1544548 (patch) | |
| tree | 4b9413b0609bfe538ca985f83d8b6a24b274d3df | |
| parent | Import runs on localhost only, everything uses the native postgresql driver (diff) | |
| download | gentoobrowse-eb403f15649d6eb8c51e915823618ed8b1544548.tar.bz2 gentoobrowse-eb403f15649d6eb8c51e915823618ed8b1544548.tar.xz gentoobrowse-eb403f15649d6eb8c51e915823618ed8b1544548.zip | |
Merge urlRows' and xslRows' CURL code into a common more fully featured (proxies, user agents, etc) base class; curlHelper
| -rw-r--r-- | gentoobrowse/console/bugimport.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/gentoobrowse/console/bugimport.xml b/gentoobrowse/console/bugimport.xml index e1ea906..994de7f 100644 --- a/gentoobrowse/console/bugimport.xml +++ b/gentoobrowse/console/bugimport.xml @@ -8,6 +8,7 @@  		</columns>  	</project2:filerows>  	<project2:xslrows name="buglist" html="true" warnings="false"> +		<proxy value="cache.random.lan:8080" />  		<url source="parent" name="url" depth="1" />  		<filterview name="bugdetails" root="/html/body/div/ul/li/a">  			<field name="bugid" xpath="number(substring-before(substring-after(.,'Bug:'),' '))" /> | 
