From 6bf3f8110e00e69c67bbe888b92d512152dfc94b Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 30 Apr 2020 14:27:14 -0700 Subject: mirmon: explicitly use --quiet for cronjobs Signed-off-by: Robin H. Johnson --- mirmon-distfiles.sh | 1 + mirmon-experimental.sh | 1 + mirmon-releases.sh | 1 + mirmon-rsync.sh | 1 + mirmon-snapshots.sh | 1 + 5 files changed, 5 insertions(+) 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/ -- cgit v1.2.3-65-gdbad