git: f0040ed568 - main - Point the generate-release to the correct git branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jan 2022 15:45:00 UTC
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