|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
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 362 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