diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-28 22:09:59 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-28 22:09:59 -0700 |
commit | 2e17262f3b54e829f7aa875bdaa543703d8c6e55 (patch) | |
tree | d333a718384bca9a5e5a206a0f3c73739e39d0c7 | |
parent | Convert refactored runner to wrapper (diff) | |
download | gentoo-mirrorstats-2e17262f3b54e829f7aa875bdaa543703d8c6e55.tar.gz gentoo-mirrorstats-2e17262f3b54e829f7aa875bdaa543703d8c6e55.tar.bz2 gentoo-mirrorstats-2e17262f3b54e829f7aa875bdaa543703d8c6e55.zip |
snapshots: call new wrapper
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-x | mirmon-snapshots.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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/ |