Skip to content

uscan: Fixing mode=svn handling of HTTP(S) URLs

Andrius Merkys requested to merge merkys/devscripts:fix-mode-svn-http into master

Using mode=svn with HTTP(S) URLs fails due to Devscripts::Uscan::WatchLine passing their handling to Devscripts::Uscan::http. While mode=git is specifically fixed via an exception, I have overlooked this piece of code when implementing mode=svn. This MR fixes the issue.

Debian bug report: #951568

Edited by Andrius Merkys

Merge request reports

Loading