From 828adac48d0e08766d192c7ce01021083cfc4d67 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 12 Mar 2017 22:00:00 -0400 Subject: fix file watching for real last file watching update didn’t work well enough. This now - rips out barbary watch service as it seems buggy crashing the jvm - make cbt exclusively write files to watch to a file - uses fswatch instead watching all files in that file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stage2/GitDependency.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stage2/GitDependency.scala') diff --git a/stage2/GitDependency.scala b/stage2/GitDependency.scala index f6812e4..20e1d36 100644 --- a/stage2/GitDependency.scala +++ b/stage2/GitDependency.scala @@ -26,7 +26,8 @@ object GitDependency{ val c = taskCache[Dependency]("checkout").memoize{ checkout( url, ref ) } DirectoryDependency( context.copy( - workingDirectory = subDirectory.map(c / _).getOrElse(c) + workingDirectory = subDirectory.map(c / _).getOrElse(c), + loop = false ), pathToNestedBuild: _* ) -- cgit v1.2.3