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