summaryrefslogtreecommitdiffstats
path: root/mkmodular
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-25 12:59:59 +0100
committerRemi Collet <remi@remirepo.net>2019-03-25 12:59:59 +0100
commit4b78ed5482889fd95515c47e79ee656e7babc4ca (patch)
tree711c66ff9eec8d3b8d6443e218ff5fc3aa8fdcd4 /mkmodular
parent6516e3855036d08500956c92553fc053ba899952 (diff)
add http://remirepo.reloumirrors.net/ new mirror in France
Diffstat (limited to 'mkmodular')
-rwxr-xr-xmkmodular2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkmodular b/mkmodular
index dea17d92..a5cdf1d8 100755
--- a/mkmodular
+++ b/mkmodular
@@ -246,7 +246,7 @@ exec("mkrepo nocheck noclean");
$data = '/tmp/modules.yaml';
file_put_contents($data, $mod);
$hash = hash('sha256', $mod);
-exec("modifyrepo_c --mdtype=modules $data repodata");
+exec("modifyrepo_c --mdtype=modules $data repodata >/dev/null");
$arch = basename($dest);
rename($data, "$data.$arch");