This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 4958a6a03e0ea1c306fe2e2de2cb32baaf45bf28 Author: Markus Koschany <[email protected]> Date: Tue Dec 15 21:48:53 2015 +0100 Update orig-tar.sh --- debian/orig-tar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 229a67e..4831ad0 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -2,8 +2,8 @@ set -e -VERSION=$2 -FILE=$3 +VERSION=$1 +FILE=$2 FILENAME=`basename $FILE` BASE=`basename $FILE .zip` -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

