/[qa]/trunk/pts/www/bin/sources_to_xml.py
ViewVC logotype

Diff of /trunk/pts/www/bin/sources_to_xml.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1222 by jeroen, Mon Nov 21 02:40:40 2005 UTC revision 1223 by jeroen, Sat Jan 7 14:36:42 2006 UTC
# Line 136  if os.path.exists(odir + "/sources_done" Line 136  if os.path.exists(odir + "/sources_done"
136      f.close()      f.close()
137    
138  for comp in ["main", "contrib", "non-free"]:  for comp in ["main", "contrib", "non-free"]:
139      for dist in ["oldstable", "stable", "testing", "unstable"]:      for dist in ["oldstable", "stable", "testing", "unstable", "experimental"]:
140          f = open(dir + "/Sources_%s_%s" % (dist, comp), "r")          f = open(dir + "/Sources_%s_%s" % (dist, comp), "r")
141          treat_sources_file(f, dist)          treat_sources_file(f, dist)
142          f.close()          f.close()
     # Experimental  
     f = open(dir + "/Sources-experimental_" + comp, "r")  
     treat_sources_file(f,  "experimental")  
     f.close()  
143      # s-p-u and t-p-u      # s-p-u and t-p-u
144      f = open(dir + "/Sources-spu_%s" % comp, "r")      f = open(dir + "/Sources-spu_%s" % comp, "r")
145      treat_sources_file(f, "s-p-u")      treat_sources_file(f, "s-p-u")

Legend:
Removed from v.1222  
changed lines
  Added in v.1223

  ViewVC Help
Powered by ViewVC 1.1.5