You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chen Zhiwei (JIRA)" <ji...@apache.org> on 2015/08/06 11:25:04 UTC

[jira] [Created] (MESOS-3218) Enhance the bootstrap script

Chen Zhiwei created MESOS-3218:
----------------------------------

             Summary: 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)