James Moger
2012-02-25 85e0731a160baf33336596c6c8bb1cb042ac85bc
Do not clone empty BlueZGnome repo
1 files modified
2 ■■■■■ changed files
tests/com/gitblit/tests/GitBlitSuite.java 2 ●●●●● patch | view | raw | blame | history
tests/com/gitblit/tests/GitBlitSuite.java
@@ -131,8 +131,6 @@
        if (REPOSITORIES.exists() || REPOSITORIES.mkdirs()) {
            cloneOrFetch("helloworld.git", "https://github.com/git/hello-world.git");
            cloneOrFetch("ticgit.git", "https://github.com/jeffWelling/ticgit.git");
            cloneOrFetch("test/bluez-gnome.git",
                    "https://git.kernel.org/pub/scm/bluetooth/bluez-gnome.git");
            cloneOrFetch("test/jgit.git", "https://github.com/eclipse/jgit.git");
            cloneOrFetch("test/helloworld.git", "https://github.com/git/hello-world.git");
            cloneOrFetch("test/ambition.git", "https://github.com/defunkt/ambition.git");