Commit 83451ea
teuthology/Dockerfile: add env setuptools-scm version
Because the teuthology code is building in container after
copying source code from local directory, but no corresponding
git repo copied, the setuptools-scm cannot determine teuthology
version. So in order to produce the package we just provide dummy
version 0.0.0 using environment variable:
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_TEUTHOLOGY
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>1 parent baef78e commit 83451ea
File tree
2 files changed
+2
-0
lines changed- containers/teuthology-dev
- docs/docker-compose/teuthology
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments