Logging fixed
This commit is contained in:
parent
39672f3a4b
commit
af63f1f377
|
@ -1,4 +1,4 @@
|
||||||
vn-repo (2.0.57) stable; urgency=low
|
vn-repo (2.0.58) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ if [ -f "$srcDir/debian/changelog" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "\n * Adding $debFile\n"
|
echo -e "\n * Adding $debFile\n"
|
||||||
reprepro -b "$repreproDir" includedeb $codename "$buildDir/$debFile"
|
reprepro -b "$repreproDir" includedeb $codename "$buildDir/$debFile"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|
|
@ -25,6 +25,6 @@ fi
|
||||||
echo -e "\n# Upgrading servers"
|
echo -e "\n# Upgrading servers"
|
||||||
|
|
||||||
for host in $hosts; do
|
for host in $hosts; do
|
||||||
echo "\n * Upgrading $host\n"
|
echo -e "\n * Upgrading $host\n"
|
||||||
ssh $host "update-repo vn && DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes install $packages"
|
ssh $host "update-repo vn && DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes install $packages"
|
||||||
done
|
done
|
||||||
|
|
Reference in New Issue