Commit a77d84ce authored by Andreas Tille's avatar Andreas Tille
Browse files

Annonymous cloning of resfinder_db

parent d8a48b9a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
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 git@bitbucket.org: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

0 → 100644
+1 −0
Original line number Diff line number Diff line
anonymous_cloning_db.patch