clearlinux / mixer-tools

Software update mixer and related tools
Apache License 2.0
27 stars 37 forks source link

MCA incompatible with mixes generated with --no-publish #735

Closed jwakre closed 4 years ago

jwakre commented 4 years ago

Mixes built with the --no-publish flag do not produce files for the latest version in each format (update/www/version/format1/latest) which is currently required by MCA. This file is used by MCA to determine whether the version in the comparison is a +10.

Mixer needs to deprecate the --no-publish flag or add support to MCA to handle mixes built with the --no-publish flag.

reaganlo commented 4 years ago

@gtkramer From what I understood, DevOps is ok with depreciating the --no-publish flag right?

gtkramer commented 4 years ago

@reaganlo yes, we can remove this. Our process no longer depends on this flag, and we want to move to a case where we always publish, but sync out version pointers to a different URL for testing.

reaganlo commented 4 years ago

@gtkramer Perfect. Thank you.