From c36609055d7331ae7995ccea202717f48be30403 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 10 Oct 2023 17:54:50 +0100 Subject: Fetch tags when updating guix.git --- guix-qa-frontpage/git-repository.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix-qa-frontpage/git-repository.scm b/guix-qa-frontpage/git-repository.scm index 4efe899..dc8d7f2 100644 --- a/guix-qa-frontpage/git-repository.scm +++ b/guix-qa-frontpage/git-repository.scm @@ -53,7 +53,8 @@ (lambda () (invoke "git" "prune") (invoke "git" "fetch" "--prune" "origin") - (invoke "git" "fetch" "--prune" "patches")))) + (invoke "git" "fetch" "--prune" "patches") + (invoke "git" "fetch" "--force" "--tags" "patches")))) (define (with-bare-git-repository thunk) (ensure-repository-exists!) -- cgit v1.2.3