Package: repo / 2.54-1~bpo12+1

Metadata

Package Version Patches format
repo 2.54-1~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
get version from d changelog instead of .git folder.patch | (download)

release/update_manpages.py | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 get version from d/changelog instead of .git folder
 When building debian package, .git folder won't be copied, so need to
 get the version from d/changelog by running dpkg-parsechangelog
 command.
Remove black and flake8 check.patch | (download)

run_tests | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove black, flake8, and isort check
backports/Fallback to full sync when depth enabled fetch of a sh.patch | (download)

project.py | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 fallback to full sync when depth enabled fetch of a sha1 fails

In sha1 mode, when depth is enabled, syncing the revision from
upstream may not work because some servers only allow fetching
named refs. Fetching a specific sha1 may result in an error like
'server does not allow request for unadvertised object'. In this
case, attempt a full sync with depth disabled.

Bug: 410825502