[med-svn] [falcon] 02/15: d/get-orig-source: use git clone --recursive to get submodules

Afif Elghraoui afif at moszumanska.debian.org
Sat Dec 16 08:03:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository falcon.

commit 2082337fec3f76c02cbd0f40eebcdb7b26f57726
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Dec 16 01:11:54 2017 -0500

    d/get-orig-source: use git clone --recursive to get submodules
    
    The `make init` command doesn't handle it anymore, and `--recursive`
    seems to work properly with `--branch`.
---
 debian/get-orig-source | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/get-orig-source b/debian/get-orig-source
index 6f66948..1160a09 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -41,6 +41,7 @@ rm -f ${DESTDIR}/${SPKG}_${NEW_VERSION}.orig.tar.*
 
 echo "Cloning ${SPKG} version ${NEW_VERSION}"
 git clone \
+    --recursive \
     --branch ${NEW_VERSION} \
     https://github.com/PacificBiosciences/FALCON-integrate.git $new_package
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falcon.git



More information about the debian-med-commit mailing list