On 11/21/25 14:34, Reginald Beardsley via openindiana-discuss wrote:
  I'm looking for the functional equivalent of a physical copy on media. I can 
*guarantee* it's exactly a match for any arbitrary set of packages I pull at 
any arbitrary date.  No bug fixes, but it *is* exactly the same.

You can do this by making a local copy of the package repo. (I do this for several reasons - mostly that I run with my own build of illumos-gate).

You can do this either via rsync or via pkgrecv, then point your systems at your local copy rather than the master copy at pkg.openindiana.org

Something along the lines of:

pkgrecv -r -m latest -s ${SOURCEREPO}  -d ${DESTREPO} 'consolidation/*'

works pretty well for me.

                                                - Bill



_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to