diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-25 12:59:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-25 12:59:59 +0100 |
commit | 4b78ed5482889fd95515c47e79ee656e7babc4ca (patch) | |
tree | 711c66ff9eec8d3b8d6443e218ff5fc3aa8fdcd4 /mkmodular | |
parent | 6516e3855036d08500956c92553fc053ba899952 (diff) |
add http://remirepo.reloumirrors.net/ new mirror in France
Diffstat (limited to 'mkmodular')
-rwxr-xr-x | mkmodular | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |