On Fri, 24 Dec 2010 13:37:38 +0300, Vasiliy G Tolstov <[email protected]> wrote: > Sorry for breaking thread, but is there are any plans to add ability to > install pbin packages from remote servers? For example create metadata > files from pbin packages in some dir and export it via http ? > > paludis can sync it and installs pbin...
Pbins should already pretty much work with a remote repository, assuming you configure it properly. I think the key settings to configure correctly are the `binary_uri_prefix`, which you'd set while building the pbins to point to whatever path you'll be hosting the pbin's tarball files. Your pbin repo itself would just be synced to other hosts just like any other repo (rsync would probably work best, since pbin generation doesn't really hook into any sort of SCM right now as far as I know). The documentation gives some further pointers: http://paludis.pioto.org/overview/pbins.html -- Mike Kelly _______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
