digitalmars.D.bugs - [Issue 17649] New: CONTRIBUTING.md instructions failed (no
- via Digitalmars-d-bugs (27/27) Jul 13 2017 https://issues.dlang.org/show_bug.cgi?id=17649
https://issues.dlang.org/show_bug.cgi?id=17649 Issue ID: 17649 Summary: CONTRIBUTING.md instructions failed (no ../druntime dir) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor Priority: P1 Component: dlang.org Assignee: nobody puremagic.com Reporter: jansen.gerald gmail.com Created attachment 1650 --> https://issues.dlang.org/attachment.cgi?id=1650&action=edit more detailed traceback Following the instructions on https://github.com/dlang/dlang.org/blob/master/CONTRIBUTING.md, I got this error (more detail attached): fatal: Cannot change to '../druntime': No such file or directory object.Exception ../tools/changed.d(107): Failed to execute '"git" "-C" "../druntime" "fetch" "--tags" "https://github.com/dlang/druntime" "+refs/heads/*:refs/remotes/upstream/*"'. I had to 'git clone https://github.com/dlang/druntime' in addition to dlang.org and dmd, then 'cd dlang.org && make -f posix.make html' went smoothly. --
Jul 13 2017