Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Build #72

Open
mottosso opened this issue Jul 19, 2019 · 0 comments
Open

Quick Build #72

mottosso opened this issue Jul 19, 2019 · 0 comments

Comments

@mottosso
Copy link
Owner

Goal

Facilitate experimentation and one-off packages.

Related

Motivation

The package.py is nimble and easy to put together. But sometimes you'd like to test a particular package with a particular requirement, or a package having a particular environment variable, without going through the hassle of:

  1. Create folder
  2. Create package.py
  3. Edit package
  4. Cd into folder
  5. rez build --install

Implementation

rez build --name my_package --version 1.0
rez build --name my_package --version 1.0 --env key=value key2=value2
rez build --name my_package --version 1.0 --requires your_package-2
rez build --name my_package --version 1.0 --variant python-2 --variant python-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant