mottosso / rez-localz

Package localisation for Rez
The Unlicense
10 stars 2 forks source link

REZ_LOCALISED_PACKAGES_PATH #11

Closed mottosso closed 5 years ago

mottosso commented 5 years ago

Goal

Separate between "local" (i.e. development) and localised (production) packages.

Motivation

An artist, or more likely a developer, is going to want both development packages and localised packages on his system, and be able to exclude development packages on-demand.

$ rez env alita maya --no-local

This should disable any development packages, and use only production packages, including localised packages.

Implementation

With a REZ_LOCALISED_PACKAGES_PATH environment variable, look for localised packages here, instead of REZ_LOCAL_PACKAGES_PATH, the latter being the default to simplify getting started.

mottosso commented 5 years ago

Implemented.

localz9

Also handles already-localised packages (as one would expect).

localz10