Skip to content

Commit

Permalink
rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Jul 2, 2024
1 parent 9d4ade8 commit 99d0251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## OBS Packaging

The CI will automatically interact with SUSE's [Open Build Service](https://build.opensuse.org): the `master` branch will be kept in sync with the `network:ha-clustering:sap-deployments:devel` project.
The CI will automatically interact with SUSE's [Open Build Service](https://build.opensuse.org): the `main` branch will be kept in sync with the `network:ha-clustering:sap-deployments:devel` project.

### Publishing the Exporter RPM in openSUSE code stream.

Expand All @@ -14,13 +14,13 @@ When accepting Submit Requests against `server:monitoring`, you can contextually

### Publishing Grafana Dashboards

While Grafana dashboard are not continuously deployed like the exporter, the [OBS development package](https://build.opensuse.org/package/show/network:ha-clustering:sap-deployments:devel/grafana-sap-hana-dashboards) is still kept in sync with the `master` branch of this repository.
While Grafana dashboard are not continuously deployed like the exporter, the [OBS development package](https://build.opensuse.org/package/show/network:ha-clustering:sap-deployments:devel/grafana-sap-hana-dashboards) is still kept in sync with the `main` branch of this repository.
GitHub releases do not apply in this case, they are only used for the exporter; the dashboards RPM version number is instead hard-coded in the OBS source services configuration.

To publish a new release:
- update the numerical prefix of the `versionformat` field in the [_service](packaging/obs/grafana-sap-hana-dashboards/_service) file;
- add an entry to the [changelog](packaging/obs/grafana-sap-hana-dashboards/grafana-sap-hana-dashboards.changes) file;
- commit these changes directly in the `master` branch;
- commit these changes directly in the `main` branch;
- perform a Submit Request via [`osc`] manually:
`osc sr network:ha-clustering:sap-deployments:devel grafana-sap-hana-dashboards openSUSE:Factory`

Expand Down

0 comments on commit 99d0251

Please sign in to comment.