Skip to content
Snippets Groups Projects
Commit 9ef210d8 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'test_not_caching_cookbook' into 'master'

Don't cache the cookbook

Closes #609

See merge request !372
parents 620c292f 2b6dbc89
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,12 +19,6 @@ name "gitlab-config-template"
 
dependency "rsync"
 
# Help omnibus-ruby to cache the build product of this software. This is a
# workaround for the deprecation of `always_build true`. What happens now is
# that we build only if the contents of the specified directory have changed
# according to git.
version `git ls-tree HEAD -- files/gitlab-config-template | awk '{ print $3 }'`
source :path => File.expand_path("files/gitlab-config-template", Omnibus::Config.project_root)
 
build do
Loading
Loading
Loading
Loading
@@ -20,12 +20,6 @@ name "gitlab-cookbooks"
 
dependency "rsync"
 
# Help omnibus-ruby to cache the build product of this software. This is a
# workaround for the deprecation of `always_build true`. What happens now is
# that we build only if the contents of the specified directory have changed
# according to git.
version `git ls-tree HEAD -- files/gitlab-cookbooks | awk '{ print $3 }'`
source :path => File.expand_path("files/gitlab-cookbooks", Omnibus::Config.project_root)
 
build do
Loading
Loading
Loading
Loading
@@ -19,12 +19,6 @@ name "gitlab-selinux"
 
dependency "rsync"
 
# Help omnibus-ruby to cache the build product of this software. This is a
# workaround for the deprecation of `always_build true`. What happens now is
# that we build only if the contents of the specified directory have changed
# according to git.
version `git ls-tree HEAD -- files/gitlab-selinux | awk '{ print $3 }'`
source :path => File.expand_path("files/gitlab-selinux", Omnibus::Config.project_root)
 
build do
Loading
Loading
Loading
Loading
@@ -36,4 +36,4 @@ build do
:mode => 0755,
:vars => { :install_dir => project.install_dir }
end
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment