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 01EE41381F3 for ; Tue, 23 Jul 2013 07:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C72E09C4; Tue, 23 Jul 2013 07:51:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D6FBE09C1 for ; Tue, 23 Jul 2013 07:51:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44E3933E97E for ; Tue, 23 Jul 2013 07:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C908CE5458 for ; Tue, 23 Jul 2013 07:51:29 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1374494925.80a5617c256f0c650221849a5f0c0d39b3cb2686.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/argutil.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 80a5617c256f0c650221849a5f0c0d39b3cb2686 X-VCS-Branch: gsoc13/next Date: Tue, 23 Jul 2013 07:51:29 +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: 83fedab6-a58e-4faa-a0a4-7a94aee1adcb X-Archives-Hash: a2b6835530535809738b2e3db87c8949 Message-ID: <20130723075129.HNtAjTnff_uTVqQO1sMdKZcQ760Qvr2jKDwXfqQipaM@z> commit: 80a5617c256f0c650221849a5f0c0d39b3cb2686 Author: André Erdmann mailerd de> AuthorDate: Mon Jul 22 12:08:45 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Jul 22 12:08:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=80a5617c roverlay/argutil: remove --run-script entirely --- roverlay/argutil.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/roverlay/argutil.py b/roverlay/argutil.py index df40d34..449b359 100644 --- a/roverlay/argutil.py +++ b/roverlay/argutil.py @@ -6,8 +6,6 @@ """provides arg parsing for the roverlay main script""" -# TODO: remove --run-script here - __all__ = [ 'parse_argv', ] import os @@ -409,18 +407,6 @@ def get_parser ( command_map, default_config_file, default_command='create' ): type=is_gid, ) - arg ( - '--run-script', '-X', default=argparse.SUPPRESS, - metavar="