aboutsummaryrefslogtreecommitdiff
path: root/projects/samba
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-12-08 14:57:42 +1300
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-12-07 17:57:42 -0800
commitc828e7f68b824f7eaa3e4b87ebf06db4985874d4 (patch)
tree92a26f77e0bba963949bea0d16ffbf66ed626baa /projects/samba
parent6089bc488bc24300e49673171395800cce12f2fd (diff)
downloadoss-fuzz-c828e7f68b824f7eaa3e4b87ebf06db4985874d4.tar.gz
Clone from the official GitLab mirror (#3095)
https://gitlab.com is much faster than the canonical Samba Team mirror so use that instead. It is also hosted at Google GCE so should be faster when in use. Signed-off-by: Andrew Bartlett <abartlet+google@catalyst.net.nz>
Diffstat (limited to 'projects/samba')
-rw-r--r--projects/samba/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/samba/Dockerfile b/projects/samba/Dockerfile
index d42238614..3cc07301e 100644
--- a/projects/samba/Dockerfile
+++ b/projects/samba/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
-RUN git clone https://git.samba.org/samba.git samba
+RUN git clone https://gitlab.com/samba-team/samba samba
RUN samba/lib/fuzzing/oss-fuzz/build_image.sh
WORKDIR /home/samba