#7690 Update twoweek script to perform release from updates compose
Merged 5 years ago by dustymabe. Opened 5 years ago by sinnykumari.
sinnykumari/releng master  into  master

@@ -69,7 +69,7 @@ 

      'x86_64':  None,

  }

  TARGET_REF = "fedora/%s/%s/atomic-host" # example fedora/27/x86_64/atomic-host

- COMPOSE_BASEDIR = "/mnt/koji/compose/twoweek/"

+ COMPOSE_BASEDIR = "/mnt/koji/compose/updates/"

  

  # FIXME ???? Do we need a real STMP server here?

  ATOMIC_HOST_EMAIL_SMTP = "localhost"
@@ -400,7 +400,7 @@ 

      rsync_cmd = [

          'sudo',

          'rsync -avhHP --delete-after',

-         '--exclude Cloud/',

+         '--exclude Everything/',

          "{}/".format(source_loc),

          dest_dir

      ]

We are now building AH nightly artifacts during bodhi-updates
run and will be using same for twoweek release.

Example link for one of the updates compose run -
https://kojipkgs.fedoraproject.org/compose/updates/Fedora-28-updates-20180816.1/

Signed-off-by: Sinny Kumari sinny@redhat.com

Pull-Request has been merged by dustymabe

5 years ago
Metadata