curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #01639
[Merge] ~dbungert/curtin:env-python into curtin:master
Dan Bungert has proposed merging ~dbungert/curtin:env-python into curtin:master.
Commit message:
In curtin/bin/curtin, use the PYTHON variable if it has been set.
Continue to fallback to PY3OR2_PYTHON if not.
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/405655
--
Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:env-python into curtin:master.
diff --git a/bin/curtin b/bin/curtin
index 793fbcb..89cb319 100755
--- a/bin/curtin
+++ b/bin/curtin
@@ -4,7 +4,7 @@
PY3OR2_MAIN="curtin"
PY3OR2_MCHECK="curtin.deps.check"
PY3OR2_PYTHONS=${PY3OR2_PYTHONS:-"python3:python"}
-PYTHON=${PY3OR2_PYTHON}
+PYTHON=${PYTHON:-"$PY3OR2_PYTHON"}
PY3OR2_DEBUG=${PY3OR2_DEBUG:-0}
debug() {
Follow ups
-
[Merge] ~dbungert/curtin:env-python into curtin:master
From: Server Team CI bot, 2021-07-15
-
Re: [Merge] ~dbungert/curtin:env-python into curtin:master
From: Server Team CI bot, 2021-07-15
-
[Merge] ~dbungert/curtin:env-python into curtin:master
From: Dan Bungert, 2021-07-15
-
Re: [Merge] ~dbungert/curtin:env-python into curtin:master
From: Dan Bungert, 2021-07-15
-
[Merge] ~dbungert/curtin:env-python into curtin:master
From: Dan Bungert, 2021-07-15
-
[Merge] ~dbungert/curtin:env-python into curtin:master
From: Server Team CI bot, 2021-07-15
-
Invalid Commit Message
From: Server Team CI bot, 2021-07-15
-
[Merge] ~dbungert/curtin:env-python into curtin:master
From: Michael Hudson-Doyle, 2021-07-15
-
Re: [Merge] ~dbungert/curtin:env-python into curtin:master
From: Michael Hudson-Doyle, 2021-07-14
-
Re: [Merge] ~dbungert/curtin:env-python into curtin:master
From: Server Team CI bot, 2021-07-13