fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Bug in rsync_project function from fabric/contrib/project.py


From: Gena Makhomed
Subject: [Fab-user] Bug in rsync_project function from fabric/contrib/project.py
Date: Sat, 28 Oct 2017 15:58:55 +0300
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

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



reply via email to

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