Skip to content

Commit

Permalink
Update branch naming to not have a minor release suffix (gh#openela/i…
Browse files Browse the repository at this point in the history
…ssues#57) (#12)

(gh#openela/issues#57)

Signed-off-by: Dirk Müller <[email protected]>
  • Loading branch information
dirkmueller authored Feb 9, 2024
1 parent bbf0460 commit 1ffbe48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions repository_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ example:

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

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

In openela-contrib, these branch names are specified:

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

0 comments on commit 1ffbe48

Please sign in to comment.