From 0e071f3578549b606f8bd3fae941d759d3fef38d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Oct 03 2014 13:19:47 +0000 Subject: Add section on pushing out new badges. --- diff --git a/badges.txt b/badges.txt index 4aa7076..a183420 100644 --- a/badges.txt +++ b/badges.txt @@ -29,6 +29,20 @@ The process is "fedmsg-hub" and the logs are in /var/log/fedmsg/fedmsg-hub.log The frontend runs under apache/mod_wsgi on badges-web0{1,2} nodes. +Pushing out new badges +---------------------- + +Badge artists and badge developers should be pushing stuff yaml rules and pngs +and svg art to this repo: + + https://git.fedorahosted.org/cgit/badges.git + +There is a playbook that will take any new content from there and push it out +onto our servers. + + $ sudo -i ansible-playbook $(pwd)/playbooks/manual/push-badges.yml + + Manually awarding a badge -------------------------