Closed
Bug 1684471
Opened 5 years ago
Closed 5 years ago
Allow using branch names that match a folder in mozsearch-mozilla
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kats, Assigned: kats)
Details
I recently tried running an indexer using a "kaios" branch name to test out a change in my staktrace/mozsearch-mozilla repo. But that had a silent error, indicated by this update-log snippet:
+ git clone https://github.com/staktrace/mozsearch-mozilla config
Cloning into 'config'...
+ pushd config
~/config ~
+ git checkout kaios
fatal: 'kaios' could be both a local file and a tracking branch.
Please use -- (and optionally --no-guess) to disambiguate
+ true
+ popd
We should update that checkout command so that it's unambiguously a branch name.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
PR merged, but leaving this open until I regenerate the AMIs. That step could use some automation too.
| Assignee | ||
Comment 3•5 years ago
|
||
Automation is hard. Regenerated manually.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•