Changeset 1527 in MondoRescue


Ignore:
Timestamp:
Jul 6, 2007, 1:09:08 PM (17 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix #177 by removing first headers and repodata directory before regenerating them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/tools/pkg2ftp

    r1490 r1527  
    9595        scp -p $MONDOTMP/${ddir}-mondo.repo ${ACCOUNT}:${DSTDIR}/${ddir}/${dver}
    9696        # Build a yum repository
    97         ssh -q ${ACCOUNT} "cd ${DSTDIR}/${ddir}/${dver} ; yum-arch . ; createrepo ."
     97        ssh -q ${ACCOUNT} "cd ${DSTDIR}/${ddir}/${dver} ; rm -rf headers/ repodata/ ; yum-arch . ; createrepo ."
    9898    fi
    9999fi
Note: See TracChangeset for help on using the changeset viewer.