linux:plamo:ビルドスクリプトの修正手順

文書の過去の版を表示しています。


ビルドスクリプトの修正手順

  • plamo.linet.gr.jp 上に松木さんが作った git リポジトリ上のビルドスクリプトやパッチを修正する手順
  1. git を使う準備 (User/Email設定)
    git config --global user.email "your_email@example.com"
    git config --global user.name "KATOH Yasufumi"

    (もちろん自分の情報で)

  2. git clone する
    git clone karma@plamo.linet.gr.jp:/home/matsuki/work/Plamo-src.git

    (karma のところは自分のアカウントで)

  1. 修正用ブランチを作成
    cd path_to_repository
    git checkout -b Apache_2_4_6_Work
    git branch
    * Apache_2_4_6_Work
      master
  • linux/plamo/ビルドスクリプトの修正手順.1374560084.txt.gz
  • 最終更新: 2013/07/23 06:14
  • by tenforward