Date: Sun, 23 Jun 2024 11:03:29 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 815744c00b00 - main - graphics/oidn: Remove unnecessary printouts from pre-fetch Message-ID: <202406231103.45NB3T4v083594@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \ ) && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406231103.45NB3T4v083594>