Revision 1185ff2e

b/ci/ci_squeeze.conf
13 13
# branch/sha will result from the current repository.
14 14
synnefo_branch =
15 15

  
16
build_pithos_webclient = True
16 17
# pithos-web-client git repo
17 18
pithos_webclient_repo = https://code.grnet.gr/git/pithos-web-client
18 19
# Git branch to use for pithos-web-client
b/ci/ci_wheezy.conf
13 13
# branch/sha will result from the current repository.
14 14
synnefo_branch =
15 15

  
16
build_pithos_webclient = True
16 17
# pithos-web-client git repo
17 18
pithos_webclient_repo = https://code.grnet.gr/git/pithos-web-client
18 19
# Git branch to use for pithos-web-client
b/ci/utils.py
640 640

  
641 641
        # Clone synnefo_repo
642 642
        synnefo_branch = self.clone_synnefo_repo(local_repo=local_repo)
643
        # Clone pithos-web-client
644
        self.clone_pithos_webclient_repo(synnefo_branch)
643

  
644
        if self.config.get("Global", "build_pithos_webclient") == "True":
645
            # Clone pithos-web-client
646
            self.clone_pithos_webclient_repo(synnefo_branch)
645 647

  
646 648
    @_check_fabric
647 649
    def clone_synnefo_repo(self, local_repo=False):
......
804 806
        # Build synnefo packages
805 807
        self.build_synnefo()
806 808
        # Build pithos-web-client packages
807
        self.build_pithos_webclient()
809
        if self.config.get("Global", "build_pithos_webclient") == "True":
810
            self.build_pithos_webclient()
808 811

  
809 812
    @_check_fabric
810 813
    def build_synnefo(self):

Also available in: Unified diff