[Piuparts-devel] Bug#696093: piuparts git repository branch, develop, updated. 0.52-37-g73cb9af

Andreas Beckmann anbe at debian.org
Thu May 30 15:17:04 UTC 2013


On 2013-05-30 16:29, Holger Levsen wrote:
> Hi,
> 
> On Donnerstag, 30. Mai 2013, Andreas Beckmann wrote:
>> The pts needs some status files
> 
> whats wrong with sources.txt as we have it now?
> 
>> So I would propose to use a generic name of /${DISTRO}_${AREA}.txt
>> (and ignore if such a file does not exist). For upgrades we could have
>> ${DISTRO1}2${DISTRO2}_${AREA}.txt.
> [...]
>> the PTS should only show the more serious error if any
> 
> not sure if I get your area.txt idea correctly, but you basically think of 
> severe_area1.txt and less_severe_areasX.txt?

more like

sid_main.txt
sid_main_pedantic.txt
stable_main.txt
stable2testing_main.txt

(and we could have oldstable2stable_main_pedantic.txt, too)

and the pts could do

for distro in unstable testing stable stable2testing experimental
do
	if [ $(getresult $package $distro_$area.txt) = fail ]
		echo serious piuparts error in $distro
	elif [ $(getresult $package $distro_$area_$pedantic.txt) = fail]
		echo important piuparts error in $distro
	fi
done

Andreas



More information about the Piuparts-devel mailing list