git: 815744c00b00 - main - graphics/oidn: Remove unnecessary printouts from pre-fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 11:03:29 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=815744c00b00d53b2f8e2778ad66c2ec987a6629 commit 815744c00b00d53b2f8e2778ad66c2ec987a6629 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-23 11:02:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-23 11:02:27 +0000 graphics/oidn: Remove unnecessary printouts from pre-fetch --- graphics/oidn/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile index d2aaf1e511e0..1e5a948cb300 100644 --- a/graphics/oidn/Makefile +++ b/graphics/oidn/Makefile @@ -58,11 +58,8 @@ pre-fetch: ( \ ${MKDIR} ${WRKDIR}; \ HOME=${WRKDIR}; \ - echo "--1--" && \ git config --global filter.lfs.smudge "git-lfs smudge -- %f" && \ - echo "--2-- WD=`pwd`" && \ git clone -q ${WEIGHTS_GIT_URL} ${PORTNAME}-weights-${WEIGHTS_GIT_HASH} && \ - echo "--3--" && \ (cd ${PORTNAME}-weights-${WEIGHTS_GIT_HASH} && git reset -q --hard ${WEIGHTS_GIT_HASH} && ${RM} -r .git) && \ ${RM} -r ${WRKDIR} \ ) && \