- 18 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 01 Oct, 2018 1 commit
-
-
Ondřej Nový authored
-
- 05 Sep, 2018 1 commit
-
-
Thomas Goirand authored
-
- 28 Aug, 2018 6 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
* Switch to Python 3. * Removed gustavo panizzo <gfa@zumbi.com.ar> from uploaders.
-
Thomas Goirand authored
-
Thomas Goirand authored
Release v1.4.2
-
- 03 Aug, 2018 1 commit
-
-
Ondřej Nový authored
-
- 12 Feb, 2018 1 commit
-
-
Ondřej Nový authored
-
- 22 Aug, 2017 1 commit
-
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
- 06 Aug, 2017 1 commit
-
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
- 04 Aug, 2017 7 commits
-
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
- 19 May, 2016 1 commit
-
-
Ondřej Nový authored
-
- 29 Apr, 2016 1 commit
-
-
Ondřej Nový authored
-
- 28 Feb, 2016 2 commits
-
-
Ondřej Nový authored
-
Ondřej Nový authored
-
- 21 Jan, 2016 3 commits
- 20 Jan, 2016 1 commit
-
-
Andreas Jaeger authored
argparse was external in python 2.6 but not anymore, remove it from requirements. This should help with pip 8.0 that gets confused in this situation. Installation of the external argparse is not needed. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
-
- 15 Jan, 2016 1 commit
-
-
Jenkins authored
-
- 12 Jan, 2016 1 commit
-
-
Yun Bo Xu authored
Change-Id: If918eaeb47b0d35bda198119cbc0fc3f015d6a1e
-
- 06 Jan, 2016 1 commit
-
-
reedip authored
Python 2.6/3.3 support would be dropped by Infra team from mitaka, CI would no longer be testing it, so projects should drop it too. Change-Id: I13250170bd04d07b97990ed52a8c7a0c0f7e76c6 Closes-Bug: #1526170
-
- 23 Dec, 2015 1 commit
-
-
Doug Hellmann authored
OpenStack projects are no longer being tested under Python 2.6, so remove the trove classifier implying that this project supports 2.6. Change-Id: I1f8cc2d5d25a2e00b7ad4d12b013b69695536ab8
-
- 22 Dec, 2015 1 commit
-
-
Janonymous authored
To solve the problem of "db type could not be determined" on py34 we have to run first the py34 env to, then, run py27. This patch puts py34 first on the tox.ini list of envs to avoid this problem to happen. Change-Id: Id0d2de40081a59d5819d2e6c52c98135f26808b5 Closes-bug: #1489059
-
- 17 Dec, 2015 1 commit
-
-
Shuquan Huang authored
Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: Ic2dca04e7cdd4f837c42b39dd1ce37604c8f101b Closes-bug: #1280522
-
- 11 Dec, 2015 1 commit
-
-
Ondřej Nový authored
Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I0a6561c0d667b1310cd544f1b1ec4c019ba16197
-
- 24 Sep, 2015 1 commit
-
-
Anant Patil authored
Commands from AWS::CloudFormation::Init, when supplied as list, should be run with shell=False. Only when commands are given as string, they are meant to be run on shell. In principle, we are trying to give least access to the shell to avoid any inadvertent shell injections. Change-Id: I3dc6fe0c29a14f75be044846f737e1ade23a6d6b Closes-Bug: 1498300
-
- 23 Sep, 2015 1 commit
-
-
Jenkins authored
-
- 22 Sep, 2015 2 commits
-
-
Anant Patil authored
Make all internal commands as list to avoid any possibility of command line injection. Commands supplied as string are susceptible to substitution. All the internal commands are supplied as list to CommandRunner. As a convention, all the commands must be given as list to subprocess except the commands read from file, like in case of cfn hooks and commands section in metadata. Few internal commands require shell redirects and they will be implemented in another patch. Change-Id: Ifabaf44e341144bc85508dc05c76b1d83e41ae44 Partial-Bug: #1312246
-
Anant Patil authored
Control the privileges by setting the effective UID before running the command. Earlier we used to run command using su -c "USER". Original EUID is restored after running the command. This is required to run multiple commands in succession with different run-as users. Change-Id: I414fc6a802f11deb320b43c6d011f802a42c40c9 Partial-Bug: #1312246
-
- 03 Sep, 2015 1 commit
-
-
Zane Bitter authored
This reverts commit e424af22. Splitting command strings that were previously assumed to be interpreted by the shell at whitespace and then passing them as separate args to execvp will not work. Change-Id: I7c37b5852ce9b20e63bdbbaddfb852463548aa90
-