Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2022-06-18 06:50:53 +0300
committerGitHub <noreply@github.com>2022-06-18 06:50:53 +0300
commit47d3bf2126c9f4c488f5d0dfc25a1a2352374faa (patch)
treea474fb6612ddc9918a24e84a84320547a3137600
parent121608de3814484579e8a6eb0e7bbf7cb5713a8a (diff)
parentd767d35308b2c631449ebb1ef066c2cca30cfe12 (diff)
Merge pull request #938 from allanjude/conf_git_example
poudriere.conf.sample: fix git example URLs
-rw-r--r--src/etc/poudriere.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/poudriere.conf.sample b/src/etc/poudriere.conf.sample
index ccba4989..4f6b2884 100644
--- a/src/etc/poudriere.conf.sample
+++ b/src/etc/poudriere.conf.sample
@@ -90,13 +90,13 @@ DISTFILES_CACHE=/usr/ports/distfiles
# mirror (default: git.FreeBSD.org/port.git)
#
# Example to use github mirror:
-#GIT_BASEURL=https://github.com/freebsd/freebsd-src.git
+#GIT_BASEURL=github.com/freebsd/freebsd-src.git
# If set the source tree marked to use git will use the defined
# mirror (default: git.FreeBSD.org/src.git)
#
# Example to use github mirror:
-#GIT_PORTSURL=https://github.com/freebsd/freebsd-ports.git
+#GIT_PORTSURL=github.com/freebsd/freebsd-ports.git
# If set the ports tree or source tree marked to use svn will use the defined
# mirror (default: svn.FreeBSD.org)