diff options
| author | randomdan <randomdan@localhost> | 2011-12-20 14:40:20 +0000 | 
|---|---|---|
| committer | randomdan <randomdan@localhost> | 2011-12-20 14:40:20 +0000 | 
| commit | 3ae0d92890cd88982903b674c035c58517ca2686 (patch) | |
| tree | 8c60ee108e175bbc9e0d9f8fd16006a7b9fe82f0 | |
| parent | Split check and test functionality... if and check now take tests as children... (diff) | |
| download | gentoobrowse-3ae0d92890cd88982903b674c035c58517ca2686.tar.bz2 gentoobrowse-3ae0d92890cd88982903b674c035c58517ca2686.tar.xz gentoobrowse-3ae0d92890cd88982903b674c035c58517ca2686.zip | |
Pluggable file system row filters
fsrows now uses the proper variable instantiation methods
files module now includes a precompiled header
Supporting script changes
| -rw-r--r-- | gentoobrowse/console/fileimport.xml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/gentoobrowse/console/fileimport.xml b/gentoobrowse/console/fileimport.xml index 8772821..4f6604a 100644 --- a/gentoobrowse/console/fileimport.xml +++ b/gentoobrowse/console/fileimport.xml @@ -8,7 +8,10 @@  			ORDER BY filetypeid DESC  		</sql>  	</project2:sqlrows> -	<project2:fsrows name="findCacheFiles" /> +	<project2:fsrows name="findCacheFiles"> +		<root source="local" name="root" /> +		<spec source="local" name="spec" /> +	</project2:fsrows>  	<project2:sqlmerge name="files" datasource="postgres" targettable="files">  		<project2:iterate name="eachFileType" source="fileTypes"> | 
