Thanks for the report! Please do open an issue on Github :)
On Sat, Oct 28, 2017 at 5:58 AM, Gena Makhomed <[email protected]> wrote:
> Hello, All!
>
> Bug in rsync_project function from fabric/contrib/project.py:
>
> if host.count(':') > 1:
> # Square brackets are mandatory for IPv6 rsync address,
> # even if port number is not specified
> remote_prefix = "[%s@%s]" % (user, host)
> else:
> remote_prefix = "%s@%s" % (user, host)
>
> for IPv6 rsync address remote_prefix should be "%s@[%s]",
> not "[%s@%s]" as it is now.
>
> details: https://serverfault.com/questions/420158
>
> P.S.
>
> Should I write bug report at https://github.com/fabric/fabric/issues
> or reporting this bug in mail list is quite enough?
>
> --
> Best regards,
> Gena
>
> _______________________________________________
> Fab-user mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/fab-user
>
--
Jeff Forcier
Unix sysadmin; Python engineer
http://bitprophet.org
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user