Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedora-copr/test-data-copr-backend
Binary blobs used by testing copr-backend.rpm
https://github.com/fedora-copr/test-data-copr-backend
Last synced: about 6 hours ago
JSON representation
Binary blobs used by testing copr-backend.rpm
- Host: GitHub
- URL: https://github.com/fedora-copr/test-data-copr-backend
- Owner: fedora-copr
- Created: 2020-05-29T12:57:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T19:00:43.000Z (about 1 year ago)
- Last Synced: 2024-03-27T01:02:46.241Z (8 months ago)
- Size: 762 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test data for copr-backend
This project is used as an additional `SourceX` for copr-backend.
## Development
When running `./run_tests.sh` for the Copr `backend` package, it
creates `backend/test-data-copr-backend-*` directory. It is
recommended to try your changes there and then move them to this
project.## New release
After making changes, tag a new release in this repository:
```
git tag v4
git push origin v4
```In the Copr repository, increment tests version in
`copr-backend.spec`, for example:```
%global tests_version 4
```