From 57422a0a841ab1f67bdd57be5c0ee09ef8aa576a Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 16 Apr 2024 11:18:34 +0300 Subject: [PATCH] Drop some packages --- go-toolset.yaml | 10 ---------- httpd.yaml | 10 ---------- nginx.yaml | 14 -------------- nodejs.yaml | 14 -------------- php.yaml | 13 ------------- redis.yaml | 11 ----------- 6 files changed, 72 deletions(-) delete mode 100644 go-toolset.yaml delete mode 100644 httpd.yaml delete mode 100644 nginx.yaml delete mode 100644 nodejs.yaml delete mode 100644 php.yaml delete mode 100644 redis.yaml diff --git a/go-toolset.yaml b/go-toolset.yaml deleted file mode 100644 index ba56478..0000000 --- a/go-toolset.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -document: modulemd-defaults -version: 1 -data: - module: go-toolset - stream: rhel8 - profiles: - rhel8: [common] -... - diff --git a/httpd.yaml b/httpd.yaml deleted file mode 100644 index 69d63a2..0000000 --- a/httpd.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -document: modulemd-defaults -version: 1 -data: - module: httpd - stream: '2.4' - profiles: - 2.4: [common] -... - diff --git a/nginx.yaml b/nginx.yaml deleted file mode 100644 index 6675fda..0000000 --- a/nginx.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -document: modulemd-defaults -version: 1 -data: - module: nginx - stream: '1.14' - profiles: - 1.14: [common] - 1.16: [common] - 1.20: [common] - 1.22: [common] - 1.24: [common] -... - diff --git a/nodejs.yaml b/nodejs.yaml deleted file mode 100644 index 6305c51..0000000 --- a/nodejs.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -document: modulemd-defaults -version: 1 -data: - module: nodejs - stream: '12' - profiles: - 12: [common] - 14: [common] - 16: [common] - 18: [common] - 20: [common] -... - diff --git a/php.yaml b/php.yaml deleted file mode 100644 index d2df046..0000000 --- a/php.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -document: modulemd-defaults -version: 1 -data: - module: php - stream: '7.2' - profiles: - 7.2: [common] - 7.3: [common] - 7.4: [common] - 8.0: [common] -... - diff --git a/redis.yaml b/redis.yaml deleted file mode 100644 index 397735e..0000000 --- a/redis.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -document: modulemd-defaults -version: 1 -data: - module: redis - stream: '5' - profiles: - 5: [common] - 6: [common] -... -