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
commit05a691131294ae9f34643915e7df36869081a982 (patch)
treea71e2368896e8a271e9136dd9578ac2b1429283e /doc
parent064b40da9e54d356418aadc814a696b4f534ae4f (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