git: f0040ed568 - main - Point the generate-release to the correct git branch
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=f0040ed568b18c92b2d4b3a9e7507b893a57bf50 commit f0040ed568b18c92b2d4b3a9e7507b893a57bf50 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-01-04 15:44:36 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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