Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - enable ssl, and rewrite the web config to use the higher level apache | Michael Scherer | 2011-02-12 | 2 | -16/+13 |
| | | | | type we wrote | ||||
* | - add ssl support on blog, and reuse the vhost_base module ( so there | Michael Scherer | 2011-02-12 | 2 | -6/+11 |
| | | | | is less template to write ) | ||||
* | add a require on user ( for ordering prupose, as cron use the user ) | Michael Scherer | 2011-02-12 | 1 | -1/+1 |
| | |||||
* | - fix ordering, as the exec will fail if postgresql is not running | Michael Scherer | 2011-02-12 | 1 | -0/+2 |
| | | | | (errors seen when restarting a vm cloning alamut on kvm) | ||||
* | - use variable for the blog domain and location (less stuff to change | Michael Scherer | 2011-02-12 | 2 | -5/+8 |
| | | | | later ) | ||||
* | - add a comment about directory group ownership ( to see later ) | Michael Scherer | 2011-02-12 | 1 | -1/+2 |
| | |||||
* | - group logically the 2 parts of the file, scripts at first, websites at | Michael Scherer | 2011-02-12 | 1 | -14/+14 |
| | | | | the end | ||||
* | - script should be root owned | Michael Scherer | 2011-02-12 | 1 | -2/+2 |
| | |||||
* | - use /var/lib/blog for home directory of the systm user running blog | Michael Scherer | 2011-02-12 | 1 | -7/+1 |
| | |||||
* | - more explicit comment | Michael Scherer | 2011-02-12 | 1 | -1/+2 |
| | |||||
* | Enable ssl may not work right now | Dexter Morgan | 2011-02-12 | 1 | -2/+2 |
| | |||||
* | Enable white board | Dexter Morgan | 2011-02-12 | 1 | -1/+1 |
| | |||||
* | turn letsubmitterchoosemilestone to 0 | Dexter Morgan | 2011-02-12 | 1 | -1/+1 |
| | |||||
* | - rename file ( no need to number it ) | Michael Scherer | 2011-02-12 | 2 | -1/+1 |
| | |||||
* | - add a require on subversion ( for ordering purpose, spotted by boklm ) | Michael Scherer | 2011-02-12 | 1 | -1/+2 |
| | |||||
* | - fix output of the check script | Michael Scherer | 2011-02-12 | 1 | -1/+1 |
| | |||||
* | - fix the issue with bugzilla params file ( use -P to not take %param in ↵ | Michael Scherer | 2011-02-12 | 1 | -1/+1 |
| | | | | account ) | ||||
* | Fix default severity | Dexter Morgan | 2011-02-12 | 1 | -17/+17 |
| | | | | | | Fix defautl Arch Remove timetrackinggroup | ||||
* | Require perl-JSON-RPC install for the bugzilla needed for webteam | Dexter Morgan | 2011-02-12 | 1 | -0/+4 |
| | |||||
* | use signscript wrapper to check signature after signing | Nicolas Vigier | 2011-02-11 | 1 | -0/+1 |
| | |||||
* | - Stop if signature doesn't work after 15 try | Nicolas Vigier | 2011-02-11 | 1 | -0/+7 |
| | | | | | | - remove signature before trying to add it again | ||||
* | oops, use mktemp to create tmp file | Nicolas Vigier | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | use cp -pf | Nicolas Vigier | 2011-02-11 | 1 | -2/+2 |
| | |||||
* | add wrapper script to sign package, check signature, and sign in a loop ↵ | Nicolas Vigier | 2011-02-11 | 3 | -0/+25 |
| | | | | while signature is not correct | ||||
* | more explicit comment | Michael Scherer | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | add a class for mod_deflate | Damien Lallement | 2011-02-11 | 1 | -0/+6 |
| | |||||
* | add php-iconv and change apache-mod_deflate with a class in apache module | Damien Lallement | 2011-02-11 | 1 | -1/+2 |
| | |||||
* | typo (need a brain: help) | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | add apache-mod_deflate for planet | Damien Lallement | 2011-02-11 | 1 | -0/+4 |
| | |||||
* | use source instead of templates ( likely lighter, no need to parse the file ↵ | Michael Scherer | 2011-02-11 | 3 | -6/+6 |
| | | | | for no reason ) | ||||
* | remove requires (not working) | Nicolas Vigier | 2011-02-11 | 1 | -1/+0 |
| | |||||
* | require subversion package | Nicolas Vigier | 2011-02-11 | 1 | -0/+1 |
| | |||||
* | fix 'domain' (thanks boklm) | Damien Lallement | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | add to avoid SPAM | Damien Lallement | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | do not hardcode domain (spotted by misc) | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | add the user creation by puppet | Damien Lallement | 2011-02-11 | 1 | -15/+18 |
| | |||||
* | add a replyto for mail from bot and the user creation by puppet | Damien Lallement | 2011-02-11 | 1 | -2/+3 |
| | |||||
* | - remove TODO list as it was fullfiled | Michael Scherer | 2011-02-11 | 1 | -4/+2 |
| | | | | | - do not hardcode the domain name | ||||
* | change the user/group for /var/www/planet.mageia.org | Damien Lallement | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | - remove comment, as this was done | Michael Scherer | 2011-02-11 | 1 | -1/+0 |
| | |||||
* | switch managehome to true | Damien Lallement | 2011-02-11 | 1 | -5/+5 |
| | |||||
* | fix homedir (thanks to boklm) | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | typo... | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | typo (last one?...) | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | typo and comment about user | Damien Lallement | 2011-02-11 | 1 | -2/+2 |
| | |||||
* | typo (bis) | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | typo | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | add the creation of the user 'planet' | Damien Lallement | 2011-02-11 | 1 | -0/+6 |
| | |||||
* | Enable signature again. This time it should work. | Nicolas Vigier | 2011-02-10 | 1 | -2/+2 |
| | |||||
* | prevent a user from signing as schedbot ( would be a security issue on valstar ) | Michael Scherer | 2011-02-10 | 1 | -0/+1 |
| |