From: Holger Levsen Date: Fri, 26 Jul 2013 11:15:36 +0000 (+0200) Subject: process incoming after upload X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a586cd7c05218ae424140b334f2c94e21fc0cdb9;p=profitbricks%2Fjenkins-build-scripts.git process incoming after upload --- diff --git a/maven_post_build_debian_wrapper.sh b/maven_post_build_debian_wrapper.sh index ade8eba..c85b0c4 100755 --- a/maven_post_build_debian_wrapper.sh +++ b/maven_post_build_debian_wrapper.sh @@ -108,6 +108,7 @@ CHANGES_FILE=${SOURCE}_${VERSION}_amd64.changes cd $WORKSPACE/.. # upload dcmd scp $CHANGES_FILE reprepro@alexandria.pb.local:/srv/$REPO/incoming/profitbricks/ +ssh reprepro@alexandria.pb.local /srv/$REPO/bin/pb_processincoming # cleanp dcmd rm $CHANGES_FILE cd $WORKSPACE