Commit 5ff5f662d80ec787652b99adbaf744bcde1aeebe

Authored by Jacob Vosmaer
1 parent be30154c

Rename remote_syslog software to remote-syslog

config/projects/gitlab.rb
... ... @@ -37,7 +37,7 @@ dependency "redis"
37 37 dependency "nginx"
38 38 dependency "chef-gem"
39 39 if system("#{Omnibus.project_root}/support/is_gitlab_ee.sh") || system("#{Omnibus.project_root}/support/is_gitlab_com.sh")
40   - dependency "remote_syslog"
  40 + dependency "remote-syslog"
41 41 end
42 42 dependency "runit"
43 43 dependency "gitlab-rails"
... ...
config/software/remote-syslog.rb 0 → 100644
... ... @@ -0,0 +1,27 @@
  1 +#
  2 +## Copyright:: Copyright (c) 2014 GitLab B.V.
  3 +## License:: Apache License, Version 2.0
  4 +##
  5 +## Licensed under the Apache License, Version 2.0 (the "License");
  6 +## you may not use this file except in compliance with the License.
  7 +## You may obtain a copy of the License at
  8 +##
  9 +## http://www.apache.org/licenses/LICENSE-2.0
  10 +##
  11 +## Unless required by applicable law or agreed to in writing, software
  12 +## distributed under the License is distributed on an "AS IS" BASIS,
  13 +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14 +## See the License for the specific language governing permissions and
  15 +## limitations under the License.
  16 +##
  17 +#
  18 +
  19 +name "remote-syslog"
  20 +default_version "1.6.14"
  21 +
  22 +dependency "ruby"
  23 +dependency "rubygems"
  24 +
  25 +build do
  26 + gem "install remote_syslog -n #{install_dir}/embedded/bin --no-rdoc --no-ri -v #{version}"
  27 +end
... ...
config/software/remote_syslog.rb
... ... @@ -1,27 +0,0 @@
1   -#
2   -## Copyright:: Copyright (c) 2014 GitLab B.V.
3   -## License:: Apache License, Version 2.0
4   -##
5   -## Licensed under the Apache License, Version 2.0 (the "License");
6   -## you may not use this file except in compliance with the License.
7   -## You may obtain a copy of the License at
8   -##
9   -## http://www.apache.org/licenses/LICENSE-2.0
10   -##
11   -## Unless required by applicable law or agreed to in writing, software
12   -## distributed under the License is distributed on an "AS IS" BASIS,
13   -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   -## See the License for the specific language governing permissions and
15   -## limitations under the License.
16   -##
17   -#
18   -
19   -name "remote_syslog"
20   -default_version "1.6.14"
21   -
22   -dependency "ruby"
23   -dependency "rubygems"
24   -
25   -build do
26   - gem "install remote_syslog -n #{install_dir}/embedded/bin --no-rdoc --no-ri -v #{version}"
27   -end