Changeset 1622 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
Jun 3, 2012, 1:05:04 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • repotag was missing on 2 chmod commands in the delivery process
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1621 r1622  
    20702070gpgkey=$pbrepo->{$ENV{'PBPROJ'}}/$repodir/$ENV{'PBPROJ'}.pubkey
    20712071EOT
    2072 chmod 644 $ENV{'PBPROJ'}.repo
     2072chmod 644 $ENV{'PBPROJ'}$repotag.repo
    20732073
    20742074# Clean up old repo content
     
    20962096urpmi.addmedia $ENV{'PBPROJ'}$repotag $pbrepo->{$ENV{'PBPROJ'}}/$repodir with media_info/hdlist.cz
    20972097EOT
    2098 chmod 755 $ENV{'PBPROJ'}.addmedia
     2098chmod 755 $ENV{'PBPROJ'}$repotag.addmedia
    20992099
    21002100# Clean up old repo content
Note: See TracChangeset for help on using the changeset viewer.