Changeset 1652 in ProjectBuilder for devel/pb-modules/bin/pbdistrocheck


Ignore:
Timestamp:
Oct 7, 2012, 7:54:06 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • As Red Hat 6.2 in chroot doesn't support setarch i386 for a x86_64 environment, we have to fake x86_64 rpm build in /etc/rpmrc
  • Red Hat 6.2 builds with the rpm command, not rpmbuild
  • Red Hat 6.2 sudo doesn't support the env_keep var, remove it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/bin/pbdistrocheck

    r1551 r1652  
    3030=head1 SYNOPSIS
    3131
    32 pbdistrocheck [-d][-v][-l [-c][-i][-r][-a]][-s] [distro-ver-arch]
     32pbdistrocheck [-h][-d][-v][-l [-c][-i][-r][-a]][-s] [distro-ver-arch]
    3333
    3434=head1 OPTIONS
    3535
    3636=over 4
     37
     38=item B<-h|--help>
     39
     40Prints this help
    3741
    3842=item B<-v|--verbose>
     
    4246=item B<-a|--all>
    4347
    44 print all parameters
     48Print all parameters
    4549
    4650=item B<-s|--short>
    4751
    48 generate a short format user friendly, comma separated allowing parsing
     52Generate a short format user friendly, comma separated allowing parsing
    4953
    5054=item B<-l|--lsb>
    5155
    52 generate an LSB compliant output
     56Generate an LSB compliant output
    5357
    5458=item B<-d|--description>
    5559
    56 print only description (LSB only)
     60Print only description (LSB only)
    5761
    5862=item B<-r|--release>
    5963
    60 print only release (LSB only)
     64Print only release (LSB only)
    6165
    6266=item B<-c|--codename>
    6367
    64 print only codename (LSB only)
     68Print only codename (LSB only)
    6569
    6670=item B<-i|--id>
    6771
    68 print only distribution identificator (LSB only)
     72Print only distribution identificator (LSB only)
    6973
    7074=item B<-a|--all>
    7175
    72 print all LSB fields
     76Print all LSB fields
    7377
    7478=back
     
    7680=head1 ARGUMENTS
    7781
    78 arguments are optional. If none given, analyzes the underlying operating system
     82Arguments are optional. If none given, analyzes the underlying operating system
    7983If one is given, it should have the format osname-version-architecture, and in that case pbdistrocheck will provide all the information related to that OS needed by pb.
    8084
     
    107111        "verbose|v+" => \$opts{'v'},
    108112        "short|s" => \$opts{'s'},
     113        "help|h" => \$opts{'h'},
    109114        "description|d" => \$opts{'d'},
    110115        "id|i" => \$opts{'i'},
Note: See TracChangeset for help on using the changeset viewer.