alces-software / gridware

tool for compilation and installation of applications and libraries from the Alces Gridware software library
0 stars 0 forks source link

Binary ex/import re-written path in tarball metadata is sometimes incorrect #13

Closed RuanEllis closed 7 years ago

RuanEllis commented 7 years ago

When a binary package is generated and files are re-written, the path in the tarball's metadata.yml is sometimes incorrect as follows:

Extract from metadata.yml :rewritten: - 4.4.7/bin/gccbug

The path to that binary is: el7/pkg/compilers/gcc/4.4.7/bin/gccbug

The path should remove the package version (4.4.7). This is has only been seen on packages under compilers - seemingly apps and libs are unaffected.

RGE.