Open MihaiTabara opened 6 years ago
In https://github.com/mozilla-releng/bouncerscript/blob/master/bouncerscript/task.py#L81 we're checking against cross-channel updates. We should also include some versioning checks. The existing vs the one about-to-be-pushed.
One scenario that I'm thinking is accidentally push (e.g.) Firefox 52.0b12 when 62.0b12 is expected. I could use @JohanLorenzo's https://github.com/mozilla-releng/mozilla-version/ for making these checks.
In https://github.com/mozilla-releng/bouncerscript/blob/master/bouncerscript/task.py#L81 we're checking against cross-channel updates. We should also include some versioning checks. The existing vs the one about-to-be-pushed.
One scenario that I'm thinking is accidentally push (e.g.) Firefox 52.0b12 when 62.0b12 is expected. I could use @JohanLorenzo's https://github.com/mozilla-releng/mozilla-version/ for making these checks.