Date: Sun, 04 Apr 2021 10:39:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254760] net/gitup default configuration options for ports Message-ID: <bug-254760-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254760 Bug ID: 254760 Summary: net/gitup default configuration options for ports Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: eduardo@FreeBSD.org Reporter: grahamperrin@gmail.com Assignee: eduardo@FreeBSD.org Flags: maintainer-feedback?(eduardo@FreeBSD.org) >From /usr/local/etc/gitup.conf with 0.90_1:=20 ---- "ports" : { "host" : "github.com", "repository" : "/freebsd/freebsd-ports.git", "branch" : "master", "target" : "/usr/ports", "ignores" : [ "distfiles", "packages", ], }, "quarterly" : { "host" : "github.com", "repository" : "/freebsd/freebsd-ports.git", "branch" : "quarterly", "target" : "/usr/ports", "ignores" : [ "distfiles", "packages", ] }, ---- Re: <https://wiki.freebsd.org/git> this can change when <https://cgit.freebsd.org/ports/> goes live.=20 Something like:=20 ---- "ports" : { "repository" : "/ports.git", "branch" : "main", "target" : "/usr/ports", "ignores" : [ "distfiles", "packages", ], }, "quarterly" : { "repository" : "/ports.git", "branch" : "2021Q1", "target" : "/usr/ports", "ignores" : [ "distfiles", "packages", ] }, ---- =E2=80=A6 I don't know about the ignores. Thanks --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254760-7788>