def make(self, argument=None): """Performs a make on the application. The unix exit code is returned. Any arguments given are passed onto as in dv.make('clean'). """ import GangaLHCb.Lib.Applications.FileFunctions return FileFunctions.make(self, argument)
def getpack(self, options=''): """Performs a getpack on the package given within the environment of the application. The unix exit code is returned """ import GangaLHCb.Lib.Applications.FileFunctions return FileFunctions.getpack(self, options)