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?

cheers,
Fotis


-- 
echo "sysadmin know better bash than english" | sed s/min/mins/ \
        | sed 's/better bash/bash better/' # Yelling in a CERN forum



Reply via email to