Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2022 15:45:00 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: f0040ed568 - main - Point the generate-release to the correct git branch
Message-ID:  <202201041545.204Fj0ms037513@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f0040ed568b18c92b2d4b3a9e7507b893a57bf50

commit f0040ed568b18c92b2d4b3a9e7507b893a57bf50
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-01-04 15:44:36 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-01-04 15:44:36 +0000

    Point the generate-release to the correct git branch
---
 website/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/Makefile b/website/Makefile
index 731517bcad..c10ec92408 100644
--- a/website/Makefile
+++ b/website/Makefile
@@ -115,7 +115,7 @@ generate-release:
 .if !empty(MAIN)
 	git clone --depth 1 --branch main https://git.FreeBSD.org/src.git tmp
 .elif !empty(RELEASE)
-	git clone --depth 1 --branch release/${RELEASE}.0 https://git.FreeBSD.org/src.git tmp
+	git clone --depth 1 --branch releng/${RELEASE} https://git.FreeBSD.org/src.git tmp
 .endif
 	${HUGO_CMD} new --kind release releases/${RELEASE}R/
 	${RUBY_CMD} ./tools/hardware-notes-processor.rb content/en/releases/${RELEASE}R/hardware.adoc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201041545.204Fj0ms037513>