make the user aware of the copy process (waiting and nothing happens stinks)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								35a6eefc00
							
						
					
				
			
			
				commit
				
					
						68adb9453a
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -43,7 +43,7 @@ echo "cdist $__cdist_version: Configuring $__cdist_target_host"
 | 
				
			||||||
__cdist_init_deploy           "$__cdist_target_host"
 | 
					__cdist_init_deploy           "$__cdist_target_host"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Transfer cdist executables
 | 
					# Transfer cdist executables
 | 
				
			||||||
echo "Transferring cdist binaries ..."
 | 
					echo "Transferring cdist binaries to $__cdist_target_host ..."
 | 
				
			||||||
cdist-dir push "$__cdist_target_host" "${__cdist_abs_mydir}" "${__cdist_remote_bin_dir}"
 | 
					cdist-dir push "$__cdist_target_host" "${__cdist_abs_mydir}" "${__cdist_remote_bin_dir}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cdist-explorer-run-global     "$__cdist_target_host"
 | 
					cdist-explorer-run-global     "$__cdist_target_host"
 | 
				
			||||||
| 
						 | 
					@ -52,6 +52,7 @@ cdist-manifest-run-all        "$__cdist_target_host"
 | 
				
			||||||
cdist-object-explorer-all     "$__cdist_target_host"
 | 
					cdist-object-explorer-all     "$__cdist_target_host"
 | 
				
			||||||
cdist-object-gencode-all      "$__cdist_target_host"
 | 
					cdist-object-gencode-all      "$__cdist_target_host"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo "Transferring created objects to $__cdist_target_host ..."
 | 
				
			||||||
cdist-dir push "$__cdist_target_host" "$__cdist_out_object_dir" \
 | 
					cdist-dir push "$__cdist_target_host" "$__cdist_out_object_dir" \
 | 
				
			||||||
   "${__cdist_remote_out_object_base_dir}"
 | 
					   "${__cdist_remote_out_object_base_dir}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue