forked from twitter/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make usage of pantsd imply usage of watchman. (pantsbuild#4512)
### Problem The pants daemon is only useful in the context of the `--fs-event-detection` flag, but usage of that flag is currently optional. ### Solution Deprecate that flag, such that usage of `--enable-pantsd` implies `--fs-event-detection`.
- Loading branch information
Stu Hood
authored
Apr 24, 2017
1 parent
325771d
commit b5eaf05
Showing
3 changed files
with
20 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,3 @@ | |
|
||
[GLOBAL] | ||
enable_pantsd: True | ||
|
||
[pantsd] | ||
fs_event_detection: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters