<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 2/11/2013 1:59 AM, kenji hara wrote:<br>
</div>
<blockquote
cite="mid:CAFDvkcvavHn30kWe_QayzhjXqEGAm_KTosmAEv8h540kOyJtzw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div style="">
<div>To: WalterBright</div>
<div><br>
</div>
<div>In current, the head of 'staging' branch in each
repositories is misplaced and does not reflect newest beta
zip content.</div>
<div><br>
</div>
<div style="">To fix the problem, I opened tree pull request.</div>
<div style=""><br>
</div>
</div>
<a moz-do-not-send="true"
href="https://github.com/D-Programming-Language/dmd/pull/1656">https://github.com/D-Programming-Language/dmd/pull/1656</a><br>
<div>
<a moz-do-not-send="true"
href="https://github.com/D-Programming-Language/druntime/pull/409">https://github.com/D-Programming-Language/druntime/pull/409</a><br>
</div>
<div><a moz-do-not-send="true"
href="https://github.com/D-Programming-Language/phobos/pull/1130">https://github.com/D-Programming-Language/phobos/pull/1130</a><br>
</div>
<div><br>
</div>
<div style="">These pulls merge master changes changes into
staging branch.</div>
<div style="">After merging, the lastest 'staging' branch points
correct "v2.062-b1" tag position.</div>
<div style="">
<br>
</div>
<div style="">After merging them in github website, you
should forcely re-tagging and push "v2.062-b1" tag to github
remote repository.</div>
<div style=""><br>
</div>
<div style="">--- commang example</div>
<div style="">
<div># fetch all remote branches</div>
<div>git fetch upstream</div>
<div><br>
</div>
<div># Forcely re-tagging</div>
<div>git tag -f v2.062-b1 upstream/staging~0</div>
</div>
</div>
</blockquote>
<br>
mercury ~/forks/dmd> git tag -f v2.062-b1 upstream/staging~0<br>
fatal: Failed to resolve 'upstream/staging~0' as a valid ref.<br>
<br>
<br>
<blockquote
cite="mid:CAFDvkcvavHn30kWe_QayzhjXqEGAm_KTosmAEv8h540kOyJtzw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div style="">
<div><br>
</div>
<div># Push tag to remote</div>
<div>git push upstream v2.062-b1</div>
<div>---</div>
<div style="">
<div>You should do above commands at each your
dmd/druntime/phobos directories.</div>
<div><br>
</div>
</div>
</div>
<div style="">Kenji Hara</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
dmd-internals mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dmd-internals@puremagic.com">dmd-internals@puremagic.com</a>
<a class="moz-txt-link-freetext" href="http://lists.puremagic.com/mailman/listinfo/dmd-internals">http://lists.puremagic.com/mailman/listinfo/dmd-internals</a></pre>
</blockquote>
<br>
</body>
</html>