Setting tag sface-0.1-20
[sface.git] / sface / config.py
index f913771..b8b1872 100644 (file)
@@ -183,15 +183,15 @@ class Config:
 
     def getSliceRSpecFile(self): return self.fullpath("%s.rspec" % self.getSlice())
 
+    def getResourcesRSpecFile(self): return self.fullpath("resources.rspec")
+
     def getSliceRecordFile(self): return self.fullpath ("%s.record" % self.getSlice())
 
+    def getUserRecordFile(self): return self.fullpath ("%s.record" % self.getUser())
+
     def getAuthorityRecordFile(self): return self.fullpath ("%s/%s.record" % self.getAuthority())
 
-    def getAuthorityListFile(self, i=None):
-        if (i != None) and (i != 0):
-            return self.fullpath ("%s_list.record.%d" % (self.getAuthority(),i))
-        else:
-            return self.fullpath ("%s_list.record" % self.getAuthority())
+    def getAuthorityListFile(self): return self.fullpath ("%s_list.xml" % self.getAuthority())
 
 
 # configuration singleton