Skip to content

Ticket #649: delivery script: change tag archive prefix directory name to comply with gitlab

Vincent Monfort requested to merge vmo_delivery_script_fix into master

The tag archive created by script has a different md5 checksum than the one create by gitlab on same tag. This is due to the --prefix option definig the root directory name which was S2OPC-<tag_name> on gitlab instead of <tag_name>. Fix the directoy name to avoid issue next time. But also indicate to keep the archive of gitlab as tag archive reference to be sure md5sum is the same

Merge request reports