#4869 pagure-mirror: port component of remote path is being ignored
Opened 3 years ago by midipix. Modified 3 years ago

The pagure-mirror hook supports two path notations, standard, and custom.

standard: ssh://user@host:[port]path
custom: user@host:path

Alas, the interface only refers to the custom notation, which currently ignored the post component even when provided (as in: user@localhost:1234/srv/git/some-repo)

The quickest fix would be for the interface to list both notations, not just the custom one:-)


In general, we should probably just consistently use and reference the standard notation: ssh://user@host[:port]/path/to/repo.git.

Login to comment on this ticket.

Metadata