[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt can't get some cockpit packages from buster-backports (repo sync issue?)



Hello Bruno,

Bruno Gravato [2020-04-21 18:34 +0100]:
> I had a look at debian/rules, the problem seems to be in line 13:
> 
> BUILD_DOCKER = $(findstring $(shell . /etc/os-release; echo
> $${VERSION_ID:-unstable}),18.04 19.10)
> 
> In comparison to cockpit 215, you removed "10" from findstring's second
> argument, but "10" is also present in "19.10", so it is still matched by
> findstring and the resulting BUILD_DOCKER var is not empty as intended (on
> buster).
> 
> Replacing "findstring" with "filter" (which matches words) seems to do
> the trick though:

Argh, silly me -- thanks for spotting! I uploaded 217-2, and will backport it
once it hits testing (in about 3 days).

Martin


Reply to: