From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from smail-cal.shawcable.com (unknown [24.64.63.13]) by chiba.3jane.net (Postfix) with ESMTP id 5275F200AD48 for ; Wed, 13 Mar 2002 17:08:50 -0600 (CST) Received: from disinformation.ca (h24-68-88-191.vc.shawcable.net [24.68.88.191]) by smail-cal.shawcable.com (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GSX00B66PESYO@smail-cal.shawcable.com> for gentoo-dev@gentoo.org; Wed, 13 Mar 2002 16:04:05 -0700 (MST) Date: Wed, 13 Mar 2002 15:13:48 -0800 From: Zach Forrest Subject: Re: [gentoo-dev] emerge feature for 1.0 release? To: gentoo-dev@gentoo.org Message-id: <3C8FDD2C.1030600@disinformation.ca> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310 References: <3C8FC81D.6010202@disinformation.ca> <200203132300.47307.verwilst@gentoo.org> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 828b5c94-356e-41a4-a572-322d565e45d6 X-Archives-Hash: 288eb715576d9c49ba150e27c222145f Cool, man. (Thanks) Bart Verwilst wrote: > Hi! > > in the latest 1.8.9_pre's, this is already implemented, 1.8.8 doesn't have > this functionality yet though.. > > See ya! > > On Wednesday 13 March 2002 22:43, Zach Forrest wrote: > || I think it would be nice to add something like the code below to the > || emerge command before the 1.0 release of Gentoo. Then rather than Python > || printing a traceback on a keyboard interrupt (i.e. ^C), a nice "abort" > || message would be printed. This would be more refined from a user > || perspective (in my opinion). Of course, if the '--debug' option were to > || be passed to emerge, the trace back could/should be printed. > || > || if __name__ == '__main__': > || # Replace this with however emerge needs to be called. > || app = EmergeApp() > || try: > || app.main() > || except KeyboardInterrupt, e: > || print 'emerge: aborted' > || > || > || zach > || > || _______________________________________________ > || gentoo-dev mailing list > || gentoo-dev@gentoo.org > || http://lists.gentoo.org/mailman/listinfo/gentoo-dev >