The branch, master has been updated via cdb45b8be9a37ad47f47e409a48f8f8b4cfd8bec (commit) from 88f055a30f600abfeff09e611ddbe863839b9085 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cdb45b8be9a37ad47f47e409a48f8f8b4cfd8bec Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 21 02:05:24 2011 +0100 fix for dupload call ----------------------------------------------------------------------- Summary of changes: bin/build-package | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/bin/build-package b/bin/build-package index ed3b1c3..bbe0ff8 100755 --- a/bin/build-package +++ b/bin/build-package @@ -250,7 +250,7 @@ upload_packages() { for l_ARCH in amd64 i386; do cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH" ln ~/.dupload.conf.$PREFIX ./dupload.conf - ls *.changes &>/dev/null && dupload -c ~/.dupload.conf.$PREFIX --to $PREFIX-$l_DIST-$l_CODENAME *.changes + ls *.changes &>/dev/null && dupload -c --to $PREFIX-$l_DIST-$l_CODENAME *.changes cd - done fi hooks/post-receive -- buildscripts.git (buildscripts upstream project) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (buildscripts upstream project).