User Image

Maxamillion's Profile

maxamillion (fas) | Fedora badges

Maxamillion's Projects

maxamillion/atomic-reactor

Periodic rpm builds of upstream atomic-reactor.
  • Fedora rawhide : x86_64

maxamillion/taiga

This is a working space to package up Taiga and it's dependency chain for inclusion in Fedora. This COPR will be removed once all dependencies and Taiga components are packaged and included in Fedora. The scope of this as it relates to Fedora as well as the current packaging status is available here.

maxamillion/epel7-terminology

EPEL7 build of Terminology
  • EPEL 7 : x86_64

maxamillion/epel7-docker-py

This is working space for python-docker-py and it's dependencies for EPEL7. The goal will be to no longer need this once all relevant packages are in EPEL7 (is applicable).
  • EPEL 7 : x86_64

maxamillion/epel7-NetworkManager-vpnc

NetworkManager-vpnc for EPEL7 until this BZ is closed.
  • EPEL 7 : x86_64

maxamillion/epel7-i3wm

i3wm and dependency chain for EPEL7 This is just a working space, I plan to get all dependencies branched for EPEL7 proper.
  • EPEL 7 : x86_64

maxamillion/origin-next

Integration point for new work on the Next Generation OpenShift Origin Spec file(s) can be found in the official OpenShift Origin github. Feedback and pull requests welcomed. This copr will be for building and working on getting OpenShift Origin packaging up to par with Fedora Guidelines. The project is under heavy development so there will be a period of time before things settle enough that we can get the package set in Fedora but that is certainly the end goal. Related to this work is also the Atomic Next COPR which is were a number of components including kubernetes and etcd along with related dependencies built for Fedora Atomic Host are held. End goal will be to have all of these packages in Fedora proper, but for now this is mostly a working space. For more information: OpenShift v3 Announcement - Docker, Kubernetes, Atomic, and more. OpenShift Origin V3 GitHub Repo Project Atomic, Fedora Atomic Server, and the CentOS Atomic Host SIG, and downstream work being done for EPEL7 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. Developers, packagers, testers, et al. can be found in #atomic and #openshift-devel on irc.freenode.net (NOTE: Temporarily dropping Fedora builds because we need CentOS-Extras enabled to handle a golang packaging bug in CentOS and upstream OpenShift Origin is currently CentOS7 based)
  • EPEL 7 : x86_64

maxamillion/pianobar

This is an intermediate workspace for packaging pianobar for RPMFusion. Package Review Request: https://bugzilla.rpmfusion.org/show_bug.cgi?id=3328

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.

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