Bug#352940: Please support testing packages in changes files

2008-12-08 Thread Andres Mejia
Forgot one change from the previous patch. In the process_changes() method, I changed from using a print statement to using logging.warn() when a changes file that was passed in isn't readable. -- Regards, Andres diff -urN piuparts-0.33/debian/changelog piuparts-0.33.01/debian/changelog --- piu

Bug#352940: Please support testing packages in changes files

2008-12-08 Thread Andres Mejia
I've attached an improvement of the previous patch. The main change here is with the lines that deal with getting the contents of the 'Files' field. It now uses a 'field' variable to determine what field to get contents from. This I think could be useful in the future. The regex is compiled wi

Bug#352940: Please support testing packages in changes files

2008-12-07 Thread Andres Mejia
tags 352940 + patch thanks Here's a patch that implements the feature for piuparts to scan packages from a changes file. I patched the docbook file as well. The way I implemented this change was so piuparts would scan the packages of each individual changes file separately. There is an option h

Bug#352940: Please support testing packages in changes files

2008-12-03 Thread Andres Mejia
retitle 352940 Please support testing packages in changes files thanks It would be nice to pass in a set of changes files so that piuparts can scan each package. In the meantime, I have been using this script to do what I wish piuparts could do. Do what you like with the script. -- Regards, A