commit: e484b1da3bd10769d331ab4e914fa45c5660e726
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Dec 30 16:46:24 2014 +0000
Commit: Paweł Hajdan <phajdan.jr <AT> gentoo <DOT> org>
CommitDate: Mon Dec 29 14:58:15 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=e484b1da
batch-stabilize: use include-arches option
---
batch-stabilize.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/batch-stabilize.py b/batch-stabilize.py
index 81f97ba..14cd69d 100755
--- a/batch-stabilize.py
+++ b/batch-stabilize.py
@@ -166,7 +166,8 @@ if __name__ == "__main__":
if run_command(["repoman", "manifest"],
cvs_path, log_file)[0] != 0:
print('!!! repoman manifest
failed')
sys.exit(1)
- if run_command(["repoman", "commit",
"--ignore-arches", "-m", commit_message], cvs_path, log_file)[0] != 0:
+ if run_command(["repoman", "commit",
+ "--include-arches",
options.arch, "-m", commit_message], cvs_path, log_file)[0] != 0:
print('!!! repoman commit
failed')
sys.exit(1)
params = {}