forked from ungleich-public/cdist
document bug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
0b5e7b5855
commit
0ec3c2d017
2 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,8 @@ __cdist_object_run()
|
|||
while [ $# -gt 0 ]; do
|
||||
__cdist_requirement="$1"; shift
|
||||
__cdist_echo info "Resolving requirement $__cdist_requirement"
|
||||
# FIXME: BUG: at this point, the other __cdist_object_run may have
|
||||
# overwritten all our variables!
|
||||
__cdist_object_run "$__cdist_requirement"
|
||||
done
|
||||
fi
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
BUG in core/__cdist_object_run: each recursive call overwrites the variables!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Bug with requirements when indirect requires is scheduled late:
|
||||
|
||||
__package/collectd: Generating local code
|
||||
|
|
Loading…
Reference in a new issue