Bugs solved

This commit is contained in:
Juan 2018-04-19 12:45:41 +02:00
parent d74153f706
commit 0d96e1bbb3
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

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

2
debian/cron.d vendored
View File

@ -1,2 +1,2 @@
MAILTO=hostmaster
#*/1 * * * * vn-repo (cd && vn-rcheck)
#*/1 * * * * vn-repo vn-rcheck

View File

@ -11,7 +11,7 @@ fi
packages=""
cut -d" " -f1 "$srcDir/debian/files" |
cut -d" " -f1 "$PWD/debian/files" |
while read debFile
do
packageName=$(echo $debFile | cut -d"_" -f1)