Will this help?

pkgrecv -s http://pkg.opensolaris.org -n > opensol.index

for i in `cat opensol.index`
do
pkgrecv -s http://pkg.opensolaris.org $i
done

But in breaks with the following error:
Traceback (most recent call last):
  File "/usr/bin/pkgrecv", line 300, in ?
    ret = main_func()
  File "/usr/bin/pkgrecv", line 290, in main_func
    mfstpath = fetch_manifest(server, fmri, basedir)
  File "/usr/bin/pkgrecv", line 142, in fetch_manifest
    error(_("Unable to download manifest %s from %s") %
  File "/usr/lib/python2.4/vendor-packages/pkg/fmri.py", line 263, in 
get_url_path
    assert self.version != None
AssertionError
-bash-3.2# 

-Karthik S S
 
 
This message posted from opensolaris.org

Reply via email to