summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-04-30 14:27:14 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-04-30 14:27:14 -0700
commit6bf3f8110e00e69c67bbe888b92d512152dfc94b (patch)
tree15858fb7adef088766f2c44fa2d60b6fccbe4e2c
parentmirmon-wrapper.sh: support debug/verbose/quiet (diff)
downloadgentoo-mirrorstats-6bf3f8110e00e69c67bbe888b92d512152dfc94b.tar.gz
gentoo-mirrorstats-6bf3f8110e00e69c67bbe888b92d512152dfc94b.tar.bz2
gentoo-mirrorstats-6bf3f8110e00e69c67bbe888b92d512152dfc94b.zip
mirmon: explicitly use --quiet for cronjobs
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xmirmon-distfiles.sh1
-rwxr-xr-xmirmon-experimental.sh1
-rwxr-xr-xmirmon-releases.sh1
-rwxr-xr-xmirmon-rsync.sh1
-rwxr-xr-xmirmon-snapshots.sh1
5 files changed, 5 insertions, 0 deletions
diff --git a/mirmon-distfiles.sh b/mirmon-distfiles.sh
index 0a245e2..e70bf26 100755
--- a/mirmon-distfiles.sh
+++ b/mirmon-distfiles.sh
@@ -1,5 +1,6 @@
#!/bin/bash
exec $(dirname "$0")/mirmon-wrapper.sh \
+ --quiet \
--mode=distfiles \
--xml-src=distfiles \
--url=https://www.gentoo.org/downloads/mirrors/
diff --git a/mirmon-experimental.sh b/mirmon-experimental.sh
index a48d57f..63b2810 100755
--- a/mirmon-experimental.sh
+++ b/mirmon-experimental.sh
@@ -1,5 +1,6 @@
#!/bin/bash
exec $(dirname "$0")/mirmon-wrapper.sh \
+ --quiet \
--mode=experimental \
--xml-src=distfiles \
--url=https://www.gentoo.org/downloads/mirrors/
diff --git a/mirmon-releases.sh b/mirmon-releases.sh
index 4839856..5462e04 100755
--- a/mirmon-releases.sh
+++ b/mirmon-releases.sh
@@ -1,5 +1,6 @@
#!/bin/bash
exec $(dirname "$0")/mirmon-wrapper.sh \
+ --quiet \
--mode=releases \
--xml-src=distfiles \
--url=https://www.gentoo.org/downloads/mirrors/
diff --git a/mirmon-rsync.sh b/mirmon-rsync.sh
index d97e149..6698471 100755
--- a/mirmon-rsync.sh
+++ b/mirmon-rsync.sh
@@ -1,5 +1,6 @@
#!/bin/bash
exec $(dirname "$0")/mirmon-wrapper.sh \
+ --quiet \
--mode=rsync \
--xml-src=rsync \
--url=https://www.gentoo.org/support/rsync-mirrors/
diff --git a/mirmon-snapshots.sh b/mirmon-snapshots.sh
index bc591bc..e2c0fe5 100755
--- a/mirmon-snapshots.sh
+++ b/mirmon-snapshots.sh
@@ -1,5 +1,6 @@
#!/bin/bash
exec $(dirname "$0")/mirmon-wrapper.sh \
+ --quiet \
--mode=snapshots \
--xml-src=distfiles \
--url=https://www.gentoo.org/downloads/mirrors/