|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
Classes | |
| class | DirectoryInstaller |
| SCons Action callable to recursively install a directory. More... | |
Functions | |
| def | makeProductPath |
| return a path to use as the installation directory for a product More... | |
| def | determineVersion |
| Set a version ID from env, or a version control ID string ($name$ or $HeadURL$) More... | |
| def | getFingerprint |
| Return a unique fingerprint for a version (e.g. More... | |
| def | setPrefix |
| Set a prefix based on the EUPS_PATH, the product name, and a versionString from cvs or svn. More... | |
| def | Declare |
| Create current and declare targets for products. More... | |
| def | InstallDir |
| Install the directory dir into prefix, (along with all its descendents if recursive is True). More... | |
| def | InstallEups |
| Install a ups directory, setting absolute versions as appropriate (unless you're installing from the trunk, in which case no versions are expanded). More... | |
| def | InstallLSST |
| Install directories in the usual LSST way, handling "ups" specially. More... | |
| def lsst.sconsUtils.installation.Declare | ( | self, | |
products = None |
|||
| ) |
Create current and declare targets for products.
products may be a list of (product, version) tuples. If product is None it's taken to be self['eupsProduct']; if version is None it's taken to be self['version'].
Definition at line 129 of file installation.py.
| def lsst.sconsUtils.installation.determineVersion | ( | env, | |
| versionString | |||
| ) |
Set a version ID from env, or a version control ID string ($name$ or $HeadURL$)
Definition at line 46 of file installation.py.
| def lsst.sconsUtils.installation.getFingerprint | ( | versionString | ) |
Return a unique fingerprint for a version (e.g.
an SHA1); return None if unavailable
Definition at line 73 of file installation.py.
| def lsst.sconsUtils.installation.InstallDir | ( | self, | |
| prefix, | |||
| dir, | |||
ignoreRegex = r"(~$|\.pyc$|\.os?$)", |
|||
recursive = True |
|||
| ) |
Install the directory dir into prefix, (along with all its descendents if recursive is True).
Omit files and directories that match ignoreRegex
Definition at line 253 of file installation.py.
| def lsst.sconsUtils.installation.InstallEups | ( | env, | |
| dest, | |||
files = [], |
|||
presetup = "" |
|||
| ) |
Install a ups directory, setting absolute versions as appropriate (unless you're installing from the trunk, in which case no versions are expanded).
Any build/table files present in "./ups" are automatically added to files.
If presetup is provided, it's expected to be a dictionary with keys product names and values the version that should be installed into the table files, overriding eups expandtable's usual behaviour. E.g. env.InstallEups(os.path.join(env['prefix'], "ups"), presetup={"sconsUtils" : env['version']})
Definition at line 275 of file installation.py.
| def lsst.sconsUtils.installation.InstallLSST | ( | self, | |
| prefix, | |||
| dirs, | |||
ignoreRegex = None |
|||
| ) |
Install directories in the usual LSST way, handling "ups" specially.
Definition at line 354 of file installation.py.
| def lsst.sconsUtils.installation.makeProductPath | ( | env, | |
| pathFormat | |||
| ) |
return a path to use as the installation directory for a product
| pathFormat | the format string to process |
| env | the scons environment |
| versionString | the versionString passed to MakeEnv |
Definition at line 30 of file installation.py.
| def lsst.sconsUtils.installation.setPrefix | ( | env, | |
| versionString, | |||
eupsProductPath = None |
|||
| ) |
Set a prefix based on the EUPS_PATH, the product name, and a versionString from cvs or svn.
Definition at line 87 of file installation.py.
1.8.5