git: ebcba6fd0b62 - main - www/gitlab: remove an obsolete TODO comment as it is already implemented
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Apr 2025 13:32:15 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebcba6fd0b626a4ecdf758d6c74b78570861e362 commit ebcba6fd0b626a4ecdf758d6c74b78570861e362 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2025-04-07 13:28:30 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2025-04-07 13:32:10 +0000 www/gitlab: remove an obsolete TODO comment as it is already implemented --- 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}