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

Issue 1263 new dev paths options #1270

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    87ee4e6 View commit details
    Browse the repository at this point in the history
  2. feat: another way to test packages in dev stage.

    Let's say we have a package `helloworld` in D:\dev\helloworld(a pure python package, and no version specified) want to test, but don't want to move it to any package repository or package filters, instead call this package like this:
    `rez-env helloworld pkg1 pkg2 ... -d D:\dev`, helloworld will be resolved to D:\dev\helloworld, but pkg1 and pkg2 resolved to a repository path in rez config. or if is also in D:\dev folder.
    frankchen211 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    5f94b9c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    4be32f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba8924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b9660c View commit details
    Browse the repository at this point in the history