Thread overview
[Issue 17644] [Downloads] Bad link to changelog for DMD beta version.
Jul 13, 2017
greenify
Jul 13, 2017
Seb
Jul 13, 2017
Gerald Jansen
Jul 13, 2017
greenify
Jul 13, 2017
greenify
Jul 13, 2017
Gerald Jansen
Dec 16, 2017
Seb
July 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17644

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from greenify <greeenify@gmail.com> ---
Correct link is https://dlang.org/changelog/2.075.0_pre.html

--
July 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17644

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |greensunny12@gmail.com

--- Comment #2 from Seb <greensunny12@gmail.com> ---
PR: https://github.com/dlang/dlang.org/pull/1820

--
July 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17644

--- Comment #3 from Gerald Jansen <jansen.gerald@gmail.com> ---
(In reply to Seb from comment #2)
> PR: https://github.com/dlang/dlang.org/pull/1820

How can I see the effect of these changes on a copy of the site? I have cloned dlang.org and successfully built it. How can I clone your branch/changes? (sorry for the git/github newbie question)

--
July 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17644

--- Comment #4 from greenify <greeenify@gmail.com> ---
> How can I see the effect of these changes on a copy of the site?

The simplest way is clicking on DAutoTest at the PR status page. DAutoTest builds the entire website, shows the diff between the changes and allows to preview changes

> How can I clone your branch/changes?

There are many ways.
One is:

git remote add https://github.com/Wilzbach/dlang.org
git fetch wilzbach
git checkout wilzbach/download-version

(I'm currently on my phone, so I hope there wasn't a typo. Don't hesitate to ask again if you have further questions)

--
July 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17644

--- Comment #5 from greenify <greeenify@gmail.com> ---
> How can I clone your branch/changes?

Btw the guidelines for maintainers might answer a few of your questions and it contains a handy git shortcut if you happen to clone a PR more than once:

https://wiki.dlang.org/Guidelines_for_maintainers

--
July 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17644

--- Comment #6 from Gerald Jansen <jansen.gerald@gmail.com> ---
(In reply to greenify from comment #5)
> > How can I clone your branch/changes?
> https://wiki.dlang.org/Guidelines_for_maintainers

Thanks for the tips!

--
December 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17644

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Seb <greensunny12@gmail.com> ---
I will close this as fixed now because the changelog generation has undergone quite a few changes over the last months and so far it seems to have gone smooth. I will keep an eye on this for the next beta & release. Thanks!

--