- 18 Oct, 2019 1 commit
-
-
Ondřej Nový authored
-
- 19 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 18 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 16 Jul, 2019 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 27 Mar, 2019 7 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
Release 0.0.11
-
- 07 Sep, 2018 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
Release 0.0.11
-
- 03 Aug, 2018 1 commit
-
-
Ondřej Nový authored
-
- 02 Apr, 2018 6 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
This reverts commit 790b481c.
-
- 27 Feb, 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 8 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>
-
Daniel Baumann authored
Signed-off-by:Daniel Baumann <daniel.baumann@progress-linux.org>
-
- 20 Oct, 2016 1 commit
-
-
Ian Wienand authored
Sourcing of environment files is a bit different than running scripts, because they are imported into the current environment. That means that if they are fiddling with "set -x" you can get odd things in the output -- for example, if one environment file enables tracing then all proceeding sourcing will have it on, but all the files sourced before will not have output. This is super confusing. It's also very helpful to see how things are being expanded as they set environment variables. Thus I think the best idea is for environment files to leave tracing alone and dib-run-parts can a) give a useful output about what file it is sourcing and b) enable tracing around the import, then restore it to the previous state afterwards. Change-Id: I29f7df1514aeb988222d1094e8269eddb485c2a0
-
- 03 Jun, 2016 1 commit
-
-
Jenkins authored
-
- 02 Jun, 2016 1 commit
-
-
Andreas Florath authored
In bash the only sensible way of returning a string from functions or scripts is via stdout. dib-run-parts not only 'returned' the output of the called scripts but also some statistics / performance output. Other parts of the script already used an 'output' function so the statistics output was adapted to also use this kind of function. In addition three simple test cases are implemented to check the basic functions of the script. As a result the log-output of the dib-run-parts is somewhat cleaner. It also makes debugging of the called scripts easier. This change is the precondition for simplification of functions like diskimage-builder's eval_run_d. Change-Id: Ie2f0332359a72ca7ab03f94b7573e073df714a97 Signed-off-by:Andreas Florath <andreas@florath.net>
-
- 31 May, 2016 1 commit
-
-
Ian Wienand authored
By sourcing the environment files directly into the running process, dib-run-parts can pollute its own environment. For example, if an environment script enables tracing (set -x) then that enables tracing for dib-run-parts; particularly annoying as it then spews a bunch of stuff relating to the profiling. Move to sourcing the environment files in a subshell with the scripts to be executed to keep things separate. Change-Id: I1e39822f218dc0322e2490a770f3dc867a55802c
-
- 19 May, 2016 2 commits
-
-
Ondřej Nový authored
-
Ondřej Nový authored
-
- 28 Feb, 2016 1 commit
-
-
Ondřej Nový authored
-