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

Re: Bioconductor API Bump to 3.13



On Wed, Sep 01, 2021 at 02:30:44PM +0200, Steffen Möller wrote:
> 
> > Its not made for this and you definitely should inspect the result of
> > every single run.
> 
> I was more thinking of a
> 
> for pkg in PACKAGES ; do
>    if ! routine-update; do
>       echo "E: First package to fail is $pkg"
>       break
>    fi
> done

routine-update does not parse the build output and thus does not realise
errors of autopkgtest.  You really need to parse the output.  Trying to
automatise things in a loop will make you lazy doing this.  So I would
strongly advise to do this ony package after the other.
 
> > I'm doing some packages step by step.
> 
> Many thanks!

You are welcome

      Andreas. 

-- 
http://fam-tille.de


Reply to: