Navigation Menu

Skip to content

Commit

Permalink
doc ja: update the description about build tips
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 29, 2012
1 parent 01a2f62 commit a2af5ca
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions doc/source/contribution/development/release.txt
Expand Up @@ -611,28 +611,24 @@ make build PALALLES=yesを指定するとchroot環境で並列にビルドを
特定の環境向けのみビルドしたい
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debian系の場合、CODES,ARCHITECTURESオプションを明示的に指定することで、
特定のリリース、アーキテクチャのみビルドすることができます。
Debian系の場合、CODES,ARCHITECTURESオプションを明示的に指定することで、特定のリリース、アーキテクチャのみビルドすることができます。

squeezeのi386のみビルドしたい場合には以下のコマンドを実行します。::

% make build ARCHITECTURES=i386 CODES=squeeze

buildコマンド以外でも build-package-deb build-repository-debなどの
サブタスクでもARCHITECTURES,CODES指定は有効です。
buildコマンド以外でも build-package-deb build-repository-debなどのサブタスクでもARCHITECTURES,CODES指定は有効です。

Red Hat系の場合、ARCHITECTURES,DISTRIBUTIONSオプションを明示的に指定す
ることで、特定のリリース、アーキテクチャのみビルドすることができます。
Red Hat系の場合、ARCHITECTURES,DISTRIBUTIONSオプションを明示的に指定することで、特定のリリース、アーキテクチャのみビルドすることができます。

fedoraのi386のみビルドしたい場合には以下のコマンドを実行します。::

% make build ARCHITECTURES=i386 DISTRIBUTIONS=fedora

buildコマンド以外でも build-in-chroot build-repository-rpmなどの
サブタスクでもARCHITECTURES,DISTRIBUTIONSの指定は有効です。
buildコマンド以外でも build-in-chroot build-repository-rpmなどのサブタスクでもARCHITECTURES,DISTRIBUTIONSの指定は有効です。

centosの場合、CENTOS_VERSIONSを指定することで特定のバージョンのみビルドすることができます。

ただし、centosの場合 バージョンまで明示して5のみビルドや6のみビルド
することはできません。まとめてcentosとしてビルドされます。

パッケージの署名用のパスフレーズを知りたい
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit a2af5ca

Please sign in to comment.