By way of example with the additions of Release 19.8.1

(1) New .rpc files for each pair (one for each OS)

  cp release_14p7_centos_7p6.rpc  release_19p8_centos_7p6.rpc
  cp release_14p7_elcapitan.rpc   release_19p8_elcapitan.rpc
  cp release_14p7_high_sierra.rpc release_19p8_high_sierra.rpc
  cp release_14p7_mojave.rpc      release_19p8_mojave.rpc
  cp release_14p7_ras_buster.rpc  release_19p8_ras_buster.rpc
  cp release_14p7_ras_jessie.rpc  release_19p8_ras_jessie.rpc
  cp release_14p7_ras_stretch.rpc release_19p8_ras_stretch.rpc
  cp release_14p7_sierra.rpc      release_19p8_sierra.rpc
  cp release_14p7_ubuntu_16p4.rpc release_19p8_ubuntu_16p4.rpc
  cp release_14p7_ubuntu_18p4.rpc release_19p8_ubuntu_18p4.rpc
  cp release_14p7_ubuntu_19p4.rpc release_19p8_ubuntu_19p4.rpc

(2) Create a new column for the new release

  cp release_14p7p1.rpc           release_19p8p1.rpc

(3) Edit the page_list.txt file

    o Add the new .rpc file in the Code Bases section
    o Add the new section following Trunk etc by example

    Note the column file will just ensure the two BuildRes.* tables will
    be built, e.g, 

        BuildRes.Release19p8
        BuildRes.Release19p8Brief

    The BuildTest.Release19p8 still needs to be build by hand on server
    See next step (4) below

(4) On oceanai, create a new Colume BuildTest file:

   cp BuildTest.Release17p7 BuildTest.Release19p8
   then edit, commit the file to version control