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 DC907138A87 for ; Sun, 22 Feb 2015 00:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39283E0869; Sun, 22 Feb 2015 00:19:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3B06E0852 for ; Sun, 22 Feb 2015 00:19:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD4B3340AF7 for ; Sun, 22 Feb 2015 00:19:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D8FB12448 for ; Sun, 22 Feb 2015 00:19:08 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1424564204.d7e70b636ba47429d51a515c7038eba37fc20c15.robbat2@gentoo> Subject: [gentoo-commits] proj/ag-web:master commit in: / X-VCS-Repository: proj/ag-web X-VCS-Files: ag-web.rb X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: d7e70b636ba47429d51a515c7038eba37fc20c15 X-VCS-Branch: master Date: Sun, 22 Feb 2015 00:19:08 +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: 977de460-1a47-435c-8292-2efca3ad21cd X-Archives-Hash: 20f74e1a2a7bbf70c298c4997cbc4361 commit: d7e70b636ba47429d51a515c7038eba37fc20c15 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Feb 21 23:52:54 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Feb 22 00:16:44 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=d7e70b63 Remove old variable. Signed-off-by: Robin H. Johnson gentoo.org> --- ag-web.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ag-web.rb b/ag-web.rb index d07a18a..f53e94f 100644 --- a/ag-web.rb +++ b/ag-web.rb @@ -24,8 +24,6 @@ $es.transport.reload_connections! $config = YAML.load_file('config.yml') -$valid_lists = %w[www-redesign gentoo-alt gentoo-dev gentoo-amd64] - get '/:list/report/:msgid' do return unless list_check @@ -157,4 +155,4 @@ end get '/' do erb :index -end \ No newline at end of file +end