Commit 5ff5f662d80ec787652b99adbaf744bcde1aeebe
1 parent
be30154c
Exists in
master
and in
4 other branches
Rename remote_syslog software to remote-syslog
Showing
3 changed files
with
28 additions
and
28 deletions
Show diff stats
config/projects/gitlab.rb
@@ -37,7 +37,7 @@ dependency "redis" | @@ -37,7 +37,7 @@ dependency "redis" | ||
37 | dependency "nginx" | 37 | dependency "nginx" |
38 | dependency "chef-gem" | 38 | dependency "chef-gem" |
39 | if system("#{Omnibus.project_root}/support/is_gitlab_ee.sh") || system("#{Omnibus.project_root}/support/is_gitlab_com.sh") | 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 | end | 41 | end |
42 | dependency "runit" | 42 | dependency "runit" |
43 | dependency "gitlab-rails" | 43 | dependency "gitlab-rails" |
@@ -0,0 +1,27 @@ | @@ -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,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 |