Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: /
Date: Thu, 30 Apr 2020 21:27:26
Message-Id: 1588282034.6bf3f8110e00e69c67bbe888b92d512152dfc94b.robbat2@gentoo
1 commit: 6bf3f8110e00e69c67bbe888b92d512152dfc94b
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 21:27:14 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 21:27:14 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=6bf3f811
7
8 mirmon: explicitly use --quiet for cronjobs
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 mirmon-distfiles.sh | 1 +
13 mirmon-experimental.sh | 1 +
14 mirmon-releases.sh | 1 +
15 mirmon-rsync.sh | 1 +
16 mirmon-snapshots.sh | 1 +
17 5 files changed, 5 insertions(+)
18
19 diff --git a/mirmon-distfiles.sh b/mirmon-distfiles.sh
20 index 0a245e2..e70bf26 100755
21 --- a/mirmon-distfiles.sh
22 +++ b/mirmon-distfiles.sh
23 @@ -1,5 +1,6 @@
24 #!/bin/bash
25 exec $(dirname "$0")/mirmon-wrapper.sh \
26 + --quiet \
27 --mode=distfiles \
28 --xml-src=distfiles \
29 --url=https://www.gentoo.org/downloads/mirrors/
30
31 diff --git a/mirmon-experimental.sh b/mirmon-experimental.sh
32 index a48d57f..63b2810 100755
33 --- a/mirmon-experimental.sh
34 +++ b/mirmon-experimental.sh
35 @@ -1,5 +1,6 @@
36 #!/bin/bash
37 exec $(dirname "$0")/mirmon-wrapper.sh \
38 + --quiet \
39 --mode=experimental \
40 --xml-src=distfiles \
41 --url=https://www.gentoo.org/downloads/mirrors/
42
43 diff --git a/mirmon-releases.sh b/mirmon-releases.sh
44 index 4839856..5462e04 100755
45 --- a/mirmon-releases.sh
46 +++ b/mirmon-releases.sh
47 @@ -1,5 +1,6 @@
48 #!/bin/bash
49 exec $(dirname "$0")/mirmon-wrapper.sh \
50 + --quiet \
51 --mode=releases \
52 --xml-src=distfiles \
53 --url=https://www.gentoo.org/downloads/mirrors/
54
55 diff --git a/mirmon-rsync.sh b/mirmon-rsync.sh
56 index d97e149..6698471 100755
57 --- a/mirmon-rsync.sh
58 +++ b/mirmon-rsync.sh
59 @@ -1,5 +1,6 @@
60 #!/bin/bash
61 exec $(dirname "$0")/mirmon-wrapper.sh \
62 + --quiet \
63 --mode=rsync \
64 --xml-src=rsync \
65 --url=https://www.gentoo.org/support/rsync-mirrors/
66
67 diff --git a/mirmon-snapshots.sh b/mirmon-snapshots.sh
68 index bc591bc..e2c0fe5 100755
69 --- a/mirmon-snapshots.sh
70 +++ b/mirmon-snapshots.sh
71 @@ -1,5 +1,6 @@
72 #!/bin/bash
73 exec $(dirname "$0")/mirmon-wrapper.sh \
74 + --quiet \
75 --mode=snapshots \
76 --xml-src=distfiles \
77 --url=https://www.gentoo.org/downloads/mirrors/