Javi Roman created MYRIAD-290: --------------------------------- Summary: prepare_rc.sh fails with TAR error message Key: MYRIAD-290 URL: https://issues.apache.org/jira/browse/MYRIAD-290 Project: Myriad Issue Type: Sub-task Affects Versions: Myriad 0.3.0 Reporter: Javi Roman Assignee: Javi Roman Fix For: Myriad 0.3.0
In newer versions of tar the paremeter --exclude-vcs is position-sensitive. So the current prepare_rc.sh fails with message: {noformat} tar: The following options were used after any non-optional arguments in archive create or update mode. These options are positional and affect only arguments that follow t hem. Please, rearrange them properly. tar: --exclude-vcs has no effect tar: Exiting with failure status due to previous errors{noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)