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 B88FE1381F3 for ; Tue, 23 Jul 2013 07:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A856E0A6E; Tue, 23 Jul 2013 07:51:43 +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 C3F61E0A6E for ; Tue, 23 Jul 2013 07:51:37 +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 BFD2A33E9B5 for ; Tue, 23 Jul 2013 07:51:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F3E65E5468 for ; Tue, 23 Jul 2013 07:51:33 +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:master 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: master Date: Tue, 23 Jul 2013 07:51:33 +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: a8ee413e-28d6-46f5-a38a-6399ef91cd14 X-Archives-Hash: d67985ea7db8ed5db09b1b5e77dfe563 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="