- Timestamp:
- Mar 22, 2011, 1:15:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1275 r1276 1684 1684 open(PBS,"> $ENV{'PBBUILDDIR'}/pbscript.$$") || die "Unable to create $ENV{'PBBUILDDIR'}/pbscript.$$"; 1685 1685 if ($pbos->{'type'} eq "rpm") { 1686 my $pbsha = pb_distro_get_param($pbos,pb_conf_get("ossha")); 1686 1687 # Also make a pbscript to generate yum/urpmi bases 1687 1688 print PBS << "EOF"; … … 1704 1705 fi 1705 1706 # Create repodata 1706 createrepo .1707 createrepo -s $pbsha . 1707 1708 EOF 1708 1709 if ($pbos->{'family'} eq "md") {
Note:
See TracChangeset
for help on using the changeset viewer.