| |
- checkConditionsForProjectBuildRunning(desc)
- check we have made the project build cmt requirements files
for now I am going to hardwire a lot of the code. This is less than
ideal as we are assuming what is done in other parts of the code
(UserStuffRetrieverProject)
Need to make an USR in order to refind the cmt requirements
files...
- cmtLines(jDescriptor)
- Local packages can only be run if
1. mode = LinuxInteractive mode
2. CMTPATH is set
because the user has to set up use statements, typically in the
TestRelease requirements file.
Returns lines of script needed to set up cmt if this is being
done from scratch(eg for nightly running)
Returns an empty string otherwise
(for running from checked-out code, where it is
assumed the user has performed the cmt operations.
- cmtLinesProject(jDescriptor)
- Returns lines of script needed to set up cmt if this is being
done from scratch(eg for nightly running)
Returns an empty string otherwise
(for running from checked-out code, where it is
assumed the user has performed the cmt operations.
- conditionsForLocalRunning()
|