soctrace-inria / framesoc

Framesoc is a generic trace management and analysis infrastructure.
12 stars 0 forks source link

Update site management #163

Open generoso opened 9 years ago

generoso commented 9 years ago

Create an infrastructure for the correct management of the different releases in the update site.

This infrastructure should provide enough storage space to keep all the releases (a github website is not an ideal solution).

This storage system must have a structure like the following:

Example:

<some-url>/framesoc/releases/1.0.1/fr.inria.soctrace.maven.repository-1.0.1-SNAPSHOT.zip
<some-url>/framesoc/releases/1.0.2/fr.inria.soctrace.maven.repository-1.0.2-SNAPSHOT.zip
...
<some-url>/framesoc/releases/1.0.7/fr.inria.soctrace.maven.repository-1.0.7-SNAPSHOT.zip

<some-url>/framesoc/stable/fr.inria.soctrace.maven.repository-1.0.7-SNAPSHOT.zip

See, as a reference, this.

Notes: