Changes between Initial Version and Version 1 of Build/5/BuildInstallImages


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Build/5/BuildInstallImages

    v1 v1  
     1First download rpms.  Next rebuild them.  Move all of the rebuilt stuff into /data/done-local5/staging-signing.
     2
     3Sign above rpms.  su to distrib on polo or rabbit, copy relevant rpms from /data/done-local5/staging-signing to /data/done-local5/staging
     4then run from tools dir
     5{{{
     6./do-merge-staging-updates-PU_IAS-5.sh
     7}}}
     8to see what will happen. If all looks good then run
     9{{{
     10./do-merge-staging-updates-PU_IAS-5.sh -a -r
     11}}}
     12which will apply changes (-a) and remove (-r) all rpms that it filed away and only leave the ones it doesn't know what to do about.
     13
     14{{{
     15[distrib@vw doc]$ cat 5-build-install-images.doc
     16./buildinstall --version 5 --product "PU_IAS Linux" --release "PU_IAS Linux 5" --prodpath Client --discs 1,2,3,4,5,6 /data/PU_IAS/5/en/os/i386
     17# for 5.1 (note that we can do this on x86_64 for i386!), no need for --discs command
     18./buildinstall --version 5.1 --product 'PU_IAS Linux' --release 'PU_IAS Linux 5.1' --prodpath Client /data/PU_IAS/5.1/en/os/i386
     19}}}