| Commit message (Expand) | Author | Age | Files | Lines |
* | - add the owner option, to set the user to whom the database will belong | Michael Scherer | 2010-12-07 | 1 | -1/+1 |
* | - simplify the cgi path using custom fact | Michael Scherer | 2010-12-07 | 1 | -1/+1 |
* | - add perl-CGI-Fast, since it is required by sympa-www for fastcgi | Michael Scherer | 2010-12-07 | 1 | -2/+3 |
* | - use a loop, and a fact, instead of cut and paste and hardcoded ip | Michael Scherer | 2010-12-07 | 1 | -22/+13 |
* | - create the needed certificate for postgresql ( name is hardcoded ) | Michael Scherer | 2010-12-07 | 1 | -1/+10 |
* | add a type for selfsigned certificate in 2 file | Michael Scherer | 2010-12-07 | 1 | -0/+25 |
* | - create sympa user & db | Michael Scherer | 2010-12-07 | 1 | -2/+14 |
* | - create the database and the user in postgresql database for epoll | Michael Scherer | 2010-12-07 | 1 | -0/+12 |
* | create the database and user on the server, using exported ressources | Michael Scherer | 2010-12-07 | 1 | -0/+3 |
* | - move the postgresql server bits to a subclass | Michael Scherer | 2010-12-07 | 2 | -65/+67 |
* | like the user type, add a database type | Michael Scherer | 2010-12-07 | 1 | -0/+8 |
* | add a type postgres user, to be able to declare postgresql user in puppet dir... | Michael Scherer | 2010-12-07 | 1 | -0/+9 |
* | add a require on a required package, needed to create initial database | Michael Scherer | 2010-12-07 | 1 | -2/+12 |
* | sudo used by youri_submit | Nicolas Vigier | 2010-12-07 | 1 | -0/+2 |
* | add defaults | Nicolas Vigier | 2010-12-07 | 1 | -0/+13 |
* | do not require tty for youri wrapper, since we don't ask for a password | Olivier Blin | 2010-12-07 | 1 | -0/+1 |
* | youri wrapper should be run as schedbot by default | Olivier Blin | 2010-12-06 | 1 | -0/+1 |
* | use full path to run youri wrapper (and run through exec) | Olivier Blin | 2010-12-06 | 1 | -1/+1 |
* | use youri_submit class on pkgsubmit | Olivier Blin | 2010-12-06 | 1 | -0/+1 |
* | use a mdv-youri-submit wrapper through sudo, for repsys | Olivier Blin | 2010-12-06 | 5 | -1/+65 |
* | stored config option requires rails ( maybe a wrong requires on ruby-activere... | Michael Scherer | 2010-12-06 | 1 | -1/+1 |
* | - enable stored config | Michael Scherer | 2010-12-06 | 1 | -1/+6 |
* | - install ruby-sqlite, to use stored config, and so exported config | Michael Scherer | 2010-12-06 | 1 | -1/+6 |
* | repsys/tmp and repsys/srpms owned by mga-packagers group | Nicolas Vigier | 2010-12-06 | 1 | -2/+2 |
* | update TODO | Nicolas Vigier | 2010-12-06 | 1 | -2/+0 |
* | add sticky bit on repsys/tmp and repsys/srpms | Nicolas Vigier | 2010-12-06 | 1 | -2/+2 |
* | mga-committers should be able to write in /home/schedbot/repsys/srpms | Olivier Blin | 2010-12-06 | 1 | -0/+2 |
* | repsys dirs should be owned by schedbot | Olivier Blin | 2010-12-06 | 1 | -0/+3 |
* | add binaries-repository options | Nicolas Vigier | 2010-12-06 | 1 | -0/+2 |
* | override mkrel to use distro_release macro (to be removed later) | Olivier Blin | 2010-12-06 | 1 | -0/+2 |
* | rpm-build is required for repsys to rebuild src rpm on submit | Olivier Blin | 2010-12-06 | 1 | -0/+3 |
* | add requires on package, so it doesn't prevent apache from starting | Michael Scherer | 2010-12-05 | 1 | -2/+4 |
* | mga-committers should be able to write in /home/schedbot/repsys/tmp | Olivier Blin | 2010-12-05 | 1 | -0/+2 |
* | create /home/schedbot/repsys/{tmp,srpms} | Olivier Blin | 2010-12-05 | 1 | -0/+15 |
* | trunk dir is cauldron, not hardcoded cooker from repsys | Olivier Blin | 2010-12-05 | 1 | -0/+1 |
* | add repsys conf file (listing cauldron) | Olivier Blin | 2010-12-05 | 2 | -1/+67 |
* | allow pkgsubmit on valstar | Olivier Blin | 2010-12-05 | 1 | -0/+1 |
* | - fix the zone ( too much 0 ) | Michael Scherer | 2010-12-02 | 1 | -8/+7 |
* | add ordering to the ssl cert creation ( so apache do not fail when reloaded ) | Michael Scherer | 2010-12-02 | 1 | -1/+2 |
* | - fix the previous fix ( last time I do sysadmin work during a meeting withou... | Michael Scherer | 2010-12-01 | 1 | -1/+1 |
* | fix the type of the zone too | Michael Scherer | 2010-12-01 | 1 | -2/+2 |
* | fix syntax | Michael Scherer | 2010-12-01 | 2 | -2/+2 |
* | factorization of the dns server class ( since we use puppet to | Michael Scherer | 2010-12-01 | 2 | -7/+8 |
* | add the reverse ipv6 zone | Michael Scherer | 2010-12-01 | 2 | -0/+15 |
* | - add the zone for reverse dns on our ipv6 range | Michael Scherer | 2010-12-01 | 3 | -1/+31 |
* | fix the template, this cause the epoll installation on alamut to not | Michael Scherer | 2010-11-30 | 1 | -1/+1 |
* | - create the certificate ( self signed ) when ssl is enabled | Michael Scherer | 2010-11-30 | 1 | -0/+7 |
* | enable SNI and use one certificate per vhost for catalyst application | Michael Scherer | 2010-11-30 | 1 | -4/+2 |
* | add the directory that will hold ssl certs | Michael Scherer | 2010-11-30 | 1 | -0/+4 |
* | since the domain name is not added automatically by openssl module, add | Michael Scherer | 2010-11-30 | 1 | -1/+1 |