Changes between Version 23 and Version 24 of VineBootstrap


Ignore:
Timestamp:
2010/02/20 16:28:26 (14 years ago)
Author:
munepi
Comment:

bashによる補完を追加

Legend:

Unmodified
Added
Removed
Modified
  • VineBootstrap

    v23 v24  
    115115簡単な実行例をヘルプで出すようにしていますが、 
    116116 
    117 [vbootstrap-0.0.10 に同梱されている vbuilder] 
     117[vbootstrap-0.0.15 に同梱されている vbuilder] 
    118118{{{ 
    119119$ vbuilder  
     
    123123        --version:              set [version] (default: VineSeed) 
    124124        --arch:                 set [arch] (default: x86_64) 
    125         --dist-upgrade:         build VineSeed bootstrap via 5.0 
     125        --dist-upgrade:         make VineSeed bootstrap via 5.0 
    126126        --target:               build rpms with [target] 
    127127        --with-compat32:        build rpms with compat32 on boostrap 
     
    137137* make a clean/plain build environment on the current archtecture: 
    138138vbuilder --clean --build 
    139 * build a source rpm: 
     139* build rpms from the specified source rpm: 
    140140vbuilder --build-rpm [src.rpm] 
    141141* make a plain build environment for Vine Linux 4.2: 
     
    150150  supported version: 
    151151    4.2 
     152    4.2_i386 
    152153    5.0 
    153154    5.0_i386 
     
    194195}}} 
    195196など。 
     197 
     198== vbuilder の引数の補完 == 
     199 
     200=== bash === 
     201{{{${HOME}/.bashrc}}} などに、以下の行を追加します。 
     202{{{ 
     203. /etc/bash_completion.d/vbuilder 
     204}}} 
     205以後、bash を起動するたびに、この vbuilder の補完が有効になります。 
     206 
     207=== zsh === 
     208iwaim さん? 
    196209 
    197210== Tips ==