From 3c8214e7c1056b5342ba9c24b3c10dc7fb940b78 Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Fri, 29 Apr 2022 09:15:38 -0400 Subject: [PATCH] Drop `./automation/milestone-config.sh` since it isn't used - Removed the file `milestone-config.sh`. It is not used anywhere in the codebase. - Remove the .in template and associated references --- .automation/milestone-config.sh.in | 1 - .gitignore | 3 ++- .gitignore.in | 2 ++ Makefile | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 .automation/milestone-config.sh.in diff --git a/.automation/milestone-config.sh.in b/.automation/milestone-config.sh.in deleted file mode 100644 index a11c8791a027..000000000000 --- a/.automation/milestone-config.sh.in +++ /dev/null @@ -1 +0,0 @@ -MILESTONE="@MILESTONE@" diff --git a/.gitignore b/.gitignore index 75d4dc243892..d3daf17d795f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ target # build-time files ########################### +rpmbuild/ +/ovirt-engine*.tar.gz .metadata *.class *.swp @@ -46,7 +48,6 @@ __pycache__ # Files generated from templates ########################### -.automation/milestone-config.sh ovirt-engine.spec build/helptag.py build/helptag_checker.py diff --git a/.gitignore.in b/.gitignore.in index 4efe2c5b47bf..31d401e77eb5 100644 --- a/.gitignore.in +++ b/.gitignore.in @@ -7,6 +7,8 @@ target # build-time files ########################### +rpmbuild/ +/ovirt-engine*.tar.gz .metadata *.class *.swp diff --git a/Makefile b/Makefile index 49f0521a1720..864969635fc1 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,6 @@ BUILD_TARGET=install # Once add new template file, if required chmod, add it in generated-files target. GENERATED = \ .gitignore \ - .automation/milestone-config.sh \ ovirt-engine.spec \ build/helptag.py \ build/helptag_checker.py \