A regression in the behavior of package broke one of my scripts and the
new behaviour seems very strange. This fails:
r...@opensolaris:/opt/SUNWdtip/util# pkg image-create -f -F -a
dev=http://myhostname.mydomain/dev /var/tmp/ips
Refreshing catalog 1/1 dev
The catalog retrieved for publisher 'dev' only contains package data for
these publisher(s): ipkg.ireland, opensolaris.org. To resolve this
issue, update this publisher to use the correct repository origin, or
add one of the listed publishers using this publisher's repository origin.
To correct the repository origin, execute the following command as a
privileged user:
pkg set-publisher -O <url> dev
To add a new publisher using this publisher's repository origin, execute
the following command as a privileged user:
pkg set-publisher -O http://ipkg.ireland/dev/ <publisher>
After the new publisher has been added, this one should be removed by
executing the following command as a privileged user:
The same command with the repository named opensolaris.org works:
r...@opensolaris:/opt/SUNWdtip/util# pkg image-create -f -F -a
opensolaris.org=http://myhostname.mydomain/dev /var/tmp/ips
r...@opensolaris:/opt/SUNWdtip/util#
What is the reason for this regression? I wasn't able to find a bug
logged or a release note for this.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss