From d4864eabdc5c748272ba5d402ac1cfa7942738f3 Mon Sep 17 00:00:00 2001 From: ZhiFeng Hu Date: Fri, 30 Jan 2015 08:45:46 +0800 Subject: [PATCH 1/2] Add shell script to fast update ansible repo --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 00000000000..5979dd0ab2b --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh +git pull --rebase +git submodule update --init --recursive From e63c03d60f31741fc07ac2cd12dc0e01b15ec246 Mon Sep 17 00:00:00 2001 From: ZhiFeng Hu Date: Fri, 30 Jan 2015 14:19:47 +0800 Subject: [PATCH 2/2] Move update.sh to hacking repository ,see #10081 --- update.sh => hacking/update.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename update.sh => hacking/update.sh (100%) diff --git a/update.sh b/hacking/update.sh similarity index 100% rename from update.sh rename to hacking/update.sh