Searched refs:sourceControl (Results 1 – 7 of 7) sorted by relevance
| /petsc/config/PETSc/options/ |
| H A D | petscclone.py | 15 self.sourceControl = framework.require('config.sourceControl',self) 25 if hasattr(self.sourceControl,'git'): 26 …(o1, e1, s1) = self.executeShellCommand([self.sourceControl.git, 'describe', '--match=v*'],checkCo… 27 …(o2, e2, s2) = self.executeShellCommand([self.sourceControl.git, 'log', '-1', '--pretty=format:%H'… 28 …(o3, e3, s3) = self.executeShellCommand([self.sourceControl.git, 'log', '-1', '--pretty=format:%ci… 29 …(o4, e4, s4) = self.executeShellCommand([self.sourceControl.git, 'rev-parse', '--abbrev-ref', 'HEA… 30 …(o5, e5, s5) = self.executeShellCommand([self.sourceControl.git, 'status', '--short', '-uno'],chec…
|
| H A D | arch.py | 25 self.sourceControl = framework.require('config.sourceControl',self)
|
| /petsc/config/BuildSystem/ |
| H A D | retrieval.py | 14 def __init__(self, sourceControl, clArgs = None, argDB = None): argument 16 self.sourceControl = sourceControl 54 if not hasattr(self.sourceControl, 'git'): 59 …cmd = '%s rev-parse --resolve-git-dir %s' % (self.sourceControl.git, os.path.join(directory,loc)) 94 if hasattr(self.sourceControl, 'git') and self.gitprereq: 99 if hasattr(self.sourceControl, 'hg'): 142 if not hasattr(self.sourceControl, 'git'): 154 …config.base.Configure.executeShellCommand('%s clone %s %s %s' % (self.sourceControl.git, submodopt… 162 if not hasattr(self.sourceControl, 'hg'): 168 …config.base.Configure.executeShellCommand('%s clone %s %s' % (self.sourceControl.hg, url, newgitre…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | Thrust.py | 28 …if not hasattr(self.sourceControl, 'git') or (self.packageDir != os.path.join(self.externalPackage… 31 …self.executeShellCommand([self.sourceControl.git, 'submodule', 'update', '--init'], cwd=self.packa…
|
| H A D | p4est.py | 53 …if not hasattr(self.sourceControl, 'git') or (self.packageDir != os.path.join(self.externalPackage… 60 …self.executeShellCommand([self.sourceControl.git, 'submodule', 'update', '--init'], cwd=Dir, log=s…
|
| H A D | GLVis.py | 23 …if not hasattr(self.sourceControl, 'git') or (self.packageDir != os.path.join(self.externalPackage… 30 …self.executeShellCommand([self.sourceControl.git, 'submodule', 'update', '--init'], cwd=Dir, log=s…
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 154 self.sourceControl = framework.require('config.sourceControl',self) 811 …if hasattr(self.sourceControl, 'hg') and (self.packageDir == os.path.join(self.externalPackagesDir… 813 …config.base.Configure.executeShellCommand([self.sourceControl.hg, 'update', '-c', self.hghash], cw… 817 …if hasattr(self.sourceControl, 'git') and (self.packageDir == os.path.join(self.externalPackagesDi… 828 …gitdir,err,ret = config.base.Configure.executeShellCommand([self.sourceControl.git, 'rev-parse','-… 837 …config.base.Configure.executeShellCommand([self.sourceControl.git, 'cat-file', '-e', self.gitcommi… 838 …gitcommit_hash,err,ret = config.base.Configure.executeShellCommand([self.sourceControl.git, 'rev-p… 843 …config.base.Configure.executeShellCommand([self.sourceControl.git, 'cat-file', '-e', rbranch+'^{co… 844 …commit_hash,err,ret = config.base.Configure.executeShellCommand([self.sourceControl.git, 'rev-pars… 857 …config.base.Configure.executeShellCommand([self.sourceControl.git, 'fetch', '--tags', git_url, pre… [all …]
|