Skip to content

Commit

Permalink
repo purged (code moved to https://pagure.io/copr/copr) and README up…
Browse files Browse the repository at this point in the history
…dated
  • Loading branch information
clime committed Nov 18, 2016
1 parent 3b883e1 commit 42a62b5
Show file tree
Hide file tree
Showing 1,742 changed files with 6 additions and 255,590 deletions.
Binary file removed .DS_Store
Binary file not shown.
32 changes: 0 additions & 32 deletions .gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions .tito/build-missing-builds.sh

This file was deleted.

46 changes: 0 additions & 46 deletions .tito/git-untagged-commits.pl

This file was deleted.

3 changes: 0 additions & 3 deletions .tito/packages/.readme

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/copr-backend

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/copr-cli

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/copr-dist-git

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/copr-frontend

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/copr-keygen

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/copr-mocks

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/copr-selinux

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/fedpkg-copr

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/prunerepo

This file was deleted.

1 change: 0 additions & 1 deletion .tito/packages/python-copr

This file was deleted.

44 changes: 0 additions & 44 deletions .tito/releasers.conf

This file was deleted.

5 changes: 0 additions & 5 deletions .tito/tito.props

This file was deleted.

8 changes: 0 additions & 8 deletions HACKING

This file was deleted.

25 changes: 0 additions & 25 deletions README

This file was deleted.

52 changes: 6 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,11 @@
# Copr
The repository has been moved to https://pagure.io/copr/copr.

[**Project Page**](https://fedorahosted.org/copr/) |
[**Report a Bug**](https://bugzilla.redhat.com/enter_bug.cgi?product=Copr) |
[**Already reported bugs**](https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Community&list_id=4678560&product=Copr&query_format=advanced) |
[**Production Instance**](https://copr.fedoraproject.org) |
[**Testing Instance**](http://copr-fe-dev.cloud.fedoraproject.org/)
To set the correct origin, you need to run:

Copr is a Fedora community build service in [Fedora](https://getfedora.org/) that builds your open-source project and creates your own RPM repository.
git remote set-url origin ssh://git@pagure.io/copr/copr.git

<img src="/doc/img/copr-workflow.png" width="400px">
or

## Using Copr
Learn [how to use Copr](https://developer.fedoraproject.org/deployment/copr/about.html) and [how to create RPM packages](https://developer.fedoraproject.org/deployment/rpm/about.html) on the [Fedora Developer Portal](https://developer.fedoraproject.org).
git remote set-url origin https://pagure.io/copr/copr.git

## Status

Copr builds of:

* copr-backend [![build status](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/copr-backend/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/copr-backend/)
* copr-keygen [![build status](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/copr-keygen/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/copr-keygen)
* copr-frontend [![build status](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/copr-frontend/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/copr-frontend/)
* python-copr [![build status](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/python-copr/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/copr/copr/package/python-copr/)


Documentation of:

* copr-backend [![Documentation Status](https://readthedocs.org/projects/copr-backend/badge/?version=latest)](http://copr-backend.readthedocs.org/?badge=latest)
* copr-keygen [![copr-keygen documentation](https://readthedocs.org/projects/copr-keygen/badge/?version=latest)](http://copr-keygen.readthedocs.org/en/latest/?badge=latest)
* copr-frontend [![Documentation Status](https://readthedocs.org/projects/copr-rest-api/badge/?version=latest)](http://copr-rest-api.readthedocs.org/en/latest/?badge=latest)
* python-copr [![Documentation Status](https://readthedocs.org/projects/python-copr/badge/?version=latest)](http://python-copr.readthedocs.org/en/latest/?badge=latest)

## Local Testing Environment
You can use [Vagrant](https://developer.fedoraproject.org/tools/vagrant/about.html) to run your local test environment. We currently support *frontend* and *dist-git*.

```
$ git clone https://github.com/fedora-copr/copr.git
$ cd copr
$ vagrant up
```

Good news, everyone! From now on, you can additionally run backend in a docker container. This makes it possible to build a package by using our COPR stack but solely on your machine. Mainly useful for development. Makefile is provided for easy manipulation with the backend Dockerfile and the afterwards created docker image.

```
$ cd copr/backend/docker
$ make build && make run
```

For more information see [our wiki page](https://fedorahosted.org/copr/wiki/Contribute#LocalDevelopmentEnvironment).

[Unreported tracebacks](https://retrace.fedoraproject.org/faf/problems/?component_names=copr-cli%2Cpython-copr) of client tools.
in your copr.git.

0 comments on commit 42a62b5

Please sign in to comment.