aboutsummaryrefslogtreecommitdiff
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-08-12 16:25:25 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-08-12 16:25:25 +0000
commit86e5b1377db87223c20aefbc5bf61c56422d6c8f (patch)
tree3784ae004cc02b4701036ad922cbcde1118b757f /release/release.conf.sample
parentc7aa572cacdeca83c35c12a378909d0b659300a9 (diff)
downloadsrc-86e5b1377db87223c20aefbc5bf61c56422d6c8f.tar.gz
src-86e5b1377db87223c20aefbc5bf61c56422d6c8f.zip
release: update to use git instead of svn:
Makefile.* (cloudware): - Consistify setting the BUILDDATE for snapshots. release.conf.sample/release.sh: - Run 'git clone' in 'quiet' mode. Makefile.inc1: - Set BUILDDATE and export the variable. Sponsored by: Rubicon Communications, LLC (netgate.com)
Notes
Notes: svn path=/projects/release-git/; revision=364170
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index 23de28670a82..260c8c37227a 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -24,7 +24,7 @@ DOCBRANCH="main"
PORTBRANCH="main"
## Sample configuration for using git from ports.
-#GITCMD="/usr/local/bin/git clone --branch main"
+#GITCMD="/usr/local/bin/git clone -q --branch main"
## Set to override the default target architecture.
#TARGET="amd64"