remove some debug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
34f845ec86
commit
3f0e3bdc12
1 changed files with 3 additions and 5 deletions
|
@ -55,20 +55,18 @@ while [ "$__cdist_object_created_new" = 1 ]; do
|
|||
-e 's;^./;;' \
|
||||
> "$__cdist_tmp_file"
|
||||
|
||||
# FIXME: DEBUG
|
||||
cat "$__cdist_tmp_file"
|
||||
|
||||
while read object; do
|
||||
if [ ! -f "${object}/$__cdist_object_finished" ]; then
|
||||
echo "Running object ${object} ..."
|
||||
|
||||
set -x
|
||||
pwd
|
||||
echo "Working on object ${object} ..."
|
||||
|
||||
type=${object%%/*}
|
||||
|
||||
manifest="$__cdist_type_dir/${type}/${__cdist_name_init}"
|
||||
|
||||
if [ -x "${manifest}" ]; then
|
||||
echo "Running manifest of type ${type} ..."
|
||||
cdist-manifest-run "${__cdist_tmp_dir}" "${manifest}"
|
||||
|
||||
echo "Trying to merge... "
|
||||
|
|
Loading…
Reference in a new issue