On quarta-feira, 26 de junho de 2013 17.10.52, Alan Alpert wrote:
> Here's something on pastebin: http://pastebin.com/5H4R4su8
>
> That's an awk script I'm using to filter out the copyright and header
> macro changes. It's really shrinking the size of those diffs for me...
It should be easy to mo
On quarta-feira, 26 de junho de 2013 21.00.23, Ahumada Sergio wrote:
> can the script post to pastebin and just send one email with all the
> pastebin links ?
Write a shell script for that :-)
for f in *.diff; do fpaste $f; done
Then copy & paste the links onto an email.
--
Thiago Macieira - t
On terça-feira, 25 de junho de 2013 23.22.59, Thiago Macieira wrote:
> I've just noticed we haven't done the manual header diff to catch issues.
>
> We need to get this done by the end of this week if we want to catch, fix
> and release any issues by next Friday.
>
> Any volunteers to produce the d
I've just noticed we haven't done the manual header diff to catch issues.
We need to get this done by the end of this week if we want to catch, fix and
release any issues by next Friday.
Any volunteers to produce the diffs and send to the list?
--
Thiago Macieira - thiago.macieira (AT) intel.c