Hello, I'm sure I've seen this asked before, but I cannot find any good answers:
I'm building the latest AI bits on a system installed with b129. I'd like to take the produced SVR4 packages and make them available (preferably with file:// FMRIs) to my distro-const process. I'm new to publishing packages and am having a hard time getting this to work. With the recent changes to pkg(5), all refs on the web seem to be outdated now too. If anyone has this scripted, I'd appreciate a peek at the script. What I've tried boils down to this: Create the repo: pkgsend -s file:///tank/scratch create-repository --set-property publisher.prefix=opensolaris.org Try and open a transaction (fails): #> pkgsend -s file:///tank/source/ open SUNWinstall at 0.5.11-0.129 pkgsend: publisher.prefix is required. It looks like the cfg_cache file in /tank/source is correct in that it contains the correct publisher. Thanks for any help/pointers. --Jens