:: Re: [DNG] List index out of range m…
Top Page
Delete this message
Reply to this message
Author: Rowland penny
Date:  
To: dng
Subject: Re: [DNG] List index out of range merging the repo of gnuinos with amprolla
On 02/02/2020 18:24, Aitor wrote:
>
> Hi,
>
> I'm getting the following error merging packages .gnuinos.org with
> amprolla:
>
> $ python3 amprolla_merge.py
>
>
> [ .... ]
>
> Loading packages:
> ['/home/aitor/amprolla/spool/gnuinos/dists/beowulf/main/binary-i386/Packages.gz',
> '/home/aitor/amprolla/spool/devuan/dists/beowulf/main/binary-i386/Packages.gz',
> None,
> '/home/aitor/amprolla/spool/debian/dists/buster/main/binary-i386/Packages.gz']
> Writing packages
> Writing packages
>
> Crawling ascii-security
> Writing Release
>
> Crawling ascii-updates
> Writing Release
>
> Crawling jessie
>
> Crawling beowulf-updates
> Writing Release
> Writing Release
>
> Crawling beowulf-security
> Writing Release
> 2020/02/02 19:12:08 [ERR] list index out of range
>
>
> Any hints?
>
> Thanks in advance,
>
> Aitor.
>

At a guess, without seeing the code, it looks you have 'x' items in your
list but the python code thinks there are 'y' items.

Rowland