Review Request: 8006663: build-infra: Compare two arbitrary zip/jar files with compare.sh
Dmitry Samersoff
dmitry.samersoff at oracle.com
Tue Jan 22 14:49:19 UTC 2013
Erik,
What is the purpose of this comparison. Is it time critical?
On a brief look
unzip -v > /tmp/1
unzip -v > /tmp/2
diff /tmp/1 /tmp/2
do exactly the same but much much faster.
Maybe I missed something.
-Dmitry
On 2013-01-22 14:03, Erik Joelsson wrote:
> Adding functionality to compare.sh to take two zip/jar files as
> arguments and just compare those.
>
> http://cr.openjdk.java.net/~erikj/8006663/webrev.root.01/
>
> /Erik
--
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* Give Rabbit time, and he'll always get the answer
More information about the build-dev
mailing list