From 351432c4138395faa19e4d9af12ebccdb6adb1e3 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Thu, 1 Dec 2016 15:22:09 +0100
Subject: [PATCH] Removed IJBA for testing

---
 .gitlab-ci.yml              | 1 -
 buildout-satellites.cfg     | 3 ---
 requirements-satellites.txt | 1 -
 3 files changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0558c1e..cd076ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,6 @@ stages:
     - ./_ci/before_build.sh
   script:
     - ./_ci/build.sh 1
-    - ./bin/bob_dbmanage.py ijba download
   after_script:
     - ./_ci/after_build.sh
   artifacts:
diff --git a/buildout-satellites.cfg b/buildout-satellites.cfg
index 184bf11..8b88160 100644
--- a/buildout-satellites.cfg
+++ b/buildout-satellites.cfg
@@ -35,7 +35,6 @@ develop +=  src/bob.db.bio_filelist
            src/bob.db.asvspoof
            src/bob.db.kboc16
            src/bob.db.putvein
-           src/bob.db.ijba
            src/bob.db.cuhk_cufs
            src/gridtk
 
@@ -70,7 +69,6 @@ eggs += bob.db.bio_filelist
        bob.db.asvspoof
        bob.db.kboc16
        bob.db.putvein
-       bob.db.ijba
        bob.db.cuhk_cufs
        gridtk
 
@@ -107,7 +105,6 @@ bob.db.avspoof = git https://gitlab.idiap.ch/bob/bob.db.avspoof
 bob.db.asvspoof = git https://gitlab.idiap.ch/bob/bob.db.asvspoof
 bob.db.kboc16 = git https://gitlab.idiap.ch/bob/bob.db.kboc16
 bob.db.putvein = git https://gitlab.idiap.ch/bob/bob.db.putvein
-bob.db.ijba = git https://gitlab.idiap.ch/bob/bob.db.ijba
 bob.db.cuhk_cufs = git https://gitlab.idiap.ch/bob/bob.db.cuhk_cufs
 gridtk = git https://gitlab.idiap.ch/bob/gridtk
 
diff --git a/requirements-satellites.txt b/requirements-satellites.txt
index 9a73e37..ad66dd5 100644
--- a/requirements-satellites.txt
+++ b/requirements-satellites.txt
@@ -29,6 +29,5 @@ bob.db.avspoof
 bob.db.asvspoof
 bob.db.kboc16
 bob.db.putvein
-bob.db.ijba
 bob.db.cuhk_cufs
 gridtk
-- 
GitLab