Skip to content

Commit

Permalink
Removed repos with <2 stars from popular repo fallback list.
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jun 10, 2016
1 parent c663262 commit 4f9ee9d
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions AutoPkgr/Models/AutoPkg Task/LGAutoPkgRepo.m
Original file line number Diff line number Diff line change
Expand Up @@ -359,60 +359,39 @@ + (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",
@"https://github.com/autopkg/jps3-recipes.git",
@"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",
Expand All @@ -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];
Expand Down

0 comments on commit 4f9ee9d

Please sign in to comment.