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.1 has been updated
       via  f6e8e271cc5ef3e6bd7f2c6c4d4f1da83685991d (commit)
      from  ba4fd14c6ad1f55b47923b21a3254d0f1a076b38 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=f6e8e271cc5ef3e6bd7f2c6c4d4f1da83685991d

commit f6e8e271cc5ef3e6bd7f2c6c4d4f1da83685991d
Author: Roland Mas <[email protected]>
Date:   Tue Jan 19 18:01:19 2021 +0100

    Debug mini-dinstall

diff --git a/autoinstall/build.sh b/autoinstall/build.sh
index 23ff24d..dbe9ff2 100755
--- a/autoinstall/build.sh
+++ b/autoinstall/build.sh
@@ -83,7 +83,7 @@ function build_deb {
     gpg --export FusionForge -a > /usr/src/debian-repository/key.asc
     apt-key add /usr/src/debian-repository/key.asc
     
-    mini-dinstall -b
+    mini-dinstall -bv
     
     # Configure debian package building tools so as to use the local repo
     if [ ! -f /root/.dput.cf ]; then
@@ -94,7 +94,7 @@ function build_deb {
        method = local
        run_dinstall = 0
        allow_unsigned_uploads = yes
-       post_upload_command = mini-dinstall -b
+       post_upload_command = mini-dinstall -bv
        allowed_distributions = local
        EOF
     fi

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

Summary of changes:
 autoinstall/build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to