grafana repo added, mongodb 4.2 for all dists and centos 8 & 9 all versions

This commit is contained in:
2022-11-23 18:55:10 +03:00
parent c178256fc0
commit ac314449c0
27 changed files with 108 additions and 4 deletions

View File

@@ -10,9 +10,9 @@ done
# rpm --import /tmp/gpg_keys/$gpg_key
# done
for cent_release in 6 7 8
for cent_release in 6 7 8 9
do
for mongo_release in 4.4 5.0 6.0
for mongo_release in 4.2 4.4 5.0 6.0
do
reposync --delete \
--remote-time \
@@ -21,3 +21,13 @@ do
--repoid mongodb-org-$mongo_release-c$cent_release
done
done
# rpm --import https://rpm.grafana.com/gpg.key
reposync --delete \
--arch=x86_64 \
--remote-time \
--download-metadata \
-p /data/ \
--repoid grafana