fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Bug in rsync_project function from fabric/contrib/project


From: Jeff Forcier
Subject: Re: [Fab-user] Bug in rsync_project function from fabric/contrib/project.py
Date: Sat, 28 Oct 2017 10:56:31 -0700

Thanks for the report! Please do open an issue on Github :)

On Sat, Oct 28, 2017 at 5:58 AM, Gena Makhomed <address@hidden> 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 = "address@hidden" % (user, host)
    else:
        remote_prefix = "address@hidden" % (user, host)

for IPv6 rsync address remote_prefix should be "address@hidden",
not "address@hidden" 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
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user



--
Jeff Forcier
Unix sysadmin; Python engineer
http://bitprophet.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]