差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| linux:plamo:ビルドスクリプトの修正手順 [2013/07/23 06:12] – 作成 tenforward | linux:plamo:ビルドスクリプトの修正手順 [2013/08/09 05:09] (現在) – [準備] tenforward | ||
|---|---|---|---|
| 行 5: | 行 5: | ||
| ===== 準備 ===== | ===== 準備 ===== | ||
| - | - git を使う準備 (User/ | + | - git を使う準備 (User/ |
| - | git config --global user.name "KATOH Yasufumi"</ | + | git config --global user.name "KATOH Yasufumi"</ |
| - | - git clone する < | + | - git clone する < |
| - | - | + | - git send-email の設定 < |
| + | from = KATOH Yasufumi < | ||
| + | smtpserver = localhost | ||
| + | smtpserverport = 25</ | ||
| + | ===== 修正 ===== | ||
| + | |||
| + | - 修正用ブランチを作成 < | ||
| + | git checkout -b Apache_2_4_6_Work | ||
| + | git branch | ||
| + | * Apache_2_4_6_Work | ||
| + | master | ||
| + | </ | ||
| + | - 修正 < | ||
| + | git add (変更ファイル) | ||
| + | git commit</ | ||
| + | |||
| + | ===== パッチの作成 ===== | ||
| + | |||
| + | * http:// | ||
| + | |||
| + | - パッチファイルの作成 < | ||
| + | - 確認 < | ||
| + | 0001-Update-to-httpd-2.4.6.patch</ | ||
| + | - メール送信 < | ||