[
https://issues.apache.org/jira/browse/METRON-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497972#comment-16497972
]
ASF GitHub Bot commented on METRON-1553:
----------------------------------------
Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1013
The only thing I'd add is maybe porting over the "directory already exists"
from one of the other scripts (e.g. either delete and repull, or go into the
directory and pull).
Right now clone gives an error that the dir already exists, which I believe
means it won't pull or update, so I'm not sure if things get handled
appropriately lining up source to jira.
Having said that, this is really helpful to have fixed, thanks!
> Validate JIRA Script Error
> --------------------------
>
> Key: METRON-1553
> URL: https://issues.apache.org/jira/browse/METRON-1553
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Assignee: Nick Allen
> Priority: Major
>
> {code:java}
> $ ./validate-jira-for-release --version="0.4.3"
> --start=tags/apache-metron-0.4.2-release
> Cloning into 'metron-0.4.3'...
> remote: Counting objects: 39871, done.
> remote: Compressing objects: 100% (13140/13140), done.
> remote: Total 39871 (delta 18078), reused 37550 (delta 17019)
> Receiving objects: 100% (39871/39871), 54.34 MiB | 6.23 MiB/s, done.
> Resolving deltas: 100% (18078/18078), done.
> fatal: Not a git repository (or any of the parent directories): .git
> Fetching origin
> JIRA STATUS FIX VERSION ASSIGNEE FIX
> METRON-1549 Done Michael Miklavcic
> https://issues.apache.org/jira/browse/METRON-1549
> METRON-1541 To Do Unassigned https://issues.apache.org/jira/browse/METRON-1541
> ...{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)