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 "FusionForge".

The branch, 6.0 has been updated
       via  cec32f593ab274213e0e0907ee672ba11d1be37f (commit)
      from  9c9b0867d24475ed90f4c5eda1ca9038067822aa (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 cec32f593ab274213e0e0907ee672ba11d1be37f
Author: Roland Mas <[email protected]>
Date:   Wed Jun 3 10:06:53 2015 +0200

    Sign the *.changes file

diff --git a/tests/buildbot/push-packages-to-repositories.sh 
b/tests/buildbot/push-packages-to-repositories.sh
index 9fc98eb..0f96867 100755
--- a/tests/buildbot/push-packages-to-repositories.sh
+++ b/tests/buildbot/push-packages-to-repositories.sh
@@ -36,6 +36,7 @@ case $method in
     deb)
        cd $WORKSPACE/packages/
        sed -i -e "s/^Distribution:.*/Distribution: $dist-$branch/" 
fusionforge*changes
+       debsign -m"FusionForge buildbot" *changes
        dput buildbot fusionforge*changes
        rsync -av --delete-after /var/lib/jenkins/deb/ 
[email protected]:/home/groups/fusionforge/htdocs/deb/
        ;;

-----------------------------------------------------------------------

Summary of changes:
 tests/buildbot/push-packages-to-repositories.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/buildbot/push-packages-to-repositories.sh 
b/tests/buildbot/push-packages-to-repositories.sh
index 9fc98eb..0f96867 100755
--- a/tests/buildbot/push-packages-to-repositories.sh
+++ b/tests/buildbot/push-packages-to-repositories.sh
@@ -36,6 +36,7 @@ case $method in
     deb)
        cd $WORKSPACE/packages/
        sed -i -e "s/^Distribution:.*/Distribution: $dist-$branch/" 
fusionforge*changes
+       debsign -m"FusionForge buildbot" *changes
        dput buildbot fusionforge*changes
        rsync -av --delete-after /var/lib/jenkins/deb/ 
[email protected]:/home/groups/fusionforge/htdocs/deb/
        ;;


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to