summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-12-30 08:56:08 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2017-12-30 08:57:20 +0100
commitd10975eeb723faca5e1a84f16cefb076529eaa9f (patch)
tree31c2f6e24edb5adacf068cbaa316b8dbed740912 /doc
parentdbcc461155a94a76a2cb15b281439c3258b56db4 (diff)
doc: no need to clone with --recursive
No need to git clone with --recursive since we handle only one git repository.
Diffstat (limited to 'doc')
-rw-r--r--doc/security-team.d.o/security_tracker4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/security-team.d.o/security_tracker b/doc/security-team.d.o/security_tracker
index e856e3fd27..78d9ccd63f 100644
--- a/doc/security-team.d.o/security_tracker
+++ b/doc/security-team.d.o/security_tracker
@@ -26,7 +26,7 @@ The best way to understand is to check out our repository from
Git so you have the files on your computer and can follow along
at home. To do this you just need to do the following:
- git clone --recursive git@salsa.debian.org:security-tracker-team/security-tracker.git
+ git clone git@salsa.debian.org:security-tracker-team/security-tracker.git
This will check out the working repository (given that you already have
an [Salsa
@@ -38,7 +38,7 @@ subdirectories. The `data` directory is where we do most of our work.
If you don't need write access, you can of course check out our files
without a Salsa account as well:
- git clone --recursive https://salsa.debian.org/security-tracker-team/security-tracker.git
+ git clone https://salsa.debian.org/security-tracker-team/security-tracker.git
The CVE list (`CVE/list`)
-------------------------

© 2014-2024 Faster IT GmbH | imprint | privacy policy