Changes between Initial Version and Version 1 of Build/RepoManagement


Ignore:
Timestamp:
Aug 4, 2010 8:37:27 AM (14 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Build/RepoManagement

    v1 v1  
     1E.g. for unsupported:
     2        cd /data/PU_IAS/unsupported/5/
     3        mv *src.rpm SRPMS/
     4        ln *noarch.rpm i386/
     5        mv *noarch.rpm x86_64/
     6        mv *x86_64.rpm x86_64/
     7        mv *i386.rpm i386/
     8        ~/tools/update_repo *
     9
     10Note that if 32 bit packages are desired in x86_64 repo too - modify accordingly