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 8BC6A138247 for ; Sat, 18 Jan 2014 12:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21BAE0C81; 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 AF863E0C7D 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 D5A0233F952 for ; Sat, 18 Jan 2014 12:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A72A018732 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: <1389717718.4eaeb77dd3e494f10c848848df7b4814e98c11b6.a3li@gentoo> Subject: [gentoo-commits] proj/infra-status:master commit in: /, views/ X-VCS-Repository: proj/infra-status X-VCS-Files: infra-status.rb views/layout.erb X-VCS-Directories: / views/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 4eaeb77dd3e494f10c848848df7b4814e98c11b6 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: c5c3a934-da57-408f-8f66-5a1645e519a9 X-Archives-Hash: 3f8c9ea3732c7f267c2f2a9c04dc9a59 commit: 4eaeb77dd3e494f10c848848df7b4814e98c11b6 Author: Alex Legler a3li li> AuthorDate: Tue Jan 14 16:41:58 2014 +0000 Commit: Alex Legler gentoo org> CommitDate: Tue Jan 14 16:41:58 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=4eaeb77d Rework footer Make it 2014 and include the node that served the page. --- infra-status.rb | 1 + views/layout.erb | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/infra-status.rb b/infra-status.rb index 0029579..2bff57c 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -7,6 +7,7 @@ require 'sinatra' require 'sinatra/partial' require 'redcarpet' require 'rss' +require 'socket' require_relative 'lib/notice_store' require_relative 'lib/service_registry' diff --git a/views/layout.erb b/views/layout.erb index 4b779ec..ca92c8e 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -78,9 +78,14 @@
- Status data updated at <%= date_format ServiceRegistry.instance.load_date %>.
- Notices updated at <%= date_format NoticeStore.instance.load_date %>.
- Fugue iconset by Yusuke Kamiyamane. +

+ 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' %> +

+

+ Fugue iconset by Yusuke Kamiyamane. +

Questions or comments?
@@ -89,7 +94,7 @@
- © 2001-2013 Gentoo Foundation, Inc.
+ © 2001-2014 Gentoo Foundation, Inc.
Gentoo is a trademark of the Gentoo Foundation, Inc. The contents of this document, unless otherwise expressly stated, are licensed under the 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 1666E138247 for ; Thu, 16 Jan 2014 16:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BD40E0B85; Thu, 16 Jan 2014 16:43:44 +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 2F590E0B80 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 5D4AD33F852 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 5096C18751 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: <1389717718.4eaeb77dd3e494f10c848848df7b4814e98c11b6.a3li@gentoo> Subject: [gentoo-commits] proj/infra-status:master commit in: /, views/ X-VCS-Repository: proj/infra-status X-VCS-Files: infra-status.rb views/layout.erb X-VCS-Directories: / views/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 4eaeb77dd3e494f10c848848df7b4814e98c11b6 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: 1c3af088-d7b3-4d2c-a05f-500487f5c64d X-Archives-Hash: 2b7cb12b4fe4908d1efdaa66664bf179 Message-ID: <20140116164340.HFdBDkGvxzfPX9KuSjpoyjbZEOySvt4W91plk1pjDmg@z> commit: 4eaeb77dd3e494f10c848848df7b4814e98c11b6 Author: Alex Legler a3li li> AuthorDate: Tue Jan 14 16:41:58 2014 +0000 Commit: Alex Legler gentoo org> CommitDate: Tue Jan 14 16:41:58 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=4eaeb77d Rework footer Make it 2014 and include the node that served the page. --- infra-status.rb | 1 + views/layout.erb | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/infra-status.rb b/infra-status.rb index 0029579..2bff57c 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -7,6 +7,7 @@ require 'sinatra' require 'sinatra/partial' require 'redcarpet' require 'rss' +require 'socket' require_relative 'lib/notice_store' require_relative 'lib/service_registry' diff --git a/views/layout.erb b/views/layout.erb index 4b779ec..ca92c8e 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -78,9 +78,14 @@
- Status data updated at <%= date_format ServiceRegistry.instance.load_date %>.
- Notices updated at <%= date_format NoticeStore.instance.load_date %>.
- Fugue iconset by Yusuke Kamiyamane. +

+ 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' %> +

+

+ Fugue iconset by Yusuke Kamiyamane. +

Questions or comments?
@@ -89,7 +94,7 @@
- © 2001-2013 Gentoo Foundation, Inc.
+ © 2001-2014 Gentoo Foundation, Inc.
Gentoo is a trademark of the Gentoo Foundation, Inc. The contents of this document, unless otherwise expressly stated, are licensed under the