Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Merge requests
!134
Remove hacks for ripgrep issue (closes
#47
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Remove hacks for ripgrep issue (closes
#47
)
issue-47-ripgrep-hack-removal
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Remove hacks for ripgrep issue (closes #47)
André Anjos
requested to merge
issue-47-ripgrep-hack-removal
into
master
Dec 20, 2019
Overview
0
Commits
1
Pipelines
1
Changes
2
Removing hack... Closes
#47 (closed)
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
66d4591e
1 commit,
Dec 20, 2019
2 files
+
0
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
bob/devtools/scripts/build.py
+
0
−
5
View file @ 66d4591e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -190,12 +190,7 @@ def build(
group
,
)
#### HACK to avoid ripgrep ignoring bin/ directories in our checkouts
# TODO: Remove this hack as soon as possible
from
bob.devtools.bootstrap
import
do_hack
project_dir
=
os
.
path
.
dirname
(
recipe_dir
[
0
])
do_hack
(
project_dir
)
# get potential channel upload and other auxiliary channels
channels
=
get_channels
(
Loading