gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. a8460c3d7754f5a36a62


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a8460c3d7754f5a36a627ac2aa99063c78e48d00
Date: Thu, 25 Nov 2010 20:05:57 +0000

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

The branch, master has been updated
       via  a8460c3d7754f5a36a627ac2aa99063c78e48d00 (commit)
       via  c3849965522c9f2a460a10137d5dba720860e266 (commit)
      from  c4cc947b2d22592dafd4a60eaba43926da2a9325 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=a8460c3d7754f5a36a627ac2aa99063c78e48d00


commit a8460c3d7754f5a36a627ac2aa99063c78e48d00
Merge: c384996 c4cc947
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 25 21:05:28 2010 +0100

    Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=c3849965522c9f2a460a10137d5dba720860e266


commit c3849965522c9f2a460a10137d5dba720860e266
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 25 20:59:42 2010 +0100

    Add a fetch-swfdec rule, cloning swfdec git repo or pulling it under 
testsuite/swfdec/src

diff --git a/Makefile.am b/Makefile.am
index 37f30af..c76868d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -505,3 +505,11 @@ pkgconfig_DATA = \
        gnash.pc \
        $(NULL)
 
+SWFDEC_REPO=git://anongit.freedesktop.org/git/swfdec/swfdec
+SWFDEC_MOUNT=$(srcdir)/testsuite/swfdec/src
+fetch-swfdec:
+       if test -d "$(SWFDEC_MOUNT)"; then \
+           cd "$(SWFDEC_MOUNT)" && git pull && git branch -v; \
+       else \
+           git clone $(SWFDEC_REPO) "$(SWFDEC_MOUNT)"; \
+       fi 

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

Summary of changes:
 Makefile.am |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]