/[secure-testing]/bin/apt-update-file
ViewVC logotype

Diff of /bin/apt-update-file

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

revision 1939 by fw, Mon Sep 12 20:08:46 2005 UTC revision 3054 by fw, Thu Dec 15 12:50:36 2005 UTC
# Line 20  def setup_paths(): Line 20  def setup_paths():
20          path = path[0:idx]          path = path[0:idx]
21  root_path = setup_paths()  root_path = setup_paths()
22    
 import bugs  
23  import debian_support  import debian_support
24    
25  if len(sys.argv) <> 3:  if len(sys.argv) <> 3:
26      sys.stderr.write("usage: apt-update-file REMOTE LOCAL\n")      sys.stderr.write("usage: apt-update-file REMOTE LOCAL\n")
27      sys.exit(1)      sys.exit(1)
28    
29  debian_support.updateFile(sys.argv[1], sys.argv[2], verbose=True)  debian_support.updateFile(sys.argv[1], sys.argv[2])

Legend:
Removed from v.1939  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC 1.1.5