Andreas Tille pushed to branch master at Debian Med / resfinder
Commits: a77d84ce by Andreas Tille at 2018-06-25T16:11:58+02:00 Annonymous cloning of resfinder_db - - - - - 2 changed files: - + debian/patches/anonymous_cloning_db.patch - + debian/patches/series Changes: ===================================== debian/patches/anonymous_cloning_db.patch ===================================== --- /dev/null +++ b/debian/patches/anonymous_cloning_db.patch @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 25 Jun 2018 16:11:04 +0200 +Description: Enable annonymous cloning of resfinder_db + +--- a/INSTALL_DB ++++ b/INSTALL_DB +@@ -11,7 +11,7 @@ fi + + # Check if the path is valid and unexisting + if [ ! -d $path ]; then +- git clone [email protected]:genomicepidemiology/resfinder_db.git $path ++ LC_ALL=C git clone https://bitbucket.org/genomicepidemiology/resfinder_db.git $path + else + echo "Error: path exists! Please provide a valid and unused path..." + fi ===================================== debian/patches/series ===================================== --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +anonymous_cloning_db.patch View it on GitLab: https://salsa.debian.org/med-team/resfinder/commit/a77d84ce8b2955149ab7cbb3969de25af32f5212 -- View it on GitLab: https://salsa.debian.org/med-team/resfinder/commit/a77d84ce8b2955149ab7cbb3969de25af32f5212 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
