From 4f9ee9d1bbc08a530c6da03e0629708b50fbbc90 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Fri, 10 Jun 2016 11:53:25 -0700 Subject: [PATCH] Removed repos with <2 stars from popular repo fallback list. --- AutoPkgr/Models/AutoPkg Task/LGAutoPkgRepo.m | 29 -------------------- 1 file changed, 29 deletions(-) diff --git a/AutoPkgr/Models/AutoPkg Task/LGAutoPkgRepo.m b/AutoPkgr/Models/AutoPkg Task/LGAutoPkgRepo.m index 567166ce..76c01744 100644 --- a/AutoPkgr/Models/AutoPkg Task/LGAutoPkgRepo.m +++ b/AutoPkgr/Models/AutoPkg Task/LGAutoPkgRepo.m @@ -359,36 +359,23 @@ + (void)commonRepos:(void (^)(NSArray *))reply } failure:^(AFHTTPRequestOperation *operation, NSError *error) { NSArray *fallbackRepos = @[ - @"https://github.com/autopkg/48kRAM-recipes.git", - @"https://github.com/autopkg/aanklewicz-recipes.git", - @"https://github.com/autopkg/andrewvalentine-recipes.git", @"https://github.com/autopkg/arubdesu-recipes.git", - @"https://github.com/autopkg/aysiu-recipes.git", - @"https://github.com/autopkg/bkerns-recipes.git", @"https://github.com/autopkg/bochoven-recipes.git", @"https://github.com/autopkg/bradclare-recipes.git", @"https://github.com/autopkg/cgerke-recipes.git", @"https://github.com/autopkg/clburlison-recipes.git", @"https://github.com/autopkg/dankeller-recipes.git", - @"https://github.com/autopkg/denmoff-recipes.git", @"https://github.com/autopkg/derak-recipes.git", - @"https://github.com/autopkg/eholtam-recipes.git", @"https://github.com/autopkg/filewave.git", - @"https://github.com/autopkg/flammable-recipes.git", @"https://github.com/autopkg/foigus-recipes.git", @"https://github.com/autopkg/gerardkok-recipes.git", - @"https://github.com/autopkg/gilbertpalau-recipes.git", - @"https://github.com/autopkg/gmarnin-recipes.git", - @"https://github.com/autopkg/golbiga-recipes.git", @"https://github.com/autopkg/grahamgilbert-recipes.git", @"https://github.com/autopkg/gregneagle-recipes.git", - @"https://github.com/autopkg/groob-recipes.git", @"https://github.com/autopkg/hansen-m-recipes.git", @"https://github.com/autopkg/hjuutilainen-recipes.git", @"https://github.com/autopkg/homebysix-recipes.git", @"https://github.com/autopkg/jaharmi-recipes.git", @"https://github.com/autopkg/jazzace-recipes.git", - @"https://github.com/autopkg/jbaker10-recipes.git", @"https://github.com/autopkg/jessepeterson-recipes.git", @"https://github.com/autopkg/jleggat-recipes.git", @"https://github.com/autopkg/joshua-d-miller-recipes.git", @@ -396,23 +383,15 @@ + (void)commonRepos:(void (^)(NSArray *))reply @"https://github.com/autopkg/jss-recipes.git", @"https://github.com/autopkg/justinrummel-recipes.git", @"https://github.com/autopkg/keeleysam-recipes.git", - @"https://github.com/autopkg/killahquam-recipes.git", @"https://github.com/autopkg/kitzy-recipes.git", @"https://github.com/autopkg/lashomb-recipes.git", @"https://github.com/autopkg/luisgiraldo-recipes.git", - @"https://github.com/autopkg/macvfx-recipes.git", - @"https://github.com/autopkg/MichalMMac-recipes.git", @"https://github.com/autopkg/mosen-recipes.git", @"https://github.com/autopkg/munkireport-recipes.git", @"https://github.com/autopkg/n8felton-recipes.git", - @"https://github.com/autopkg/nbalonso-recipes.git", @"https://github.com/autopkg/nmcspadden-recipes.git", @"https://github.com/autopkg/novaksam-recipes.git", - @"https://github.com/autopkg/nzmacgeek-recipes.git", - @"https://github.com/autopkg/orchard-recipes.git", @"https://github.com/autopkg/patgmac-recipes.git", - @"https://github.com/autopkg/prochat-recipes.git", - @"https://github.com/autopkg/rderewianko-recipes.git", @"https://github.com/autopkg/recipes.git", @"https://github.com/autopkg/robperc-recipes.git", @"https://github.com/autopkg/rtrouton-recipes.git", @@ -421,17 +400,9 @@ + (void)commonRepos:(void (^)(NSArray *))reply @"https://github.com/autopkg/seansgm-recipes.git", @"https://github.com/autopkg/sheagcraig-recipes.git", @"https://github.com/autopkg/swy-recipes.git", - @"https://github.com/autopkg/tallfunnyjew-recipes.git", - @"https://github.com/autopkg/thenikola-recipes.git", @"https://github.com/autopkg/timsutton-recipes.git", - @"https://github.com/autopkg/triti-recipes.git", @"https://github.com/autopkg/valdore86-recipes.git", - @"https://github.com/autopkg/vmiller-recipes.git", - @"https://github.com/autopkg/vmule-recipes.git", - @"https://github.com/autopkg/wardsparadox-recipes.git", @"https://github.com/autopkg/watchmanmonitoring-recipes.git", - @"https://github.com/autopkg/ygini-recipes.git", - @"https://github.com/autopkg/zachtarr-recipes.git", ]; NSMutableArray *popularRepos = [[NSMutableArray alloc] initWithCapacity:fallbackRepos.count];