On 6/22/22 12:35 PM, John Neffenger wrote:
$  diff -s binaries.log cache.log
Files binaries.log and cache.log are identical

A better comparison ...

$ ant -quiet -Dmetabuild.branch=master download-all-extbins

$ find ~/.hgexternalcache/ -type f | sed 's|^/home/ubuntu/.hgexternalcache/||' | sed -r 's|^[0-9A-F]+-||' | sort > ../cache.log

$ git clean -xdn | sed 's|^Would remove .*/||' | sed -r 's|^[0-9A-F]+-||' | sort > ../repo.log

$ comm -12 ../cache.log ../repo.log | wc -l
564
$ comm -23 ../cache.log ../repo.log | wc -l
0
$ comm -13 ../cache.log ../repo.log | wc -l
29

where '-12' lists lines common to both files, '-23' lists lines unique to the cache, and '-13' lists lines unique to the repo.

The following are the 28 extra non-cached files in the repository after running Ant with the target 'download-all-extbins' ...

$ comm -13 ../cache.log ../repo.log

antlr4-runtime-4.7.2.jar
applemenu-external-desktop-classes-8.2.zip
derby-10.14.2.0.jar
derby-10.14.2.0.jar
jakarta.xml.bind-api-2.3.3.jar
javacc-7.0.10.jar
javax.annotation-api-1.2.jar
javax.annotation-api-1.2.jar
jaxb-api-osgi-2.2.7.jar
jflex-1.4.3.jar
json-simple-1.1.1.jar
launcher-12.5-distribution.zip
launcher-12.5-distribution.zip
nb-javac-jdk-18.0.1+10-api.jar
nb-javac-jdk-18.0.1+10.jar
org.eclipse.lsp4j-0.13.0.jar
org.eclipse.lsp4j.generator-0.13.0.jar
org.eclipse.lsp4j.jsonrpc-0.13.0.jar
org.eclipse.xtend.lib-2.24.0.jar
org.eclipse.xtend.lib.macro-2.24.0.jar
org.eclipse.xtext.xbase.lib-2.24.0.jar
osgi.core-8.0.0.jar
struts-taglib-1.3.10.jar
struts-tiles-1.3.10.jar
testfiles-jsdoc-1.zip
testfiles-jsdoc-1.zip
testfiles-jsdoc-1.zip
testfiles-jsdoc-1.zip

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to