Logging fixed

This commit is contained in:
Juan 2018-08-29 17:27:19 +02:00
parent 39672f3a4b
commit af63f1f377
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-repo (2.0.57) stable; urgency=low
vn-repo (2.0.58) stable; urgency=low
* Initial Release.

View File

@ -36,7 +36,7 @@ if [ -f "$srcDir/debian/changelog" ]; then
continue
fi
echo "\n * Adding $debFile\n"
echo -e "\n * Adding $debFile\n"
reprepro -b "$repreproDir" includedeb $codename "$buildDir/$debFile"
done
else

View File

@ -25,6 +25,6 @@ fi
echo -e "\n# Upgrading servers"
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"
done