PBR

xstatic packages would benefit highly from a 4th component or something similar.

Registered by Matthew D. Wood

Horizon currently uses xstatic to package javascript libraries in a manner
that is apparently acceptable to the distros and also works for everyone else.

When we grab a javascript library (Jasmine 2.2.0 for example) we'd really like
to have the xstatic-package's version represent the wrapped package's version.
So jasmine-2.2.0 -> xstatic-jasmine-2.2.0.0
and if we need to make a change it would go to xstatic-jasmine-2.2.0.1 .

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
Matthew D. Wood
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

4th component is not needed, if JS upstream is following semver.
PBR should just be smart enough to parse first 2 as MAJOR.MINOR and PATCH should be the rest, with dot included
e.g. xstatic-jasmine-2.2.0.1 => MAJOR=2 MINOR=2 PATCH=0.1

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.