]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
Merge commit 'mhy/master' into merge
[dak.git] / dak / dak.py
index f9839ea0052d9f4d4fab1b0a846555b40734a5db..27ef389f16ae332536eb49f6918bad56bc35b0c4 100755 (executable)
@@ -66,10 +66,8 @@ def init():
 
         ("process-new",
          "Process NEW and BYHAND packages"),
-        ("process-unchecked",
+        ("process-upload",
          "Process packages in queue/unchecked"),
-        ("process-accepted",
-         "Install packages into the pool"),
 
         ("make-suite-file-list",
          "Generate lists of packages per suite for apt-ftparchive"),
@@ -134,6 +132,8 @@ def init():
          "Generate statistics"),
         ("bts-categorize",
          "Categorize uncategorized bugs filed against ftp.debian.org"),
+        ("import-known-changes",
+         "import old changes files into known_changes table"),
         ("add-user",
          "Add a user to the archive"),
         ]
@@ -219,4 +219,6 @@ def main():
 ################################################################################
 
 if __name__ == "__main__":
+    os.environ['LANG'] = 'C'
+    os.environ['LC_ALL'] = 'C'
     main()