diff --git a/debian/changelog b/debian/changelog index 5e74615..4801736 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vn-repo (2.0.2) stable; urgency=low +vn-repo (2.0.3) stable; urgency=low * Initial Release. diff --git a/debian/cron.d b/debian/cron.d index c660534..45e238e 100755 --- a/debian/cron.d +++ b/debian/cron.d @@ -1,2 +1,2 @@ MAILTO=hostmaster -#*/1 * * * * vn-repo (cd && vn-rcheck) +#*/1 * * * * vn-repo vn-rcheck diff --git a/vn-deploy b/vn-deploy index 8203d3d..96b3687 100755 --- a/vn-deploy +++ b/vn-deploy @@ -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)