diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-22 10:13:05 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-22 10:13:05 +0200 |
commit | 2e972cee466ac41bb8a5004eec6f93db364f5c93 (patch) | |
tree | bbb10cddbf8a9425f6de94b45e14664f622455b9 /easy_e17.sh | |
parent | fe499a53317c6576416a57cc936e4330db964f84 (diff) | |
download | bin-2e972cee466ac41bb8a5004eec6f93db364f5c93.zip bin-2e972cee466ac41bb8a5004eec6f93db364f5c93.tar.gz |
easy_e17.sh: set git url to git://asynk.ch/e.git
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-x | easy_e17.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh index 4426534..097f969 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -35,7 +35,7 @@ ewk_build_cmd="./Tools/Scripts/build-webkit --efl --only-webkit --prefix=/opt/ew ewk_build_dir="./WebKitBuild/Release" git=0 -git_url="git@asynk.ch:e" +git_url="git://asynk.ch/e.git" git_branch="master" src_url="http://svn.enlightenment.org/svn/e/trunk" src_rev="HEAD" |