タグ

BTSに関するatsushi-okawaのブックマーク (2)

  • TracGuide – The Trac Project

    This page documents the 1.4 (latest stable) release. Documentation for other releases can be found here. The TracGuide is meant to serve as a starting point for all documentation regarding Trac usage and development. The guide is a free document, a collaborative effort, and a part of the Trac Project itself.Introduction Trac is an enhanced wiki and issue tracking system for software development pr

  • GitとMantisを連携させてみる | Ikeda->Weblog();

    ということでバグ追跡にはMantisを使い出してみたんですが、SCMとの連携に関してはSubversionとのものしか情報が得られません。 具体的にはSubversionのpost-commitフックを利用し、checkin.php というスクリプトにコミットログを含むコメントをわせ、その中に特定のキーワードがあればチケットのステータスを変更させる、というものでした。 って、Gitにもばっちりhookってありますよね。しかも post-commit ってそのまんまのやつが。もしかするとこれをいじることで、同様のことができるんじゃないでしょうか? ものは試し、早速やってみました (^^)b ざっくりとした設定の内容は続きに。 では、Mantisのドキュメントにある内容を参考に進めてみます。 まず、SCMからチケットを弄ぶため、Mantisに専用ユーザを作れ、とのこと。何も考えずに”gitu

  • 1