Coverage for lbCVMFSTools/TaskHandlers/GitMirrorTask/GitMirrorTask.py : 98%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
############################################################################### # (c) Copyright 2016 CERN # # # # This software is distributed under the terms of the GNU General Public # # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # # # # In applying this licence, CERN does not waive the privileges and immunities # # granted to it by virtue of its status as an Intergovernmental Organization # # or submit itself to any jurisdiction. # ############################################################################### CVMFS nightlies installer @author: Stefan-Gabriel CHITIC '''
repodir='/cvmfs/lhcbdev.cern.ch/git-mirrors', *args, **kwargs): global FREQ
'path': path, 'md5': md5 })
# BY default we consider all is there # Now installing and checking the difference repo)) ["git", "--git-dir=%s" % repo, "remote", "update", "--prune"]) repo)) except Exception as e: "%Git update problem. Ignoring to avoid transaction" "rollback" % self.log_prefix)
"%sNo new files to install - aborting transaction" % self.log_prefix) |