Skip to content

Commit 1ffbe48

Browse files
authored
Update branch naming to not have a minor release suffix (gh#openela/issues#57) (#12)
(gh#openela/issues#57) Signed-off-by: Dirk Müller <dirk@dmllr.de>
1 parent bbf0460 commit 1ffbe48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

repository_structure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ example:
3535

3636
In openela-main organisation, these branch names are specified:
3737

38-
* **Base**: `el-9.0`, `el-9.1`
39-
* **Modulemd**: `el-9.1-modulemd-$STREAM`
38+
* **Base**: `el9`
39+
* **Modulemd**: `el9-modulemd-$STREAM`
4040
* This contains _only_ the module document (modulemd). This is because a
4141
module might be a component, but also just a standalone module with other
4242
components. The modulemd is also relatively stable compared to SRPMs.
43-
* **Module component**: `el-9.1-module-$STREAM`
43+
* **Module component**: `el9-stream-$STREAM`
4444
* Contains the SRPM content like **Base**. Used for components of modules and
4545
separate from base due to each module stream having the ability to have a
4646
different version.
4747

4848
In openela-contrib, these branch names are specified:
4949

50-
* **Base**: `el-9.0-contrib`, `el-9.1-contrib`
51-
* **Modulemd**: `el-9.1-modulemd-$STREAM-contrib`
50+
* **Base**: `el9-contrib`
51+
* **Modulemd**: `el9-modulemd-$STREAM-contrib`
5252
* This contains _only_ the module document (modulemd). This is because a
5353
module might be a component, but also just a standalone module with other
5454
components. The modulemd is also relatively stable compared to SRPMs
55-
* **Module component**: `el-9.1-module-$STREAM`
55+
* **Module component**: `el9-stream-$STREAM`
5656
* Contains the SRPM content like “Base”. Used for components of modules and
5757
separate from base due to each module stream having the ability to have a
5858
different version.

0 commit comments

Comments
 (0)