>> There's also the issue about MD5sums for those tarballs to figure out too. > > Bruce, how do we sort this issue out? From what I can gather, the tarballs > are > regenerated each time the book is rendered. As the date on which the tarball > is > generated will affect the md5sum (I think), the only way we can prevent a > mismatch of MD5sums is to re-copy the tarballs to the download directories on > the > day the book gets rendered. So, we've got a mismatch in rc2 as I've only > copied the > files that got generated today, but we should be able to get this right for > 6.5 final.
What I do is put the files in place and get the md5sums. Then I hard code those sums and the other data (size, etc) into the release version (not svn). If you are using the Makefile, then it needs to be changed to remove the line: $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml If you look in my home directory, you will see cutsom render scripts for each old release version. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
