From 4b78ed5482889fd95515c47e79ee656e7babc4ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Mar 2019 12:59:59 +0100 Subject: add http://remirepo.reloumirrors.net/ new mirror in France --- mkmodular | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkmodular') 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"); -- cgit