From a6386d4a08227914d31ed28f5e07716d9608470b Mon Sep 17 00:00:00 2001 From: Alex Domingo Date: Thu, 26 Sep 2024 22:44:28 +0200 Subject: [PATCH] use cloned instead of downloaded for sources get from git repos Co-authored-by: Sam Moors --- docs/easybuild-v5/enhancements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/easybuild-v5/enhancements.md b/docs/easybuild-v5/enhancements.md index a351d96f9..f4908e3ed 100644 --- a/docs/easybuild-v5/enhancements.md +++ b/docs/easybuild-v5/enhancements.md @@ -29,7 +29,7 @@ status codes are reported in the corresponding logs. ## Reproducible tarballs { : #reproducible_tarballs} -EasyBuild can now generate reproducible tarballs of sources downloaded from Git +EasyBuild can now generate reproducible tarballs of sources cloned from Git repositories. This means that the contents of sources obtained by cloning Git repositories will be consistent across different systems and across time, allowing to reliably validate those sources with checksums. EasyBuild follows