| ... | ... | @@ -55,8 +55,8 @@ Each update of packages for ELT Platform Projects result in OBS build that provi |
|
|
|
|
|
|
|
Version: `<year>.<id>`
|
|
|
|
|
|
|
|
* **<year>** - last two digits of the next yearly stream.
|
|
|
|
* **<id>** - counter of updates.
|
|
|
|
* `<year>` - last two digits of the next yearly stream.
|
|
|
|
* `<id>` - counter of updates.
|
|
|
|
* starts with 0 after year part update.
|
|
|
|
* each update (published?) to packages increments it by 1.
|
|
|
|
|
| ... | ... | @@ -71,8 +71,8 @@ Version: `<year>.<id>` |
|
|
|
|
|
|
|
Version: `<year>.<id>`
|
|
|
|
|
|
|
|
* **<year>** - last two digits of the stream year.
|
|
|
|
* **<id>** - counter of updates.
|
|
|
|
* `<year>` - last two digits of the stream year.
|
|
|
|
* `<id>` - counter of updates.
|
|
|
|
* starts with incremented ELT Platform Next `id` from the moment of branching.
|
|
|
|
* each update to streams' packages bump it by 1.
|
|
|
|
|
| ... | ... | @@ -90,10 +90,11 @@ Version: `<year>.<id>` |
|
|
|
|
|
|
|
Version: `<year>(.<parents_stream_ids>)+.<id>`
|
|
|
|
|
|
|
|
* **<year>** - last two digits of the yearly parent stream.
|
|
|
|
* **<parents_stream_ids>** - ids of parent streams.
|
|
|
|
* `<year>` - last two digits of the yearly parent stream.
|
|
|
|
* `<parents_stream_ids>` - ids of parent streams.
|
|
|
|
* If branched from yearly stream, it's id of update that release stream is branched from
|
|
|
|
* **<id>** - counter of updates.
|
|
|
|
* If branched from release stream, that part consists all ids of parent streams
|
|
|
|
* `<id>` - counter of updates.
|
|
|
|
* starts with 0.
|
|
|
|
* each update to streams' packages bump it by 1.
|
|
|
|
|
| ... | ... | |