git: ba0d8ff2527d - 2025Q2 - www/gitlab: remove an obsolete TODO comment as it is already implemented
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Apr 2025 05:53:47 UTC
The branch 2025Q2 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba0d8ff2527d803273df4a0006a99c232adf0d1d commit ba0d8ff2527d803273df4a0006a99c232adf0d1d Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2025-04-07 13:28:30 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2025-04-10 05:40:46 +0000 www/gitlab: remove an obsolete TODO comment as it is already implemented (cherry picked from commit ebcba6fd0b626a4ecdf758d6c74b78570861e362) --- www/gitlab/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 39c6f8c008aa..4a85bd5e37de 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -499,7 +499,6 @@ post-install: @${ECHO_CMD} "@dir(,,700) ${WWWDIR_REL}/shared/artifacts/tmp" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,700) ${WWWDIR_REL}/shared/artifacts/tmp/work" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,700) ${WWWDIR_REL}/shared/ci_secure_files" >> ${TMPPLIST} - # TODO: Maybe we need to add here a new dir: ${WWWDIR_REL}/shared/external-diffs @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/shared/packages" >> ${TMPPLIST} @${ECHO_CMD} "@group gitlab-pages" >> ${TMPPLIST} @${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/shared/pages" >> ${TMPPLIST}