From 1ac1732d615f28524f7c63625738130ed7188b0e Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 19 Jul 2017 13:44:02 +0200 Subject: Also pull submodules and add autobuild support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable automatically pulling the submodules when cloning and use the autobuild script if present. Change-Id: Ib5641cb8d8c3c849c2c9bbcdacd287e9d01b6805 Signed-off-by: Jan-Simon Möller --- jjb/common/include-apps-rsync-download-changeid.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-apps-rsync-download-changeid.sh') diff --git a/jjb/common/include-apps-rsync-download-changeid.sh b/jjb/common/include-apps-rsync-download-changeid.sh index d6e9f8a3..939496d6 100644 --- a/jjb/common/include-apps-rsync-download-changeid.sh +++ b/jjb/common/include-apps-rsync-download-changeid.sh @@ -3,9 +3,9 @@ #set -x set -e -echo "\n\n\n" +echo -e "\n\n\n" echo "#########################################" -echo "\n\n\n" +echo -e "\n\n\n" export RSYNCDST="/srv/download/AGL/upload/ci/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}" -- cgit 1.2.3-korg