properly detect local branches with slash (like release/19.12)
ClosedPublic

Authored by mgallien on Dec 11 2019, 4:33 PM.

Details

Summary

should fix multiple builds from git with a branch with a slash into its
name by avoiding calling git checkout --track multiple times

Test Plan

fix local build of elisa with release/19.12

see binary-factory failures

Diff Detail

Repository
R138 Craft
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mgallien requested review of this revision.Dec 11 2019, 4:33 PM
mgallien created this revision.
vonreth accepted this revision.Dec 21 2019, 8:23 PM
This revision is now accepted and ready to land.Dec 21 2019, 8:23 PM

Thanks for the review but somebody already fixed that bug. Do I still land this patch ?

mgallien updated this revision to Diff 72003.Dec 22 2019, 5:22 PM

rebased patch

This revision was automatically updated to reflect the committed changes.