Fix: Correct file path and url parsing 43/70743/3 v0.37.0
authorEric Ball <eball@linuxfoundation.org>
Tue, 27 Sep 2022 21:07:17 +0000 (14:07 -0700)
committerEric Ball <eball@linuxfoundation.org>
Tue, 27 Sep 2022 21:27:14 +0000 (14:27 -0700)
commitd84948c4d8c34c9d49b9a27bf1c18a6b54cc00d9
treea55db249046bfe6da5a5f28a3de296d2fb5f660d
parent977063d202ce62199b12d18c417850c061c09b56
Fix: Correct file path and url parsing

These two bugs are both blocking our info-master job, so they are
being grouped together. One is an issue with using an absolute rather
than relative file path when adding a file to git. The other is
parsing the url with safe slashes, which was causing issues with
creation of repos that have slashes in the name.

Issue: RELENG-4461
Change-Id: Ia63ffc5f157bfb5285e8c6bdb2274a91a384a3f4
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
.pre-commit-config.yaml
lftools/api/endpoints/gerrit.py
lftools/git/gerrit.py
releasenotes/notes/info-merge-fixes-ef149399d1b2d8b2.yaml [new file with mode: 0644]