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 F1063138A1F for ; Wed, 16 Apr 2014 21:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911F1E0B45; Wed, 16 Apr 2014 21:54: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 2295EE0B45 for ; Wed, 16 Apr 2014 21:54:49 +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 2971E340311 for ; Wed, 16 Apr 2014 21:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id ECEB0180E8 for ; Wed, 16 Apr 2014 21:54:44 +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: <1397685211.3d72f26c40de4d10eea418aafde19488b8c1ee9e.a3li@gentoo> Subject: [gentoo-commits] proj/infra-status:master commit in: data/ X-VCS-Repository: proj/infra-status X-VCS-Files: data/.gitignore data/services.rb data/services.rb.example X-VCS-Directories: data/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 3d72f26c40de4d10eea418aafde19488b8c1ee9e X-VCS-Branch: master Date: Wed, 16 Apr 2014 21:54:44 +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: daf3ad13-e1ac-4563-8a69-7ba1e8936831 X-Archives-Hash: 9e42fa093b9681dc09c91c526f0b2dda commit: 3d72f26c40de4d10eea418aafde19488b8c1ee9e Author: Alex Legler a3li li> AuthorDate: Wed Apr 16 21:53:31 2014 +0000 Commit: Alex Legler gentoo 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