summaryrefslogtreecommitdiff
path: root/net:foret
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-01-31 11:35:14 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-01-31 11:35:14 +0100
commitae04f9ce9f61f871dc790019f9bd4c2957b49f8f (patch)
tree654609dff38e5f513b90826ec871df0fd761d2ea /net:foret
parent73a5ab0f353050c1a600d07f776088495b9fb8d0 (diff)
[Q] Uses a shellscript for get-branches
Diffstat (limited to 'net:foret')
-rw-r--r--net:foret/Environment.zsh8
1 files changed, 1 insertions, 7 deletions
diff --git a/net:foret/Environment.zsh b/net:foret/Environment.zsh
index 7b9d27a..672952f 100644
--- a/net:foret/Environment.zsh
+++ b/net:foret/Environment.zsh
@@ -10,11 +10,5 @@ export ftp_proxy=$http_proxy
export no_proxy="127.0.0.1,10.,.foret,.qosmos.com"
-export GET_IXM_BRANCHES="if [ \\\"\$(dirname %p/%f)\\\" == \\\".\\\" ] ; then
- git clone work:%r -b %b \$( basename %p/%f ) ;
- else
- mkdir -p \$(dirname %p/%f) ; cd \$(dirname %p/%f ) ;
- git module add \$( basename %p/%f ) work:%r %b ;
- cd - ;
- fi"
+export GET_IXM_BRANCHES="~/sbin/git_get.sh %p/%f %r %b"