Changes between Initial Version and Version 1 of Build/Download


Ignore:
Timestamp:
Dec 7, 2012 4:23:55 PM (11 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Build/Download

    v1 v1  
     1Download rpms from redhat using download script
     2{{{
     3from vw:
     4sudo su - distrib
     5./tools/do-only-download-rhel
     6}}}
     7This will download the rpms and show a list of rpms that are to be built.
     8Build the rpms using the build script (easiest)
     9{{{
     10from vw:
     11sudo su - build
     12build /path/to/downloaded/rpm /path/to/next/rpm /more/rpms
     13}}}
     14
     15This will place the RPMS in /data/done-local[56]/staging-signing
     16
     17You next need to sign the rpms
     18
     19{{{
     20sudo su - signing
     21rpm --addsign /data/done-local[56]/staging-signing/somethingsomething.rpm
     22}}}
     23
     24RPMs need to be signed on the appropriate system.  Springdale 5 should use cc, Springdale 6 should use jetta.
     25
     26After signing the rpms, you need to merge them.
     27{{{
     28sudo su - distrib
     29cp /data/done-local6/staging-signing/somethingsomething.rpm  /data/done-local6/staging
     30do-merge-staging-updates-PUIAS-6.sh
     31}}}
     32
     33if all looks good
     34{{{
     35do-merge-staging-updates-PUIAS-6.sh -a -r
     36}}}
     37
     38This should rebuild the yum repos, if all goes well, you need to sync the changes to the repo server (lowrie)
     39
     40So, from vw:
     41{{{
     42./PULinux/lowrie-sync
     43}}}
     44
     45That will push the changes to puias.princeton.edu