From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D321138A1A for ; Mon, 5 Jan 2015 14:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B484FE08D6; Mon, 5 Jan 2015 14:41:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21359E08D9 for ; Mon, 5 Jan 2015 14:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FC11340690 for ; Mon, 5 Jan 2015 14:41:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D071DEEBB for ; Mon, 5 Jan 2015 14:41:09 +0000 (UTC) From: "Paweł Hajdan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paweł Hajdan" Message-ID: <1419865095.e484b1da3bd10769d331ab4e914fa45c5660e726.phajdan.jr@gentoo> Subject: [gentoo-commits] proj/arch-tools:master commit in: / X-VCS-Repository: proj/arch-tools X-VCS-Files: batch-stabilize.py X-VCS-Directories: / X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: Paweł Hajdan X-VCS-Revision: e484b1da3bd10769d331ab4e914fa45c5660e726 X-VCS-Branch: master Date: Mon, 5 Jan 2015 14:41:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 434b6224-e6e8-4715-8837-38879b1410ad X-Archives-Hash: eb9be407365aa8b4198bf1e5f3890e89 commit: e484b1da3bd10769d331ab4e914fa45c5660e726 Author: William Hubbs gmail com> AuthorDate: Tue Dec 30 16:46:24 2014 +0000 Commit: Paweł Hajdan gentoo 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 = {}