From 0921145df66a513eedf306eec979b89bd8d003b1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 16 Sep 2015 04:32:08 -0400 Subject: sbofindsrc: add a couple more repos, rewrite usage a bit --- sbofindsrc | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/sbofindsrc b/sbofindsrc index 9478314..e5682db 100755 --- a/sbofindsrc +++ b/sbofindsrc @@ -7,7 +7,10 @@ SELF=$( basename $0 ) # to add a repo, list its name here, and write a _download() # function, which should return success if a file was downloaded # and failure otherwise. -repos="wayback naptime tld ponce sfdirect gentoo netbsd freebsd debian" + +# these are used in the order listed. the order is basically random +# right now, possibly could rank them according to something or another. +repos="macports fedora wayback naptime tld ponce sfdirect gentoo netbsd freebsd debian" usage() { cat <