Esempio n. 1
0
 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)
Esempio n. 2
0
 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)
Esempio n. 3
0
 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)
Esempio n. 4
0
 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)