Comment 15 for bug 123020

Revision history for this message
Julian Edwards (julian-edwards) wrote :

After talking to pitti, here's what we're going to do:

1. Add a new custom upload file type, RAW-TRANSLATIONS-STATIC
2. Store these files in the librarian, hanging off the usual PackageUploadCustom table entries.
2. Expose a new webservice method: IDistroSeries.getStaticTranslations(since="<date>") which will return a collection of URLs to the files in the librarian.

The files are easily associated with the original package because it's part of the file name.

Optionally, we can add some webservice calls like Celso suggests above.

The buildds also need to be changed to strip these files out and put them in the build, of course.

Job done.