Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update branch naming to not have a minor release suffix (gh#openela/issues#57) #12

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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