Changeset 980 in ProjectBuilder
- Timestamp:
- Feb 19, 2010, 4:38:54 AM (15 years ago)
- Location:
- devel
- Files:
-
- 4 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r974 r980 1800 1800 my $rbsverb = ""; 1801 1801 $rbsverb = "--verbose" if ($pbdebug gt 0); 1802 pb_system("sudo /usr/bin/rpmbootstrap $ddir-$dver-$darch $rbsverb","Creating the rpmboo strap VE for $ddir-$dver ($darch)", "verbose");1802 pb_system("sudo /usr/bin/rpmbootstrap $ddir-$dver-$darch $rbsverb","Creating the rpmbootstrap VE for $ddir-$dver ($darch)", "verbose"); 1803 1803 } elsif ($verpmstyle eq "mock") { 1804 1804 pb_system("sudo /usr/sbin/mock --init --resultdir=\"/tmp\" --configdir=\"$veconf->{$ENV{'PBPROJ'}}\" -r $v","Creating the mock VE for $ddir-$dver ($darch)"); -
devel/rpmbootstrap/bin/rpmbootstrap
r977 r980 34 34 =head1 DESCRIPTION 35 35 36 rpmboo strap creates a chroot environment (Virtual Environment or VE) with a minimal distribution in it,36 rpmbootstrap creates a chroot environment (Virtual Environment or VE) with a minimal distribution in it, 37 37 suited for building packages for example. It's very much like debootstrap but for RPM based distribution. 38 38 It aims at supporting all distributions supported by project-builder;org (RHEL, RH, Fedora, OpeSUSE, SLES, Mandriva, ...)
Note:
See TracChangeset
for help on using the changeset viewer.