From 05954a5bb3f3f264496a821647a1e912bb469790 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Wed, 2 Oct 2024 20:22:23 +0200 Subject: [PATCH] [install] in gitTag.sh, allow changes to MG5AMC/mg5amcnlo (submodules have been checked already) --- epochX/cudacpp/gitTag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epochX/cudacpp/gitTag.sh b/epochX/cudacpp/gitTag.sh index 290e429779..7506fc3abc 100755 --- a/epochX/cudacpp/gitTag.sh +++ b/epochX/cudacpp/gitTag.sh @@ -57,7 +57,7 @@ if ! git submodule status | grep '^ ' > /dev/null; then fi # Check that all changes are committed to git (except at most for this script only in the '-l' mode) -if [ "$(git status --porcelain | grep -v ^??)" != "" ]; then +if [ "$(git status --porcelain | grep -v ^?? | grep -v ' M MG5aMC/mg5amcnlo')" != "" ]; then if [ "$tagsuffix" != "" ] || [ "$(git status --porcelain | grep -v ^??)" != " M ${scr}" ]; then echo "ERROR! There are local changes not committed to git yet" exit 1