/[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 1024 by jeroen, Mon Jun 6 00:25:38 2005 UTC revision 1025 by jeroen, Wed Jun 8 02:11:32 2005 UTC
# Line 158  for comp in ["main", "contrib", "non-fre Line 158  for comp in ["main", "contrib", "non-fre
158      f = open(dir + "/Sources-security-stable_%s" % comp, "r")      f = open(dir + "/Sources-security-stable_%s" % comp, "r")
159      treat_sources_file(f, "stable-security")      treat_sources_file(f, "stable-security")
160      f.close()      f.close()
161      f = open(dir + "/Sources-security-testing_%s" % comp, "r")      #f = open(dir + "/Sources-security-testing_%s" % comp, "r")
162      treat_sources_file(f, "testing-security")      #treat_sources_file(f, "testing-security")
163      f.close()      #f.close()
164    
165  # Store the list of sources generated  # Store the list of sources generated
166  f = open(odir + "/sources_done", "w")  f = open(odir + "/sources_done", "w")

Legend:
Removed from v.1024  
changed lines
  Added in v.1025

  ViewVC Help
Powered by ViewVC 1.1.5