Merge "Move USE_CONSTRAINTS normalization back to stackrc"

This commit is contained in:
Jenkins 2015-07-05 07:46:42 +00:00 committed by Gerrit Code Review
commit 287fc59b40

View File

@ -154,7 +154,7 @@ GIT_TIMEOUT=${GIT_TIMEOUT:-0}
# #
# - True : use upper-constraints.txt to constrain versions of packages intalled # - True : use upper-constraints.txt to constrain versions of packages intalled
# and do not edit projects at all. # and do not edit projects at all.
USE_CONSTRAINTS=${USE_CONSTRAINTS:-False} USE_CONSTRAINTS=$(trueorfalse False USE_CONSTRAINTS)
# Repositories # Repositories
# ------------ # ------------