Loading debian/patches/anonymous_cloning_db.patch 0 → 100644 +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 Loading
debian/patches/anonymous_cloning_db.patch 0 → 100644 +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