From owner-freebsd-bugs@freebsd.org Tue Jul 21 03:22:31 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAA389A64DE for ; Tue, 21 Jul 2015 03:22:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5CC6B0E for ; Tue, 21 Jul 2015 03:22:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6L3MVDG005600 for ; Tue, 21 Jul 2015 03:22:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195230] usr.bin/send-pr [revive] send-pr Date: Tue, 21 Jul 2015 03:22:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: gnu X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2015 03:22:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195230 Chris Hutchinson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |portmaster@bsdforge.com --- Comment #5 from Chris Hutchinson --- So the information doesn't get lost... @Ed Maste && @Glen Barber; Good advice, which I followed nearly immediately after submitting this PR(1). @ anyone To which Alfred@ was kind enough to share some Python code he felt might "fit the bill". I would have jumped on it, except that that would require that Python be installed. Given that Python isn't in BASE, this would make send-pr unavailable to those who run into problems initially, or are otherwise running in (resource) confined environments; think embedded, or perhaps, an initial install. As it is, send-pr has no requirements that aren't readily available under *any* circumstances, and IMHO it would be more valuable if kept that way. I continue to work on the (pre)requisites to get it to communicate with the (largely) Python powered Bugzilla. Thus far, I have found nothing that necessitates Python, to fulfill it's designated task -- to send a PR(1). :) Thank you for all your time, and consideration in this matter! --Chris -- You are receiving this mail because: You are the assignee for the bug.