That is a limitation of "pkgsend send".  You might want to try
"pkgsend import".

Something like this:
http://mail.opensolaris.org/pipermail/pkg-discuss/2008-June/004151.html

Venky.

On Fri, Jul 04, 2008 at 03:22:53PM +0530, neha goel wrote:
> Hi all,
> 
> I am having a built in package. I want to add it to the repsository. i used
> the command
> 
> bash-3.00# eval `pkgsend -s http://localhost:8000 send MU1`
> 
> after giving this command the package get successfully added to the
> repository, showing the catalog as
> 
> *pkg:/[EMAIL PROTECTED],5.11-1:20080704T150433Z
> 
> All works fine, the only problem is that it is showing the version
> number of the package is 0 (as u can see above)
> the exact version number is 3.10 ... i tried to add it by the command.
> 
> 
> *
> 
> bash-3.00# eval `pkgsend -s http://localhost:8000 send [EMAIL PROTECTED]
> Traceback (most recent call last):
>   File "/usr/bin/pkgsend", line 324, in send_bundles_forever
>     send_bundle(config, filename)
>   File "/usr/bin/pkgsend", line 330, in send_bundle
>     bundle = pkg.bundle.make_bundle(filename)
>   File "/usr/lib/python2.4/vendor-packages/pkg/bundle/__init__.py", line 43,
> in make_bundle
>     raise TypeError("Unknown bundle type for '%s'" % filename)
> TypeError: Unknown bundle type for '[EMAIL PROTECTED]'
> 
> and also when i m trying to close the pkgsend
> 
> bash-3.00# pkgsend -s http://localhost:8000 close
> No transaction ID specified
> 
> please help if someone knows wht is going wrong in this.........

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to