commit: 2e17262f3b54e829f7aa875bdaa543703d8c6e55 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Wed Apr 29 05:09:59 2020 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Wed Apr 29 05:09:59 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=2e17262f
snapshots: call new wrapper Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> mirmon-snapshots.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mirmon-snapshots.sh b/mirmon-snapshots.sh new file mode 100755 index 0000000..bc591bc --- /dev/null +++ b/mirmon-snapshots.sh @@ -0,0 +1,5 @@ +#!/bin/bash +exec $(dirname "$0")/mirmon-wrapper.sh \ + --mode=snapshots \ + --xml-src=distfiles \ + --url=https://www.gentoo.org/downloads/mirrors/
