Skip to content

Commit 79893d0

Browse files
author
Hunor Csomortáni
committed
Build the development version in packit-dev
This is to get rid of the 'packit-master' name. Also fix the configuration to build 'ogr' in Copr, whenever there is a new commit on the _main_ branch (not on _master_). Signed-off-by: Hunor Csomortáni <[email protected]>
1 parent ea0b755 commit 79893d0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.packit.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
- job: copr_build
5050
trigger: commit
5151
metadata:
52-
branch: master
52+
branch: main
5353
targets:
5454
- fedora-stable
55-
project: packit-master
55+
project: packit-dev
5656
list_on_homepage: True
5757
preserve_project: True
5858
- job: copr_build

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ Or from PyPI:
8888
$ pip3 install --user ogr
8989
```
9090

91-
You can also install OGR from `master` branch, if you are brave enough:
91+
You can also install OGR from the `main` branch, if you are brave enough:
9292

93-
You can use our [`packit-master` Copr repository](https://copr.fedorainfracloud.org/coprs/packit/packit-master/)
94-
(contains `master` version of [ogr](https://github.com/packit/ogr)):
93+
You can use our [`packit-dev` Copr repository](https://copr.fedorainfracloud.org/coprs/packit/packit-dev/)
94+
(contains the latest development version of [ogr](https://github.com/packit/ogr)):
9595

9696
```
97-
$ dnf copr enable packit/packit-master
97+
$ dnf copr enable packit/packit-dev
9898
$ dnf install python3-ogr
9999
```
100100

@@ -127,4 +127,4 @@ For more info about contributing to our project see [our contribution guide](/CO
127127

128128
# Deprecation policy
129129

130-
For more info about deprecation policy see [Deprecation policy](https://github.com/packit/research/tree/master/deprecation)
130+
For more info about deprecation policy see [Deprecation policy](https://github.com/packit/research/tree/main/deprecation)

0 commit comments

Comments
 (0)