summaryrefslogtreecommitdiffstats
path: root/mkmodular
diff options
context:
space:
mode:
Diffstat (limited to 'mkmodular')
-rwxr-xr-xmkmodular6
1 files changed, 3 insertions, 3 deletions
diff --git a/mkmodular b/mkmodular
index 33a9e3b..e7aaf45 100755
--- a/mkmodular
+++ b/mkmodular
@@ -370,7 +370,7 @@ if (count($_SERVER['argv']) < 2 || in_array('f32', $_SERVER['argv'])) {
$deps = ['platform' => 'f32'];
$mod = genModule('fedora/32/remi/x86_64', $dest, ['unit-php*rpm', 'php-*7.4*.rpm'], '7.4', 'x86_64', $deps, $template_php);
$mod .= genModule('fedora/32/php80/x86_64', $dest, '*.rpm', '8.0', 'x86_64', $deps, $template_php);
- $mod .= genDefaults('php', 'remi-7.4', ['remi-7.4', 'remi-8.0']);
+ #$mod .= genDefaults('php', 'remi-7.4', ['remi-7.4', 'remi-8.0']);
createRepo($dest, $mod);
}
if (in_array('f32', $_SERVER['argv']) || in_array('test', $_SERVER['argv'])) {
@@ -390,7 +390,7 @@ if (count($_SERVER['argv']) < 2 || in_array('f33', $_SERVER['argv'])) {
$deps = ['platform' => 'f33'];
$mod = genModule('fedora/33/remi/x86_64', $dest, ['unit-php*rpm', 'php-*7.4*.rpm'], '7.4', 'x86_64', $deps, $template_php);
$mod .= genModule('fedora/33/php80/x86_64', $dest, '*.rpm', '8.0', 'x86_64', $deps, $template_php);
- $mod .= genDefaults('php', 'remi-7.4', ['remi-7.4', 'remi-8.0']);
+ #$mod .= genDefaults('php', 'remi-7.4', ['remi-7.4', 'remi-8.0']);
createRepo($dest, $mod);
}
if (in_array('f33', $_SERVER['argv']) || in_array('test', $_SERVER['argv'])) {
@@ -410,7 +410,7 @@ if (count($_SERVER['argv']) < 2 || in_array('f34', $_SERVER['argv'])) {
$deps = ['platform' => 'f34'];
$mod = genModule('fedora/34/remi/x86_64', $dest, ['unit-php*rpm', 'php-*7.4*.rpm'], '7.4', 'x86_64', $deps, $template_php);
$mod .= genModule('fedora/34/php80/x86_64', $dest, '*.rpm', '8.0', 'x86_64', $deps, $template_php);
- $mod .= genDefaults('php', 'remi-7.4', ['remi-7.4', 'remi-8.0']);
+# $mod .= genDefaults('php', 'remi-7.4', ['remi-7.4', 'remi-8.0']);
createRepo($dest, $mod);
}
if (in_array('f34', $_SERVER['argv']) || in_array('test', $_SERVER['argv'])) {