You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is based off the work laid out in #217, but improves it by removing the need to keep downloading the new "apk push configuration" from taskcluster each time you use the mozapkpublisher CLI. Instead, when build-puppet synchronizes a new APK config, it should publish it to a public location. Then, when mozapkpublisher runs, it should download the config from this public location and use it. This could make mozapkpublisher commands as easy as mozapkpublisher push target.apk nightly --account [email protected] --credentials credentials.p12
Notes:
Where should this source of truth be? S3 bucket? An endpoint of shipit? 🤔
When doing a pushapkscript run, do we want to version the "source of truth" it uses? Should re-running the task grab the newest config (like the behaviour now, where you can update pushapkscript and run your task again?) or should it consistently use the same config?
The text was updated successfully, but these errors were encountered:
This is based off the work laid out in #217, but improves it by removing the need to keep downloading the new "apk push configuration" from taskcluster each time you use the
mozapkpublisher
CLI. Instead, whenbuild-puppet
synchronizes a new APK config, it should publish it to a public location. Then, whenmozapkpublisher
runs, it should download the config from this public location and use it. This could makemozapkpublisher
commands as easy asmozapkpublisher push target.apk nightly --account [email protected] --credentials credentials.p12
Notes:
pushapkscript
run, do we want to version the "source of truth" it uses? Should re-running the task grab the newest config (like the behaviour now, where you can updatepushapkscript
and run your task again?) or should it consistently use the same config?The text was updated successfully, but these errors were encountered: