clone was introduced with Breezy 3.1.0. For our purposes, branch
will do just fine since we don't want to get colocated branches (but
only one branch per origin) and we can get the same "no tree" behavior
with a simple flag.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDBZR080db96f1190: Use `branch` instead of `clone`
Diff Detail
Diff Detail
- Repository
- rDLDBZR BZR loader
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build has FAILED
Patch application report for D7133 (id=25854)
Rebasing onto 078fb50296...
Current branch diff-target is up to date.
Changes applied before test
commit 5741ffd12c7830684303eb75d8d1176fea67e7ff Author: Raphaël Gomès <rgomes@octobus.net> Date: Wed Feb 9 14:51:05 2022 +0100 Use `branch` instead of `clone` `clone` was introduced with Breezy 3.1.0. For our purposes, `branch` will do just fine since we don't want to get colocated branches (but only one branch per origin) and we can get the same "no tree" behavior with a simple flag.
Link to build: https://jenkins.softwareheritage.org/job/DLDBZR/job/tests-on-diff/32/
See console output for more information: https://jenkins.softwareheritage.org/job/DLDBZR/job/tests-on-diff/32/console
Comment Actions
Build is green
Patch application report for D7133 (id=25858)
Rebasing onto 078fb50296...
Current branch diff-target is up to date.
Changes applied before test
commit 080db96f11900080399ec423d1b12b524b86c480 Author: Raphaël Gomès <rgomes@octobus.net> Date: Wed Feb 9 14:51:05 2022 +0100 Use `branch` instead of `clone` `clone` was introduced with Breezy 3.1.0. For our purposes, `branch` will do just fine since we don't want to get colocated branches (but only one branch per origin). We can get the same "no tree" and directory reuse behaviors with a simple flag.
See https://jenkins.softwareheritage.org/job/DLDBZR/job/tests-on-diff/33/ for more details.