Randy McMurchy wrote:
> Randy McMurchy wrote these words on 01/13/07 15:20 CST:
>
>> Is there anything I can do to help determine what all packages
>> still need to be updated?
>
> Justin,
>
> As I think about this I'm wondering if you can't maintain a list
> of the BLFS svn packages on the master server, and then compare
> that to the general.ent file in the XML. Unless I'm mistaken, the
> general.ent file contains all the current versions of all the
> packages.
In the make file, we already have a way to extract patches:
blfs-patch-list:
@echo "Generating blfs-patch-list..."
xsltproc --xinclude --nonet \
--output blfs-patch-list stylesheets/patcheslist.xsl index.xml
sed -e "s|^.*/||" blfs-patch-list > blfs-patches
sort blfs-patches > blfs-patch-list
rm blfs-patches
With a little work, we could probably do the same thing for packages.
I'm a bit too busy for that, but maybe you can talk Manuel into doing it.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page