From 5ff5f662d80ec787652b99adbaf744bcde1aeebe Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 26 Jun 2014 13:42:49 +0200 Subject: [PATCH] Rename remote_syslog software to remote-syslog --- config/projects/gitlab.rb | 2 +- config/software/remote-syslog.rb | 27 +++++++++++++++++++++++++++ config/software/remote_syslog.rb | 27 --------------------------- 3 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 config/software/remote-syslog.rb delete mode 100644 config/software/remote_syslog.rb diff --git a/config/projects/gitlab.rb b/config/projects/gitlab.rb index 0c2d18f..2c7b4e6 100644 --- a/config/projects/gitlab.rb +++ b/config/projects/gitlab.rb @@ -37,7 +37,7 @@ dependency "redis" dependency "nginx" dependency "chef-gem" if system("#{Omnibus.project_root}/support/is_gitlab_ee.sh") || system("#{Omnibus.project_root}/support/is_gitlab_com.sh") - dependency "remote_syslog" + dependency "remote-syslog" end dependency "runit" dependency "gitlab-rails" diff --git a/config/software/remote-syslog.rb b/config/software/remote-syslog.rb new file mode 100644 index 0000000..9a3500f --- /dev/null +++ b/config/software/remote-syslog.rb @@ -0,0 +1,27 @@ +# +## Copyright:: Copyright (c) 2014 GitLab B.V. +## License:: Apache License, Version 2.0 +## +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## +# + +name "remote-syslog" +default_version "1.6.14" + +dependency "ruby" +dependency "rubygems" + +build do + gem "install remote_syslog -n #{install_dir}/embedded/bin --no-rdoc --no-ri -v #{version}" +end diff --git a/config/software/remote_syslog.rb b/config/software/remote_syslog.rb deleted file mode 100644 index 558700e..0000000 --- a/config/software/remote_syslog.rb +++ /dev/null @@ -1,27 +0,0 @@ -# -## Copyright:: Copyright (c) 2014 GitLab B.V. -## License:: Apache License, Version 2.0 -## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## -# - -name "remote_syslog" -default_version "1.6.14" - -dependency "ruby" -dependency "rubygems" - -build do - gem "install remote_syslog -n #{install_dir}/embedded/bin --no-rdoc --no-ri -v #{version}" -end -- libgit2 0.21.2