[Bug 255649] gitup: connect_server: socket failure: Address family not supported by protocol family

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 6 07:56:30 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255649

--- Comment #3 from bagas <bagas1983 at mail.ru> ---
gitup-0.92
There is no problem.
Updates normally.

/usr/local/etc/gitup.conf                                                       
# $FreeBSD$
#
# Default configuration options for gitup.conf.
{
        "defaults" : {
                "host"           : "git.freebsd.org",
                "port"           : 443,
                "verbosity"      : 1,
                "work_directory" : "/var/db/gitup",
        },

        "ports" : {
                "host"       : "git.freebsd.org",
                "repository" : "/ports.git",
                "branch"     : "main",
                "target"     : "/usr/ports",
                "ignores"    : [
                        "distfiles",
                        "packages",
                        "INDEX-11",
                ],
        },

        "quarterly" : {
                "repository_path"  : "/ports.git",
                "branch"           : "quarterly",
                "target_directory" : "/usr/ports",
                "ignores"          : [
                        "distfiles",
                        "packages",
                        "INDEX-11",
                ],
        },
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list