From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SYDsj-0001Ox-OE for garchives@archives.gentoo.org; Sat, 26 May 2012 10:05:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1095E05B9; Sat, 26 May 2012 10:05:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF881E05B9 for ; Sat, 26 May 2012 10:05:50 +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 1E0041B402D for ; Sat, 26 May 2012 10:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CFFD2E542A for ; Sat, 26 May 2012 10:05:48 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1338026912.bc0aa53a89642fc82efbfdba7f9467ae25c2b835.maekke@gentoo> Subject: [gentoo-commits] dev/maekke:master commit in: scripts/ X-VCS-Repository: dev/maekke X-VCS-Files: scripts/keyword.sh X-VCS-Directories: scripts/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: bc0aa53a89642fc82efbfdba7f9467ae25c2b835 X-VCS-Branch: master Date: Sat, 26 May 2012 10:05:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 68684f29-4976-456b-af84-e2f872dbd977 X-Archives-Hash: 1b0508aae415a5bb746887f946c91d46 commit: bc0aa53a89642fc82efbfdba7f9467ae25c2b835 Author: Markus Meier gentoo org> AuthorDate: Sat May 26 10:08:32 2012 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat May 26 10:08:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/maekke.git;a=3D= commit;h=3Dbc0aa53a use mlrpc.cgi for pybugz-10 compat --- scripts/keyword.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/keyword.sh b/scripts/keyword.sh index 2ac886d..1ed5036 100755 --- a/scripts/keyword.sh +++ b/scripts/keyword.sh @@ -4,7 +4,7 @@ REPODIR=3D"${HOME}/cvs/gentoo-x86" BUGZ_USER=3D"maekke@gentoo.org" BUGZ=3D"bugz" -BUGZ_DEFAULT_OPTS=3D"--base https://bugs.gentoo.org --user ${BUGZ_USER}" +BUGZ_DEFAULT_OPTS=3D"--base https://bugs.gentoo.org/xmlrpc.cgi --user ${= BUGZ_USER}" =20 die() { echo $@