Jan Hlodan wrote: > Hello, > > I would like to use main repo as a opensolaris.org and additional repo > on my localhost. I would like to publish my testing packages into > localhost and build LiveCD using Distribution Constructor. > Is IPS able to compare timestamps from both repositories (localhost > and opensolaris.org) and choose newer packages? > Is it enough just edit slim_cd.xml manifest and set "mirror url=" to > my localhost? >
Mirroring won't do what you want, since the catalog from opensolaris.org will have the original file hashes listed and will install them rather than yours. You should be able to use the pkg_repo_addl_authority items to configure your additional repository, and then add the specific packages to the packages list. Dave _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
