Changeset - 86c6700d1d63
[Not reviewed]
default
0 2 0
Drew Perttula - 12 years ago 2013-06-10 06:01:58
drewp@bigasterisk.com
2013 code ignores 'config.n3' so 2012 code can use that instead
Ignore-this: 4ed3fc7943c066376ef9884643a05418
2 files changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/rdfdb
Show inline comments
 
@@ -218,6 +218,12 @@ class WatchedFiles(object):
 
        # yet.
 
        if '-rules' in inFile:
 
            return
 

	
 
        # for legacy versions, compile all the config stuff you want
 
        # read into one file called config.n3. New versions won't read
 
        # it.
 
        if inFile.endswith("config.n3"):
 
            return
 
            
 
        ctx = self.uriFromFile(inFile)
 
        gf = GraphFile(self.notifier, inFile, ctx,
show/dance2013/makefile
Show inline comments
 
patch.n3: patch-source.n3 patch-rules.n3
 
	  cwm patch-source.n3 --filter=patch-rules.n3 --n3=/ > build/patch.n3
 

	
 
# this only to help the 2012 tools work
 
config.n3: dmxchannels.n3 networking.n3 build/patch.n3 playlist.n3
 
	cat dmxchannels.n3 networking.n3 build/patch.n3 playlist.n3 > config.n3
0 comments (0 inline, 0 general)