From 4795d747f9a7a7592c45588c28c97bf2ea5047bc Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Tue, 3 Jul 2018 11:24:23 -0400 Subject: [PATCH] remote log/.gitkeep Our appliances link log to a different direction. This means it will always be a modified git tree. Git stash does not work across symbolic links. so it makes patching and git functions difficult on the appliance --- bin/setup | 1 + log/.gitkeep | 0 2 files changed, 1 insertion(+) delete mode 100644 log/.gitkeep diff --git a/bin/setup b/bin/setup index 3f7ca764dd0..dece91ab8bd 100755 --- a/bin/setup +++ b/bin/setup @@ -16,6 +16,7 @@ end Dir.chdir(ManageIQ::Environment::APP_ROOT) do ManageIQ::Environment.ensure_config_files + Dir.mkdir("log") unless File.exist?("log") puts '== Installing dependencies ==' ManageIQ::Environment.install_bundler diff --git a/log/.gitkeep b/log/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000