< Home - < Back

github2fedmsg


Information about the package, github2fedmsg, which is shipped with common Linux distributions. The github2fedmsg package is designed for, Pubsubhubbub app that rebroadcasts GH events over fedmsg.


Package Name:

github2fedmsg

Summary:

Pubsubhubbub app that rebroadcasts GH events over fedmsg

Description:

It is a web application that monitors GitHub repositories you subscribe it to. When new actions (commits, pull-request, tickets) are made, it broadcasts a message on the fedmsg message bus. It is written in Python on the Pyramid framework, and uses velruse to talk with GitHub. It adds a webhook callback back to itself on repositories you ask it to monitor. When one of those callbacks fire, github2fedmsg republishes the message it receives to the fedmsg bus.

Architecture:

noarch

Version:

0.3.3

Release:

2.el6

Size:

322 k

Repository:

epel

From Repository:

Licence:

AGPLv3+



Handy Yum Commands for github2fedmsg


Control the github2fedmsg package with the following handy commands outlined below.


Command

Description of Command

yum install github2fedmsg

This command will install github2fedmsg on the server.

yum remove github2fedmsg

This command will un-install github2fedmsg on the server. When you run this command, you will be asked if you are sure that you want to remove github2fedmsg, so you have to manually confirm that you want to do this.

yum -y remove github2fedmsg

This command will un-install github2fedmsg on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove github2fedmsg when using the -y flag.

yum update github2fedmsg

This command will update github2fedmsg to the latest version. When you run this command, you will be asked if you are sure that you want to remove github2fedmsg, so you have to manually confirm that you want to do this.

yum -y update github2fedmsg

This command will update github2fedmsg to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove github2fedmsg when using the -y flag.

yum info github2fedmsg

This command will show you core information about the github2fedmsg package.

yum deplist github2fedmsg

This command will show you the dependencies for github2fedmsg. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update github2fedmsg

This command will check if there is an update waiting on github2fedmsg. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.