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

Package Orderers now apply to variants #1684

Prev Previous commit
Next Next commit
Update src/rez/rezconfig.py
Signed-off-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com>
  • Loading branch information
JeanChristopheMorinPerso authored Mar 29, 2024
commit 093c899e0a616864b4575d1ded847584b4cad055
4 changes: 2 additions & 2 deletions src/rez/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@
#
#
# Package orderers will also apply to variants of packages.
# Consider a package called `pipeline-1.0` which has the following variants:
# [["python-2.7.4", "python-2.7.16", "python-3.7.4"]]
# Consider a package "pipeline-1.0" which has the following variants:
# ``[["python-2.7.4", "python-2.7.16", "python-3.7.4"]]``
#
# ============================= ==========================
# Example Result
Expand Down
Loading