Skip to content
Snippets Groups Projects
Commit 24fab687 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

fixed the version of the externals reported in manifest.xml (CMT)

From: Marco Clemencic <marco.clemencic@cern.ch>


git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@7582 53ecefc3-a64d-0410-9bdf-b8581fa3287e
parent 5e0a2e46
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@ package GaudiPolicy
package manager: Marco Clemencic
Commit Id: $Format:%H$
! 2014-11-27 - Marco Clemencic
- Use <package>_native_version instead of <package>_config_version in
project_manifest.py for the dependencies on externals.
! 2014-11-26 - Marco Clemencic
- Updated project_manifest.py to generate the correct list of externals in
the manifest.xml file (see LBCORE-677).
......
......@@ -176,7 +176,7 @@ if __name__ == '__main__':
'''
logging.debug('getting version of %s', ext)
vers = Popen(['cmt', 'show', 'macro_value',
'%s_config_version' % ext],
'%s_native_version' % ext],
stdout=PIPE).communicate()[0].strip()
logging.debug('using %s %s', ext, vers)
if vers == 'dummy': # special case in LCG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment