-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versioning is not correct in 315.9.0 and 315.8.0 #1079
Comments
130s
added a commit
to 130s/hrpsys-base
that referenced
this issue
Dec 8, 2016
#1080 の方法は失敗だったので非 admin としての解決を諦めました. admin 権限を持つ方に tag 315.{8, 9}.0 を削除し,ソース変更後再度 tag して頂く,とかになるでしょうか. |
|
遅くなりました.
https://gist.github.com/k-okada/ec2832b6a60cf14bd27ea224782ce870
https://gist.github.com/k-okada/a2d2b06824f6123ef79176b01c82b574
で変更できると思います.これで出来たbranchをgit push -f origin master したものを
https://github.com/k-okada/hrpsys-base/commits/master
におきました.8.0以降全てのSHAが変わっているので、これを採用すべきかは議論の余地はあるとはおもいますが、
まずは、git filter branch の例ということで....
…--
◉ Kei Okada
2016年12月16日 13:54 Isaac I.Y. Saito <[email protected]>:
admin 権限を持つ方に tag 315.{8, 9}.0 を削除し,ソース変更後再度 tag して頂く,とかになるでしょうか.
- tag を作り直す事は問題無さそうです (例
<http://stackoverflow.com/questions/8044583/how-can-i-move-a-tag-on-a-git-branch-to-a-different-commit>
)
- 更新したコードを master ブランチ上で,次のバージョンに含まれるコミットより前に挿入したい気がします
が,その方法はよくわかってないです.git-filter-branch
<https://git-scm.com/docs/git-filter-branch> とかを使えば出来そうという話も聞きましたが,
私はちょっと理解に時間がかかりそうなので手を付けるのを止めておきます.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1079 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3FPu423DLVK0_-EUufkGRiAQK1rFks5rIhmIgaJpZM4LHUv7>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
バージョン確認に,#423 (comment) で教わった次のコマンドを使っていますが,手元で作った
315.{9, 8}.0
のバイナリで次のようになります.https://github.com/fkanehiro/hrpsys-base/blob/315.9.0/CMakeLists.txt#L107-L109 をみると確かに
315.7.0
となっています.同様に tag 315.8.0 でも
315.7.0
のようです (tag 315.10.0では治っていそう).The text was updated successfully, but these errors were encountered: