From b94683184c326c02c00673f6b9e6e3acc647535f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 12:01:42 +0200 Subject: feat(common/init): Safe the %INIT_ variables for later use --- common/init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/init b/common/init index 9ee0462..e8f72c8 100644 --- a/common/init +++ b/common/init @@ -182,6 +182,8 @@ reuse="$(nix build nixpkgs#reuse.out --no-link --print-out-paths)/bin/reuse" git add . +cp "$replacement_file" ".git/init_variables_$(date --iso-8601=date)" + git diff --name-only --cached | xargs -I {} "$reuse" annotate \ --copyright "$AUTHOR_NAME <$AUTHOR_EMAIL>" \ -- cgit 1.4.1