We just migrated to python 2.6. So if you're using the depot server from the pkg gate, you'll have to locally install cherrypy for python 2.6.

Or run out of your pkg workspace. I use the attached script (originally
from David), for doing this. Adjust to taste.

#! /bin/ksh
export ROOT=/export/home/richb/pkg/bugs/12972/gate/proto/root_i386
export PYTHONPATH=${ROOT}/usr/lib/python2.6/vendor-packages
${ROOT}/usr/lib/pkg.depotd --content-root ${ROOT}/usr/share/lib/pkg 
--set-property publisher.prefix="opensolaris.org" -d 
/export/home/pkg-solaris/repo-12972 -p 32972 > errs.depotd 2>&1 &
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to