Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```