Recent Projects

maxamillion/fig

This is a workspace to get fig and it's dependencies not currently available in Fedora packaged and tested before filing review requests. The end goal is to have each of these packages available in Fedora proper. python-texttable | Review Request: APPROVED python-dockerpty | Review Request: APPROVED python-requests | RFE(Latest version in F20): Open fig | Review Request: UNASSIGNED Note: Fedora 20 is currently blocked on latest version of python-requests. Keep in mind that docker in Fedora is SELinux enabled by default and as a side effect, you need to appropriately label files/directories you would like to share with docker (i.e. - your fig dir). Using the "Getting Started" section from fig's website: ## Make sure you have docker running # systemctl start docker.service $ mkdir ~/figtest # semanage fcontext -a -t docker_share_t '/home/username/figtest(/.*)?' # Set SELinux labels # restorecon -Rv /home/uesrname/figtest $ cd ~/figtest $ cat > app.py <<EOF from flask import Flask from redis import Redis import os app = Flask(__name__) redis = Redis(host="redis_1", port=6379) @app.route('/') def hello(): redis.incr('hits') return 'Hello World! I have been seen %s times.' % redis.get('hits') if __name__ == "__main__": app.run(host="0.0.0.0", debug=True) EOF $ cat > requirements.txt <<EOF flask redis EOF $ cat > Dockerfile <<EOF FROM python:2.7 ADD . /code WORKDIR /code RUN pip install -r requirements.txt EOF $ cat > fig.yml <<EOF web: build: . command: python app.py ports: - "5000:5000" volumes: - .:/code links: - redis redis: image: redis $ fig up ### Should be a lot of output here about pulling docker container, starting redis, etc.

admiralnemo/pidgin-el7

Full Pidgin client for el7. Why anyone would want libpurple but not pidgin, even on RHEL, is beyond me...
  • EPEL 7 : x86_64

valtri/glite-lb

gLite Logging and Bookkeeping. documentation: http://egee.cesnet.cz/en/JRA1/LB/documentation.php project page: https://github.com/CESNET/glite-lb Rawhide: experiments with openssl 1.1
  • EPEL 7 : x86_64
  • Fedora rawhide : x86_64

maxamillion/epel7-kubernetes

NOTE: This page is now defunct, you can find continued work on epel7 kubernetes here. This copr will be for building and working on getting kubernetes along with all of it's dependencies built for epel7. End goal will be to have all of these in epel7 proper, but for now this is mostly a working space. Also related is the atomic-next copr which is effectively the Fedora/Atomic counterpart to his copr, as well as Project Atomic and the CentOS Atomic Host SIG Packaging work specific to Kubernetes packaging will be held in a Project Atomic GitHub repo found here. Packaging work specific to etcd packaging will be held in a Project Atomic GitHub repo found here.
  • EPEL 7 : x86_64

fozz/perl516-fozz-extras

Extra packages of Perl CPAN modules not included with the perl516 repository.

blaskovic/restraint

restraint from github repo
  • EPEL 7 : x86_64

zultron/buildbot-0.8.8

Copied from https://copr.fedoraproject.org/coprs/tflink/buildbot-epel/

error/rl

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • EPEL 7 : ppc64le, x86_64
  • EPEL 8 : aarch64, ppc64le, x86_64
  • Fedora 40 : aarch64, i386, ppc64le, x86_64
  • Fedora 41 : aarch64, i386, ppc64le, x86_64
  • Fedora 42 : aarch64, i386, ppc64le, x86_64
  • Fedora eln : aarch64, x86_64
  • Fedora rawhide : aarch64, i386, ppc64le, x86_64

admiralnemo/i3wm-el7

i3 Window Manager for RHEL/CentOS 7
  • EPEL 7 : x86_64

okrekel/freeIPA

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.