pkgutil-users Mailing List for pkgutil (Page 15)
Status: Beta
Brought to you by:
bonivart
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
(9) |
Apr
(25) |
May
(19) |
Jun
(33) |
Jul
(2) |
Aug
(13) |
Sep
(28) |
Oct
(43) |
Nov
(24) |
Dec
(27) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
(5) |
Feb
(11) |
Mar
(39) |
Apr
(22) |
May
(4) |
Jun
(10) |
Jul
(52) |
Aug
(12) |
Sep
(12) |
Oct
(31) |
Nov
(13) |
Dec
(14) |
| 2011 |
Jan
(15) |
Feb
(19) |
Mar
(13) |
Apr
(1) |
May
(8) |
Jun
(1) |
Jul
(11) |
Aug
(16) |
Sep
(14) |
Oct
(4) |
Nov
(3) |
Dec
(8) |
| 2012 |
Jan
(11) |
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Peter B. <bon...@op...> - 2010-03-02 17:06:21
|
On Tue, Mar 2, 2010 at 4:46 PM, Dagobert Michelsen <da...@op...> wrote: > Hi Peter, > > Am 02.03.2010 um 16:39 schrieb Peter Bonivart: >> >> You're not the only one doing work in this area. It's much >> appreciated, I just hope it will make it upstream into puppet >> officially so all can use it without hacking. > > How about setting up a wiki-page to coordinate efforts? Good idea! I have set up an initial page here: http://pkgutil.wikidot.com/puppetprovider If you want to contribute you need to register at wikidot.com. Send me an e-mail directly (or to the list) if you need help getting started with the wiki. -- /peter |
|
From: Dagobert M. <da...@op...> - 2010-03-02 16:12:03
|
Hi Peter, Am 02.03.2010 um 16:39 schrieb Peter Bonivart: > You're not the only one doing work in this area. It's much > appreciated, I just hope it will make it upstream into puppet > officially so all can use it without hacking. How about setting up a wiki-page to coordinate efforts? Best regards -- Dago |
|
From: Peter B. <bon...@op...> - 2010-03-02 15:39:47
|
On Tue, Mar 2, 2010 at 4:03 PM, Robert Gstoehl <rob...@gm...> wrote:
> Hey there,
>
> To use pkgutil to install non CSW - prefixed packages, one needs to
> enable this feature by means of adding
>
> noncsw=true to pkgutil.conf.
>
> This switches off the grep:
>
> if ($noncsw) {
> @cswpkgs = `pkginfo`
> } else {
> @cswpkgs = `pkginfo | grep CSW`
> }
>
> And leads finally to a much longer runtime while doing a pkgutil -c
> because of all the SUNW- stuff.
>
> Wouldn't it be nicer if one could add a pattern to pkgutil.conf:
>
> noncsw=/CSW|FOO|BAR/
>
> What do you think?
That may be a good idea! Maybe I need a new option though so there's
no compatibility problems with old pkgutil.conf files. I'll make a
note of it.
As I don't use pkgutil for non-CSW packages myself all support for it
is by request from users and most of the needed changes are
contributed as well.
> I'm hacking on a new puppet provider for pkgutil and rely on the
> pkgutil -c command to get a list of managed resources -> so waiting n
> minutes on the output of pkgutil -c feels kind of clumsy ;)
Try the --single option, it's much faster than waiting for -c to
finish comparing all packages.
# pkgutil -c --single CSWperl
You're not the only one doing work in this area. It's much
appreciated, I just hope it will make it upstream into puppet
officially so all can use it without hacking.
Here's a link to someone elses provider hack:
http://garylaw.net/packages/pkgutil.rb
And another one:
http://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/puppet/trunk/files/0001-pkgutil-support.patch
I think both are based on the pkg-get provider, basically just
changing the least amount of code to get it working.
I would like to see a proper pkgutil provider picked up by the puppet
project. Including you I know at least three people using puppet with
pkgutil and that are able to make a provider so it shouldn't be
impossible to send a working provider to the puppet guys.
--
/peter
|
|
From: Robert G. <rob...@gm...> - 2010-03-02 15:03:53
|
Hey there,
To use pkgutil to install non CSW - prefixed packages, one needs to
enable this feature by means of adding
noncsw=true to pkgutil.conf.
This switches off the grep:
if ($noncsw) {
@cswpkgs = `pkginfo`
} else {
@cswpkgs = `pkginfo | grep CSW`
}
And leads finally to a much longer runtime while doing a pkgutil -c
because of all the SUNW- stuff.
Wouldn't it be nicer if one could add a pattern to pkgutil.conf:
noncsw=/CSW|FOO|BAR/
What do you think?
I'm hacking on a new puppet provider for pkgutil and rely on the
pkgutil -c command to get a list of managed resources -> so waiting n
minutes on the output of pkgutil -c feels kind of clumsy ;)
Thanks for your input and cheers
Robert
|
|
From: <bon...@us...> - 2010-03-01 19:16:53
|
Revision: 210
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=210&view=rev
Author: bonivart
Date: 2010-03-01 19:16:46 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
pkgutil: go over the comments
Modified Paths:
--------------
trunk/bldcat
trunk/chkcat
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-03-01 19:02:15
|
Revision: 209
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=209&view=rev
Author: bonivart
Date: 2010-03-01 19:02:09 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
pkgutil: go over the comments
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-03-01 18:33:54
|
Revision: 208
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=208&view=rev
Author: bonivart
Date: 2010-03-01 18:33:45 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
minor changes, raised maxpkglist value
Modified Paths:
--------------
trunk/pkgutil
trunk/pkgutil.conf
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-03-01 17:59:42
|
Revision: 207
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=207&view=rev
Author: bonivart
Date: 2010-03-01 17:59:35 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
fix overrides, fix -V not showing values actually used, raised maxpkglist value
Modified Paths:
--------------
trunk/pkgutil
trunk/pkgutil.conf
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-03-01 17:16:06
|
Revision: 206
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=206&view=rev
Author: bonivart
Date: 2010-03-01 17:15:59 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
pkgutil: add signal handling
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-03-01 14:21:07
|
Revision: 205
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=205&view=rev
Author: bonivart
Date: 2010-03-01 14:21:00 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
pkgutil: more work on --param feature
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-28 21:15:54
|
Revision: 204
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=204&view=rev
Author: bonivart
Date: 2010-02-28 21:15:37 +0000 (Sun, 28 Feb 2010)
Log Message:
-----------
pkgutil: initial work on --param feature
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-25 17:27:57
|
Revision: 203
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=203&view=rev
Author: bonivart
Date: 2010-02-25 17:27:50 +0000 (Thu, 25 Feb 2010)
Log Message:
-----------
pkgutil: add more error handling
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-25 16:48:51
|
Revision: 202
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=202&view=rev
Author: bonivart
Date: 2010-02-25 16:48:37 +0000 (Thu, 25 Feb 2010)
Log Message:
-----------
pkgutil: merge modified part of patch from Blastwave fork
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 15:50:21
|
Revision: 201
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=201&view=rev
Author: bonivart
Date: 2010-02-23 15:50:14 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
pkgutil: fix bug with -V and --config combo (OpenCSW #4116)
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 15:40:36
|
Revision: 200
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=200&view=rev
Author: bonivart
Date: 2010-02-23 15:40:30 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
pkgutil: removing incorrect comment
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 15:13:28
|
Revision: 199
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=199&view=rev
Author: bonivart
Date: 2010-02-23 15:12:56 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
pkgutil: making some output more consistent and copy/paste friendly
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 14:52:55
|
Revision: 198
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=198&view=rev
Author: bonivart
Date: 2010-02-23 14:52:41 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
pkgutil: display the full target path when using --extract (OpenCSW #4154)
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 14:39:01
|
Revision: 197
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=197&view=rev
Author: bonivart
Date: 2010-02-23 14:38:53 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
pkgutil: fix uninitialized value bug (OpenCSW #4296)
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 13:44:47
|
Revision: 196
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=196&view=rev
Author: bonivart
Date: 2010-02-23 13:44:41 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
pkgutil: fix gpg bug with international LANG (OpenCSW #4289)
Modified Paths:
--------------
trunk/pkgutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 13:07:51
|
Revision: 195
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=195&view=rev
Author: bonivart
Date: 2010-02-23 12:41:49 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
update copyright (add 2010)
Modified Paths:
--------------
trunk/bldcat
trunk/chkcat
trunk/csw2json
trunk/pkgutil
trunk/pkgutil.conf
trunk/pkgutillog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bon...@us...> - 2010-02-23 10:10:46
|
Revision: 194
http://pkgutil.svn.sourceforge.net/pkgutil/?rev=194&view=rev
Author: bonivart
Date: 2010-02-23 10:10:39 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
chkcat: change missing deps from warning to error
Modified Paths:
--------------
trunk/chkcat
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Dennis C. <dc...@bl...> - 2010-01-30 05:14:06
|
This is a forked version of pkgutil which enforces MD5 hash checks and
provides that functionality built in.
Some minor modifications to pkgutil (patch attached).
* Exits cleanly from checkinstall and/or pkgadd failures.
* Now assigns a priority to certain packages as follows:
* Pkgutil and Stub packages are 'high' priority.
Everything else is 'normal'.
* The priorities are then put into an array in the correct
order (e.g high first, then normal) which is passed to
inst_pkgs for installation.
* Pkgutil also now detects if it is updating itself, and if so
calls system(pkgutil -args) after the pkgutil update
and then exit();
--
Dennis Clarke
dc...@op... <- Email related to the open source Solaris
dc...@bl... <- Email related to open source for Solaris
|
|
From: Peter B. <bon...@op...> - 2010-01-20 09:34:39
|
On Tue, Jan 19, 2010 at 6:52 PM, Robert Gstoehl <rob...@gm...> wrote: > Hey Peter, > > I tried the build_sun_catalog in pkgutilplus. Good stuff! Glad you like it! I'll tell Maciej who contributed the script. > One minor glitch: if I look at the SUNWless package after installing > it by pkgutil: > > /opt/csw/bin/pkgutil -x SUNWcar -x SUNWcakr -x SUNWkvm -i SUNWless > > ... > > the package information looks like this: > > bash-3.00# pkginfo -l SUNWless > PKGINST: SUNWless > NAME: sunw_less - The GNU pager (less) 381 > CATEGORY: system > ARCH: sparc > VERSION: 11.10.0,REV=2005.01.08.05.16 > BASEDIR: / > VENDOR: Sun Microsystems, Inc. > DESC: The GNU pager (less) 381 > PSTAMP: sfw1020050108052052 > INSTDATE: Jan 19 2010 17:50 > HOTLINE: Please contact your local service provider > STATUS: completely installed > FILES: 5 installed pathnames > 2 shared pathnames > 2 directories > 3 executables > 265 blocks used (approx) > > So looks for me like the utilities (opencsw.py) modify the pkginfo to > be more in line with the opencsw standards (might be a requirement for > bldcat). This isn't an issue right now, but might be in the future - > patches from sun, support issues and so on - yes I know - if I want > support I should rather install by hand from DVD ;). Yes, it does change some metadata to be in line with CSW standards. This is needed to do version compares and so on. The standard is described here: http://www.opencsw.org/standards/build#versioning. All non-CSW support is only because users have asked for it but it will always be less of a priority than CSW itself. We can't guarantee any kind of quality when we have no control of the contents (read: SUNW packages). That takes me to this, less is provided by CSW: http://www.opencsw.org/packages/less. :-) -- /peter |
|
From: Robert G. <rob...@gm...> - 2010-01-19 17:52:52
|
Hey Peter, I tried the build_sun_catalog in pkgutilplus. Good stuff! One minor glitch: if I look at the SUNWless package after installing it by pkgutil: /opt/csw/bin/pkgutil -x SUNWcar -x SUNWcakr -x SUNWkvm -i SUNWless ... the package information looks like this: bash-3.00# pkginfo -l SUNWless PKGINST: SUNWless NAME: sunw_less - The GNU pager (less) 381 CATEGORY: system ARCH: sparc VERSION: 11.10.0,REV=2005.01.08.05.16 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: The GNU pager (less) 381 PSTAMP: sfw1020050108052052 INSTDATE: Jan 19 2010 17:50 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 5 installed pathnames 2 shared pathnames 2 directories 3 executables 265 blocks used (approx) So looks for me like the utilities (opencsw.py) modify the pkginfo to be more in line with the opencsw standards (might be a requirement for bldcat). This isn't an issue right now, but might be in the future - patches from sun, support issues and so on - yes I know - if I want support I should rather install by hand from DVD ;). Thanks for your Feedback and cheers Robert On Mon, Jan 11, 2010 at 8:14 PM, Peter Bonivart <bon...@op...> wrote: > > On Mon, Jan 11, 2010 at 8:01 PM, Robert Gstoehl > <rob...@gm...> wrote: > > Hoi, > > > > Looks like "installing packages from sun dvd" is a planned feature of > > pkgutil. Is there some work in progress / ideas where I might get my hands > > dirty? > > In version 1.9.1, a script is included that can build CSW catalogs > from SUNW packages, it allows to install SUNW packages in a more > modular way that doesn't change pkgutil itself. The previous plans > were to allow this directly from pkgutil but unfortunately I could > never test that enough to release it. > > Please give the script a try and see if it fits your needs. For > OpenCSW it's packaged in pkgutilplus and can be found here after > installation: /opt/csw/bin/build_sun_catalog. > > http://www.opencsw.org/packages/pkgutilplus > > -- > /peter |
|
From: Peter B. <bon...@op...> - 2010-01-11 19:15:26
|
On Mon, Jan 11, 2010 at 8:01 PM, Robert Gstoehl <rob...@gm...> wrote: > Hoi, > > Looks like "installing packages from sun dvd" is a planned feature of > pkgutil. Is there some work in progress / ideas where I might get my hands > dirty? In version 1.9.1, a script is included that can build CSW catalogs from SUNW packages, it allows to install SUNW packages in a more modular way that doesn't change pkgutil itself. The previous plans were to allow this directly from pkgutil but unfortunately I could never test that enough to release it. Please give the script a try and see if it fits your needs. For OpenCSW it's packaged in pkgutilplus and can be found here after installation: /opt/csw/bin/build_sun_catalog. http://www.opencsw.org/packages/pkgutilplus -- /peter |