Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: [maintainer] sysutils/docker-compose: update to 2.29.7
To:
"Kirill A. Korinsky" <kirill@korins.ky>, OpenBSD ports <ports@openbsd.org>
Date:
Thu, 3 Oct 2024 20:20:21 +0000

Download raw body.

Thread
30.09.2024 11:21, Kirill A. Korinsky пишет:
> Here a clean update for sysutils/docker-compose to 2.29.7.
> 
> Tested on amd64

Committed, thanks.

> @@ -24,6 +24,8 @@ do-install:
>  	${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/docker/cli-plugins
>  	${INSTALL_PROGRAM} ${MODGO_WORKSPACE}/bin/cmd \
>  		${PREFIX}/libexec/docker/cli-plugins/docker-compose
> +
> +NO_TEST = 		Yes

The port has tests, so this is not correct.

If they fail, they fail (and porters can do partial runs or try to fix them).
If they require special setup, you can describe that in TEST_IS_INTERACTIVE.