From Fedora Project Wiki
< CI
Unless you are a Fedora packager follow instructions for creating a public git repo on
fedorapeople
and upload package folder there into the public_git
folder:
scp -r <package> <username>@fedorapeople.org:public_git/
To check that everything works and ready for pull request by cloning created repository to your local machine. For example, for docker repository:
git clone git://fedorapeople.org/~username/docker.git
Navigate to the fedoraproject.org (select appropriate package).
- Press File Pull Request button
- Then press Remote pull request
Fill the required fields:
- Title: Add CI tests using the standard test interface
- Git repo address: git://fedorapeople.org/~<username>/<package folder>
- Git branch: new_tests
- To branch: master