Skip to content

Commit

Permalink
Merge pull request packit#644 from csomh/build-in-packit-dev
Browse files Browse the repository at this point in the history
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]

Reviewed-by: Matej Focko <None>
  • Loading branch information
2 parents ea0b755 + 980419a commit 48570b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,19 @@ jobs:
- job: copr_build
trigger: commit
metadata:
branch: master
branch: main
targets:
- fedora-stable
project: packit-master
- fedora-all
- epel-8
project: packit-dev
list_on_homepage: True
preserve_project: True
- job: copr_build
trigger: release
metadata:
targets:
- fedora-stable
- fedora-all
- epel-8
project: packit-releases
list_on_homepage: True
preserve_project: True
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ Or from PyPI:
$ pip3 install --user ogr
```

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

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

```
$ dnf copr enable packit/packit-master
$ dnf copr enable packit/packit-dev
$ dnf install python3-ogr
```

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

# Deprecation policy

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

0 comments on commit 48570b2

Please sign in to comment.