Changeset 1082 in ProjectBuilder for devel/rpmbootstrap/bin


Ignore:
Timestamp:
Aug 9, 2010, 2:23:35 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Remove most lintian warnings for Debian upload
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1064 r1082  
    3535=head1 DESCRIPTION
    3636
    37 rpmbootstrap creates a chroot environment (Virtual Environment or VE) with a minimal distribution in it,
    38 suited for building packages for example. It's very much like debootstrap but for RPM based distribution.
    39 It aims at supporting all distributions supported by project-builder;org (RHEL, RH, Fedora, OpeSUSE, SLES, Mandriva, ...)
    40 
    41 It is inspired by work done by Steve Kemp for rinse (http://www.steve.org.uk/), and similar to mock, but fully integrated with project-builder.org (which also supports rinse and mock).
     37rpmbootstrap creates a chroot environment (Virtual Environment or VE)
     38with a minimal distribution in it, suited for building packages for example.
     39It's very much like debootstrap but for RPM based distribution.
     40It aims at supporting all distributions supported by project-builder.org
     41(RHEL, RH, Fedora, OpeSUSE, SLES, Mandriva, ...)
     42
     43It is inspired by work done by Steve Kemp for rinse (http://www.steve.org.uk/),
     44and similar to mock, but fully integrated with project-builder.org
     45(which also supports rinse and mock).
    4246
    4347=head1 SYNOPSIS
     
    4549rpmbootstrap [-vhmqpdk][-s script][-i iso][-a pkg1[,pkg2,...]] distribution-version-arch [target-dir] [mirror [script]]
    4650
    47 pb [--verbose][--help][--man][--quiet][--print-rpms][--download-only][--keep][--add pkg1,[pkg2,...]][--script script][--iso iso] distribution-version-arch [target-dir] [mirror [script]]
     51rpmbootstrap [--verbose][--help][--man][--quiet][--print-rpms][--download-only]
     52[--keep][--script script][--iso iso][--add pkg1,[pkg2,...]] distribution-version-arch [target-dir] [mirror [script]]
    4853
    4954=head1 OPTIONS
     
    6974=item B<-p|--print-rpms>
    7075
    71 Print the packages to be installed, and exit. Note that a target directory must be specified so
    72 rpmbootstrap can determine which packages should be installed, and to resolve dependencies. The target directory will be deleted.
     76Print the packages to be installed, and exit.
     77Note that a target directory must be specified so rpmbootstrap can determine
     78which packages should be installed, and to resolve dependencies.
     79The target directory will be deleted.
    7380
    7481=item B<-d|--download-only>
     
    8390
    8491Name of the script you want to execute on the related VEs after the installation.
    85 It is executed in host environment. You can use the chroot command to execute actions in the VE.
     92It is executed in host environment.
     93You can use the chroot command to execute actions in the VE.
    8694
    8795=item B<-i|--iso iso_image>
     
    9199=item B<-a|--add pkg1[,pkg2,...]>
    92100
    93 Additional packages to add from the distribution you want to install on the related VE at the end of the chroot build.
     101Additional packages to add from the distribution you want to install on the related VE
     102at the end of the chroot build.
    94103
    95104=back
     
    105114=item B<target-dir>
    106115
    107 This is the target directory under which the VE will be created. Created on the fly if needed. If none is given use the default directory hosting VE for project-builder.org (Cf: vepath parameter in $HOME/.pbrc)
     116This is the target directory under which the VE will be created.
     117Created on the fly if needed.
     118If none is given use the default directory hosting VE for project-builder.org
     119(Cf: vepath parameter in $HOME/.pbrc)
    108120
    109121=back
     
    117129=head1 WEB SITES
    118130
    119 The main Web site of the project is available at L<http://www.project-builder.org/>. Bug reports should be filled using the trac instance of the project at L<http://trac.project-builder.org/>.
     131The main Web site of the project is available at L<http://www.project-builder.org/>.
     132Bug reports should be filled using the trac instance of the project at L<http://trac.project-builder.org/>.
    120133
    121134=head1 USER MAILING LIST
    122135
    123 Cf: L<http://www.mondorescue.org/sympa/info/pb-announce> for announces and L<http://www.mondorescue.org/sympa/info/pb-devel> for the development of the pb project.
     136Cf: L<http://www.mondorescue.org/sympa/info/pb-announce> for announces and
     137L<http://www.mondorescue.org/sympa/info/pb-devel> for the development of the pb project.
    124138
    125139=head1 CONFIGURATION FILE
Note: See TracChangeset for help on using the changeset viewer.