mozilla / morgothv1

Service that helps developers manage the deployment pipeline for System Add-ons.
Mozilla Public License 2.0
0 stars 8 forks source link

Accept repo URL for system add-ons in Morgoth #51

Open rhelmer opened 7 years ago

rhelmer commented 7 years ago

Every system add-on should come from a version control repository. We should accept both HG and Git.

I think we'll probably want to accept a path too, for repositories that contain multiple addons. Maybe something like:

hg.mozilla.org:mozilla-central/source/browser/extensions/e10srollout

Or:

github.com:mozilla/out-of-date-notification

We should also have the ability to set a tag or revision number.