[pca] unable to download readme ..
dpecka
dpecka at techniservit.cz
Mon Aug 24 09:59:11 CEST 2009
heya mates ..
as far as i don't know why Sun has changed sunsolve.sun.com site, which
resulted into unusable capability of downloading readmes (-r), anyway
for latest patches could be README downloaded using following method:
pca2 -l total --format="%a %p-%c" | perl -ne 's/^\s*//; next if !/^\d+/;
print' | sort -n | perl -ne 'last if /^4/; s/^\d+\s+//; print' | while
read line; do wget
http://sunsolve.sun.com/search/document.do?assetkey=1-21-$line-1
-O /var/tmp/blah/patchinfo-$line.html; done
i consider this my pathetic attempt as really weak and dirty resolution
of our problem, but using this we can check at least READMEs without
very painful browsing on sun portal ..
so link like this leads to readme page:
http://sunsolve.sun.com/search/document.do?assetkey=1-21-${patch-id}-1
best regards by daniel
More information about the pca
mailing list