https://github.com/shenlebantongying/zypper_rankmirror
Temp repo for a zypper experiment
https://github.com/shenlebantongying/zypper_rankmirror
Last synced: 3 months ago
JSON representation
Temp repo for a zypper experiment
- Host: GitHub
- URL: https://github.com/shenlebantongying/zypper_rankmirror
- Owner: shenlebantongying
- Created: 2021-03-20T12:45:53.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-03-20T13:01:40.000Z (about 4 years ago)
- Last Synced: 2024-04-14T10:17:40.112Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample output
```bash
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed -v
[sudo] password for root:
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed removerepo -a
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed ar -c http://download.opensuse.org/tumbleweed/repo/oss/ Tumbleweed
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed refresh
Refresh test: openSUSE offical duration:19.175762726s
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed install --no-recommends -y --download-only filesystem
Install test: openSUSE offical duration:1.739925274s
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed removerepo -a
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed ar -c http://mirrors.tuna.tsinghua.edu.cn/opensuse/tumbleweed/repo/oss/ Tumbleweed
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed refresh
Refresh test: 清华 duration:17.399546997s
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed install --no-recommends -y --download-only filesystem
Install test: 清华 duration:2.512386229s
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed removerepo -a
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed ar -c http://mirror.bjtu.edu.cn/opensuse/tumbleweed/repo/oss/ Tumbleweed
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed refresh
Refresh test: 北交大 duration:21.787947682s
[->] sudo zypper --no-gpg-checks --root=/home/slbtty/.cache/tumbleweed install --no-recommends -y --download-only filesystem
Install test: 北交大 duration:2.749009382s```