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 1R6sTz-00069m-Mk for garchives@archives.gentoo.org; Thu, 22 Sep 2011 23:15:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE8A521C15A; Thu, 22 Sep 2011 23:14:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A11B121C15A for ; Thu, 22 Sep 2011 23:14:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 219F91B4004 for ; Thu, 22 Sep 2011 23:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3DC6280042 for ; Thu, 22 Sep 2011 23:14:42 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: Subject: [gentoo-commits] proj/rbot-bugzilla:master commit in: / X-VCS-Repository: proj/rbot-bugzilla X-VCS-Files: bugzilla.rb X-VCS-Directories: / X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: fa35d46b5ae356d2e35dc266a933ee59f56fec16 Date: Thu, 22 Sep 2011 23:14:42 +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: X-Archives-Hash: 61ecf069159f2d8433089e45f95ec63a commit: fa35d46b5ae356d2e35dc266a933ee59f56fec16 Author: Christian Ruppert gentoo org> AuthorDate: Thu Sep 22 23:13:54 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Thu Sep 22 23:13:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/rbot-bugzilla= .git;a=3Dcommit;h=3Dfa35d46b Add IN_PROGRESS, CONFIRMED --- bugzilla.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bugzilla.rb b/bugzilla.rb index 474c7eb..d428ddb 100644 --- a/bugzilla.rb +++ b/bugzilla.rb @@ -29,7 +29,7 @@ String.send(:include, BugzillaStringExtensions) # Valid statuses # 'DONE' and 'OPEN' are special cases that expand to the rest of the sta= tuses in that array DONE_STATUS =3D ['DONE','RESOLVED','VERIFIED','CLOSED'] -OPEN_STATUS =3D ['OPEN','UNCONFIRMED','NEW','ASSIGNED','REOPENED'] +OPEN_STATUS =3D ['OPEN','UNCONFIRMED','NEW','ASSIGNED','REOPENED', 'IN_P= ROGRESS', 'CONFIRMED'] VALID_RESO =3D ['FIXED', 'INVALID', 'WONTFIX', 'LATER', 'REMIND', 'DUPL= ICATE', 'WORKSFORME', 'CANTFIX', 'NEEDINFO', 'TEST-REQUEST', 'UPSTREAM'] =20 # Each zilla instance may have these parameters