mirrorbits icon indicating copy to clipboard operation
mirrorbits copied to clipboard

list

Open loanfedora opened this issue 3 years ago • 1 comments

help page

root@centos:~# mirrorbits list -h

Usage: mirrorbits list

Get the list of mirrors

  -disabled
    	List disabled mirrors only
  -down
    	List only mirrors currently down

doing disable

root@centos:~# mirrorbits list -disabled
Identifier 		STATE		SINCE
<REMOVED> 	disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)

doing down

root@centos:~# mirrorbits list -down
Identifier 			STATE		SINCE
<REMOVED> 			down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 		disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 			down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 		disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 		down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 			down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 		disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 		down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 		down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 			down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	down 		(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 	disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)
<REMOVED> 		disabled 	(Mon, 01 Jan 0001 00:00:00 UTC)

why does down have disabled in? help screen says it should be down only? like it is with disable?

loanfedora avatar Mar 09 '22 17:03 loanfedora

I tried to address this issue in pull request #132.

ott avatar Sep 17 '22 21:09 ott

Closed with #132

jbkempf avatar Nov 07 '23 13:11 jbkempf