public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/infra-status:master commit in: data/
@ 2014-01-18 12:13 Alex Legler
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Legler @ 2014-01-18 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1c6b5f01544df2e4a60ef436c76aaf941dea7a22
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat Jan 18 12:11:47 2014 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 12:11:47 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=1c6b5f01

Overlays on spoonbill now

---
 data/services.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/services.rb b/data/services.rb
index 435220c..6235230 100644
--- a/data/services.rb
+++ b/data/services.rb
@@ -52,7 +52,7 @@ Services do
 	end
 
 	service 'overlays' do
-		default 'hornbill', 'http_overlays'
+		default 'spoonbill', 'http_overlays'
 	end
 	
 	service 'tinderbox' do


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/infra-status:master commit in: data/
@ 2014-03-01 17:44 Jeremy Olexa
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Olexa @ 2014-03-01 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e447b535a15440ec25b0f899b54b79f8ec86c647
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  1 17:44:09 2014 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 17:44:09 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=e447b535

fix rsync service to use proper hosts

---
 data/services.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/services.rb b/data/services.rb
index 6235230..3483b05 100644
--- a/data/services.rb
+++ b/data/services.rb
@@ -64,9 +64,9 @@ Services do
 	end
 
 	service 'rsync' do
-		if host_flapping? 'albatross' or host_flapping? 'kookaburra'
+		if host_flapping? 'albatross' or host_flapping? 'dipper'
 			State::WARNING
-		elsif host_up? 'albatross' and host_up? 'kookaburra'
+		elsif host_up? 'albatross' and host_up? 'dipper'
 			State::UP
 		else
 			State::DOWN


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/infra-status:master commit in: data/
@ 2014-03-01 17:45 Jeremy Olexa
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Olexa @ 2014-03-01 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     728a87593a226b3d53237d41ea8809dcad4670a4
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  1 17:45:07 2014 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 17:45:07 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=728a8759

devmanual moved to brambling

---
 data/services.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/services.rb b/data/services.rb
index 3483b05..35f7db2 100644
--- a/data/services.rb
+++ b/data/services.rb
@@ -48,7 +48,7 @@ Services do
 	end
 
 	service 'devmanual' do
-		default 'kookaburra', 'http_devmanual'
+		default 'brambling', 'http_devmanual'
 	end
 
 	service 'overlays' do


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/infra-status:master commit in: data/
@ 2014-04-16 21:54 Alex Legler
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Legler @ 2014-04-16 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3d72f26c40de4d10eea418aafde19488b8c1ee9e
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Wed Apr 16 21:53:31 2014 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 21:53:31 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=3d72f26c

Remove services.rb

You shouldn't need to update the app code to update service locations.
services.rb moves to puppet.

---
 data/.gitignore                           | 1 +
 data/{services.rb => services.rb.example} | 0
 2 files changed, 1 insertion(+)

diff --git a/data/.gitignore b/data/.gitignore
index a574e5e..567a7b4 100644
--- a/data/.gitignore
+++ b/data/.gitignore
@@ -1 +1,2 @@
 status.json
+services.rb

diff --git a/data/services.rb b/data/services.rb.example
similarity index 100%
rename from data/services.rb
rename to data/services.rb.example


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-16 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01 17:44 [gentoo-commits] proj/infra-status:master commit in: data/ Jeremy Olexa
  -- strict thread matches above, loose matches on Subject: below --
2014-04-16 21:54 Alex Legler
2014-03-01 17:45 Jeremy Olexa
2014-01-18 12:13 Alex Legler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox