From b217136926af599219a410e426d8157101d8224a Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Mon, 10 Jun 2019 16:27:52 +0100
Subject: TeXlive: allows for updating itself and removes old version file

Until now, TeXlive would only attempt to download/update LaTeX packages,
but after some time, it will be necessary for it to update itself. When
this happens, it complains about running it with `update --self'.

To fix this problem, before installing/updating the LaTeX packages, we will
first update tlmgr in any case.

Also, we weren't removing the TeXlive package version file before appending
the values to it. So it was just repeating the packages every time it was
updated. With this commit, it is being removed on every new build.

Finally, the version of Git was updated to its most recent version.
---
 reproduce/software/config/installation/versions.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'reproduce/software/config')

diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk
index 2b303dd..bd3b066 100644
--- a/reproduce/software/config/installation/versions.mk
+++ b/reproduce/software/config/installation/versions.mk
@@ -31,7 +31,7 @@ file-version = 5.36
 findutils-version = 4.6.0.199-e3fc
 gawk-version = 5.0.0
 gcc-version = 9.1.0
-git-version = 2.21.0
+git-version = 2.22.0
 gmp-version = 6.1.2
 grep-version = 3.3
 gzip-version = 1.10
-- 
cgit v1.2.1