#6902 atomic: back to using mash location
Merged 6 years ago by maxamillion. Opened 6 years ago by dustymabe.
dustymabe/releng dusty-ref-again  into  master

@@ -46,7 +46,7 @@ 

  log = logging.getLogger(os.path.basename(sys.argv[0]))

  

  # Define "constants"

- ATOMIC_DIR = "/mnt/koji/compose/atomic/%s"

+ ATOMIC_DIR = "/mnt/koji/mash/atomic/%s"

  PREVIOUS_MAJOR_RELEASE_FINAL_COMMIT = 'ce555fa89da934e6eef23764fb40e8333234b8b60b6f688222247c958e5ebd5b'

  TARGET_REF = "fedora/%s/x86_64/atomic-host"

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

We can't write to atomic or compose/atomic so we've copied the repo
to mash since we were going to have to do that anyway and we'll use
that location.

We have now come full circle.

Signed-off-by: Dusty Mabe dusty@dustymabe.com

Pull-Request has been merged by maxamillion

6 years ago
Metadata