Hi Fotis and Andreas,
On 04 Dec 2013, at 11:14, Fotis Georgatos wrote:
>
> Hi,
>
> On Dec 4, 2013, at 10:25 AM, Andreas Panteli wrote:
>> This is feasible, if you consider that at CyI we currently have 55G of
>> sources and there are a lot of packages there :)
>
> Suggestion:
>
> ```
> * generate checksums for all the files contained in a directory:
>
> find source/ -exec md5sum "{}" \; > checklist.chk
>
> * check:
>
> md5sum -c checklist.chk | grep FAILED
> ```
>
> If you could share that list for now, it already helps
> because we can identify quickly what is robust and what's not.
>
> Can you send me your md5sums as described above?
> I will attempt to make a tarfile with the subset that is clean
> and we will see for the rest how to handle.
>
> ps. What's your preferred way to share such lists?
That's a good idea to get started.
Let's get an issue opened in easybuild-easyconfigs for this (since it concerns
software version specific stuff), and share the md5sum lists there.
This also avoids spamming other people on the list further on this, and helps
in focusing the info in one place.
regards,
Kenneth