tox: get additional modules using https (via #46904#note-2)
parent
658808916d
commit
9901303997
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -ue
|
||||
|
||||
test -d wcs || git clone http://git.entrouvert.org/wcs.git
|
||||
test -d wcs || git clone https://git.entrouvert.org/wcs.git
|
||||
(cd wcs && git pull)
|
||||
|
Loading…
Reference in New Issue