This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Removing "brik" from release script


On Wed, 7 Apr 2004, Volker Reichelt wrote:

> I'd vote for keeping "brik".
> 
> If you have a slow connection, it's easier to download the diffs instead
> of the full tarball. After applying the diff, "brik" can guarantee that
> everything went alright.

Using md5sum would save the need for a nonstandard tool to check things.

find . -type f |sed 's:^\./::' |sort |xargs md5sum >MD5SUMS

(and md5sum -c <MD5SUMS for verification - htdocs/snapshots.html would
need updating).

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]