Added verbose indication telmplate files was downloading from AppVM

pull/1/head
Jason Mehring 10 years ago
parent 26a594a8e5
commit 9a95084370

@ -24,6 +24,7 @@ $(printf "%s \n" ${files[@]})
path="$(readlink -m .)/rpm/noarch"
version="-$(cat ./version)"
name="${name}"
EOF
# -----------------------------------------------------------------------------
@ -33,6 +34,7 @@ cat << 'EOF' >> "${template_dir}"
for file in ${files[@]}; do
if [ ! -e ${file} ]; then
echo "Copying ${file} from ${name} to ${PWD}/${file}..."
qvm-run --pass-io development-qubes "cat ${path}/${file}" > ${file}
fi

Loading…
Cancel
Save