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  ed7f4778a4a28b114329a9b04437738e4127208f (commit)
      from  815a6bd722d74f4bdffbe1051e3991af385b24a7 (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=ed7f4778a4a28b114329a9b04437738e4127208f

commit ed7f4778a4a28b114329a9b04437738e4127208f
Author: Franck Villaume <[email protected]>
Date:   Mon Feb 26 14:46:36 2018 +0000

    New make rule to build src release: include autoinstall scripts as helper

diff --git a/src/GNUmakefile b/src/GNUmakefile
index 1721f2d..ebd1682 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -261,5 +261,17 @@ dist: all
        tar cjf $(TAR_PREFIX).tar.bz2 $(TAR_PREFIX)/
        rm -rf $(TAR_PREFIX)/
 
+dist-src-release:
+       rm -rf $(TAR_PREFIX)/
+       mkdir -p $(TAR_PREFIX)/{src,autoinstall}
+       $(CP_R) $$(ls -A | grep -v '^\.git' | grep -v $(TAR_PREFIX)) 
$(TAR_PREFIX)/src/
+       $(CP_R) ../autoinstall/* $(TAR_PREFIX)/autoinstall/
+       find $(TAR_PREFIX)/ -name '*~' -print0 | xargs -r0 rm
+       find $(TAR_PREFIX)/ -type d -print0 | xargs -r0 chmod g-s  # rpmlint 
non-standard-dir-perm
+       rm -f $(TAR_PREFIX)/src/debian/control 
$(TAR_PREFIX)/src/fusionforge.spec
+       echo $(VERSION) > $(TAR_PREFIX)/src/VERSION  # if using e.g. make dist 
VERSION=5.3.50+20141027
+       tar cjf $(TAR_PREFIX).tar.bz2 $(TAR_PREFIX)/
+       rm -rf $(TAR_PREFIX)/
+       
 version:
        @echo $(VERSION)

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

Summary of changes:
 src/GNUmakefile | 12 ++++++++++++
 1 file changed, 12 insertions(+)


hooks/post-receive
-- 
FusionForge

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

Reply via email to