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 73A65138247 for ; Thu, 16 Jan 2014 16:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB763E0B80; Thu, 16 Jan 2014 16:43:43 +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 3DFC9E0B85 for ; Thu, 16 Jan 2014 16:43:43 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71E8F33F856 for ; Thu, 16 Jan 2014 16:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6D50E18752 for ; Thu, 16 Jan 2014 16:43:40 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1389717783.d65402b7f98fd8b9b900e54ff7f4c8013fbda4ad.a3li@gentoo> Subject: [gentoo-commits] proj/infra-status:master commit in: views/ X-VCS-Repository: proj/infra-status X-VCS-Files: views/layout.erb X-VCS-Directories: views/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: d65402b7f98fd8b9b900e54ff7f4c8013fbda4ad X-VCS-Branch: master Date: Thu, 16 Jan 2014 16:43:40 +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: 846f4d3f-c621-4f88-99d2-c0b30087d4c3 X-Archives-Hash: 7e3a0633ea0a5ad55af497c3841b6c4c commit: d65402b7f98fd8b9b900e54ff7f4c8013fbda4ad Author: Alex Legler a3li li> AuthorDate: Tue Jan 14 16:43:03 2014 +0000 Commit: Alex Legler gentoo org> CommitDate: Tue Jan 14 16:43:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=d65402b7 Rework footer (2) --- views/layout.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.erb b/views/layout.erb index ca92c8e..cc2dcee 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -81,7 +81,7 @@

Status data updated at <%= date_format ServiceRegistry.instance.load_date %>.
Notices updated at <%= date_format NoticeStore.instance.load_date %>.
- Served by <%= Socket.gethostname == 'avocet' ? 'infra-status1' : 'infra-status2' %> + Served by <%= Socket.gethostname == 'avocet' ? 'infra-status-web1' : 'infra-status-web2' %>.

Fugue iconset by Yusuke Kamiyamane. 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 6EEDB138247 for ; Sat, 18 Jan 2014 12:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A208FE0C80; Sat, 18 Jan 2014 12:10:49 +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 D0B3EE0C7E for ; Sat, 18 Jan 2014 12:10:48 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 058A633F954 for ; Sat, 18 Jan 2014 12:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C444C18733 for ; Sat, 18 Jan 2014 12:10:45 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1389717783.d65402b7f98fd8b9b900e54ff7f4c8013fbda4ad.a3li@gentoo> Subject: [gentoo-commits] proj/infra-status:master commit in: views/ X-VCS-Repository: proj/infra-status X-VCS-Files: views/layout.erb X-VCS-Directories: views/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: d65402b7f98fd8b9b900e54ff7f4c8013fbda4ad X-VCS-Branch: master Date: Sat, 18 Jan 2014 12:10:45 +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: c39aa2e7-3f20-479a-b3b1-43b68ce5f674 X-Archives-Hash: 541fdaa8b4f9c3bb0fa6ef470cd2c7f5 Message-ID: <20140118121045.HEyRe6_o0W2ERwylrXcWs1Nj3eINrR_H6KVNpExr6rI@z> commit: d65402b7f98fd8b9b900e54ff7f4c8013fbda4ad Author: Alex Legler a3li li> AuthorDate: Tue Jan 14 16:43:03 2014 +0000 Commit: Alex Legler gentoo org> CommitDate: Tue Jan 14 16:43:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=d65402b7 Rework footer (2) --- views/layout.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.erb b/views/layout.erb index ca92c8e..cc2dcee 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -81,7 +81,7 @@

Status data updated at <%= date_format ServiceRegistry.instance.load_date %>.
Notices updated at <%= date_format NoticeStore.instance.load_date %>.
- Served by <%= Socket.gethostname == 'avocet' ? 'infra-status1' : 'infra-status2' %> + Served by <%= Socket.gethostname == 'avocet' ? 'infra-status-web1' : 'infra-status-web2' %>.

Fugue iconset by Yusuke Kamiyamane.