提交 ff9b1fb4 编写于 作者: R Ryan Murray

add sorting of changes files to be uploaded in amber

上级 5fa4d7d8
......@@ -2,7 +2,7 @@
# Wrapper for Debian Security team
# Copyright (C) 2002, 2003 James Troup <james@nocrew.org>
# $Id: amber,v 1.8 2003-03-14 19:06:02 troup Exp $
# $Id: amber,v 1.9 2004-10-13 15:58:13 rmurray Exp $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -65,6 +65,7 @@ def do_upload(changes_files):
component_mapping[component] = Cnf["Amber::ComponentMappings::%s" % (component)];
uploads = {}; # uploads[uri] = file_list;
package_list = {} # package_list[source_name][version];
changes_files.sort(utils.changes_compare);
for changes_file in changes_files:
changes_file = utils.validate_changes_file_arg(changes_file);
# Reset variables
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册