-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The script files were a bit bloated as we haven't looked at them since porting over base crawler. There were also limitations (e.g. forced env managers) that I don't think would be healthy for an open-code repo. - Remove script funcs and script files that are not used - Change echo coloring for progress statements from yellow to blue - Yellow should be for warnings only - Remove hard requirement for `rbenv` and `jenv` when running `make install` - Users can opt-in to this by passing in env var `CRAWLER_MANAGE_ENV=true` - Add currently enabled Java and Ruby versions to bash output when running `make install` - Remove detailed instructions for env management from README.md - Instead we just have a recommendation to use an env manager, and links to official docs
- Loading branch information
1 parent
cc7ae78
commit ae66978
Showing
8 changed files
with
128 additions
and
237 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
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
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.