[
https://issues.apache.org/jira/browse/MESOS-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14661194#comment-14661194
]
Chen Zhiwei commented on MESOS-3218:
------------------------------------
Yes, but I think this enhancement is still needed. We can't avoid accident
things.
> Enhance the bootstrap script
> ----------------------------
>
> Key: MESOS-3218
> URL: https://issues.apache.org/jira/browse/MESOS-3218
> Project: Mesos
> Issue Type: Improvement
> Reporter: Chen Zhiwei
> Assignee: Chen Zhiwei
> Priority: Trivial
>
> Running bootstrap command in Mesos root directory will create some link files.
> But it can't handle below case:
> 1. Users accidently create an invalid link file
> $ ln -s .gitignore-templat .gitignore
> 2. Then running bootstrap command will show an error message
> $ ./bootstrap
> ln: failed to create symbolic link ‘.gitignore’: File exists
> The `test -e` command can't recognize invalid link file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)