X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=27ef389f16ae332536eb49f6918bad56bc35b0c4;hb=3207ba4abb77abdbfa65a59a53126f449fda2e67;hp=e424836f750b1a1f683d027ade063de8359ea5f4;hpb=b2cd3d45ab3962eb4a2ccbefd3882654217a184c;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index e424836f..27ef389f 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -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"), @@ -221,4 +219,6 @@ def main(): ################################################################################ if __name__ == "__main__": + os.environ['LANG'] = 'C' + os.environ['LC_ALL'] = 'C' main()