Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
Merge #68
Browse files Browse the repository at this point in the history
68: Exclude repos that use git-lfs r=DilumAluthge a=DilumAluthge

Fixes #67

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bors[bot] and DilumAluthge committed May 1, 2019
2 parents b07d777 + 429721b commit 9ad1139
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 41 deletions.
40 changes: 40 additions & 0 deletions config/repositories/broken-url-list.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
const BROKEN_URL_LIST = String[
"git://git.colberg.org/OnlineMoments.jl.git",
"git://gitlab.com/wavexx/Expect.jl.git",
"git://gitlab.com/wavexx/Polyglot.jl.git",
"https://github.com/Datseris/DynamicalBilliardsPlotting.jl.git",
"https://github.com/JuliaComputing/StringArrays.jl.git",
"https://github.com/JuliaGizmos/React.jl.git",
"https://github.com/JuliaGNSS/PhasedArrayTracking.jl.git",
"https://github.com/JuliaMPC/MichiganAutonomousVehicles.jl.git",
"https://github.com/KTH-AC/ControlCore.jl.git",
"https://github.com/OpenGene/HTSLIB.jl.git",
"https://github.com/agbondy/DriftDiffusion.jl.git",
"https://github.com/bramtayl/ChainRecursive.jl.git",
"https://github.com/bramtayl/Chunks.jl.git",
"https://github.com/bramtayl/DotOverloading.jl.git",
"https://github.com/bramtayl/KeyedTables.jl.git",
"https://github.com/bramtayl/Keys.jl.git",
"https://github.com/bramtayl/LazyCall.jl.git",
"https://github.com/bramtayl/LazyContext.jl.git",
"https://github.com/bramtayl/LazyQuery.jl.git",
"https://github.com/bramtayl/NumberedLines.jl.git",
"https://github.com/bramtayl/OnlinePackage.jl.git",
"https://github.com/bramtayl/Parts.jl.git",
"https://github.com/bramtayl/RecurUnroll.jl.git",
"https://github.com/bramtayl/RequirementVersions.jl.git",
"https://github.com/bramtayl/SessionHacker.jl.git",
"https://github.com/bramtayl/TypedBools.jl.git",
"https://github.com/bramtayl/ValuedTuples.jl.git",
"https://github.com/bramtayl/ZippedArrays.jl.git",
"https://github.com/jakebolewski/LibGit2.jl.git",
"https://github.com/dourouc05/CombinatorialBandits.jl.git",
"https://github.com/miguelraz/OrthogonalPolynomials.jl.git",
"https://github.com/rennis250/Arduino.jl.git",
"https://github.com/rennis250/GLUT.jl.git",
"https://github.com/rennis250/GetC.jl.git",
"https://github.com/rennis250/OpenGL.jl.git",
"https://github.com/rennis250/SDL.jl.git",
"https://github.com/rennis250/Sparrow.jl.git",
"https://github.com/sadit/SimilarReferences.jl.git",
]
51 changes: 10 additions & 41 deletions config/repositories/do-not-try-url-list.jl
Original file line number Diff line number Diff line change
@@ -1,41 +1,10 @@
const DO_NOT_TRY_URL_LIST = String[
"git://git.colberg.org/OnlineMoments.jl.git",
"git://gitlab.com/wavexx/Expect.jl.git",
"git://gitlab.com/wavexx/Polyglot.jl.git",
"https://github.com/Datseris/DynamicalBilliardsPlotting.jl.git",
"https://github.com/JuliaComputing/StringArrays.jl.git",
"https://github.com/JuliaGizmos/React.jl.git",
"https://github.com/JuliaGNSS/PhasedArrayTracking.jl.git",
"https://github.com/JuliaMPC/MichiganAutonomousVehicles.jl.git",
"https://github.com/KTH-AC/ControlCore.jl.git",
"https://github.com/OpenGene/HTSLIB.jl.git",
"https://github.com/agbondy/DriftDiffusion.jl.git",
"https://github.com/bramtayl/ChainRecursive.jl.git",
"https://github.com/bramtayl/Chunks.jl.git",
"https://github.com/bramtayl/DotOverloading.jl.git",
"https://github.com/bramtayl/KeyedTables.jl.git",
"https://github.com/bramtayl/Keys.jl.git",
"https://github.com/bramtayl/LazyCall.jl.git",
"https://github.com/bramtayl/LazyContext.jl.git",
"https://github.com/bramtayl/LazyQuery.jl.git",
"https://github.com/bramtayl/NumberedLines.jl.git",
"https://github.com/bramtayl/OnlinePackage.jl.git",
"https://github.com/bramtayl/Parts.jl.git",
"https://github.com/bramtayl/RecurUnroll.jl.git",
"https://github.com/bramtayl/RequirementVersions.jl.git",
"https://github.com/bramtayl/SessionHacker.jl.git",
"https://github.com/bramtayl/TypedBools.jl.git",
"https://github.com/bramtayl/ValuedTuples.jl.git",
"https://github.com/bramtayl/ZippedArrays.jl.git",
"https://github.com/jakebolewski/LibGit2.jl.git",
"https://github.com/dourouc05/CombinatorialBandits.jl.git",
"https://github.com/miguelraz/OrthogonalPolynomials.jl.git",
"https://github.com/rennis250/Arduino.jl.git",
"https://github.com/rennis250/GLUT.jl.git",
"https://github.com/rennis250/GetC.jl.git",
"https://github.com/rennis250/OpenGL.jl.git",
"https://github.com/rennis250/SDL.jl.git",
"https://github.com/rennis250/Sparrow.jl.git",
"https://github.com/sadit/SimilarReferences.jl.git",
"https://github.com/JuliaPy/Pandas.jl",
]
include("broken-url-list.jl")
include("git-lfs-repos.jl")

const DO_NOT_TRY_URL_LIST = convert(
Vector{String},
vcat(
BROKEN_URL_LIST,
GIT_LFS_REPO_URL_LIST,
),
)
3 changes: 3 additions & 0 deletions config/repositories/git-lfs-repos.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const GIT_LFS_REPO_URL_LIST = String[
"https://github.com/JuliaPy/Pandas.jl",
]

0 comments on commit 9ad1139

Please sign in to comment.