From 041e03bf85a8915cb956c1bf73a2f918744a06bc Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Sat, 18 Jan 2014 01:50:26 -0200 Subject: Update jasmine submodule to 7f9fe7348a Also update submodules on autogen.sh [endlessm/eos-sdk#509] [endlessm/eos-sdk#509] --- autogen.sh | 4 ++++ test/jasmine | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 6c20886..4f7b9e3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,6 +20,10 @@ if [ -d .git ]; then chmod +x .git/hooks/commit-msg fi +git remote set-url origin http://github.com/endlessm/eos-sdk.git +git submodule init . +git submodule update --recursive + # GNU gettext automake support doesn't get along with git # https://bugzilla.gnome.org/show_bug.cgi?id=661128 touch -t 200001010000 $POT_FILE diff --git a/test/jasmine b/test/jasmine index ba73e65..7f9fe73 160000 --- a/test/jasmine +++ b/test/jasmine @@ -1 +1 @@ -Subproject commit ba73e65dc4b4e172bcf49b872b01f359619df8d2 +Subproject commit 7f9fe7348a1167aee95ac472f4bb7da7701a3e77 -- cgit v1.2.3