aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Run bugzilla crons as apachePascal Terjan2017-12-241-2/+2
|
* Use same config for ssl and non ssl mirrors vhost (mga#20805)Pascal Terjan2017-12-221-2/+3
|
* Add neru and 127.0.0.1 to mynetworksPascal Terjan2017-12-221-1/+1
|
* Fix whitelist of our own servers and remove old entriesPascal Terjan2017-12-221-6/+1
|
* Log URLs we fail to fetch from reference mirrorPascal Terjan2017-12-221-1/+6
|
* Switch primary MX to sucukPascal Terjan2017-12-211-2/+2
|
* Use sucuk for outgoing emailsPascal Terjan2017-12-211-1/+1
|
* Catch another timeout exceptionPascal Terjan2017-12-211-1/+1
|
* Switch primary MX to sucuk for group.mageia.orgPascal Terjan2017-12-211-2/+2
|
* Fix version checkPascal Terjan2017-12-211-1/+1
|
* Switch sucuk to send out emails directlyPascal Terjan2017-12-211-1/+1
|
* D-C is downThomas Backlund2017-12-161-2/+0
|
* Setup vhost for meeting logsPascal Terjan2017-12-133-0/+32
|
* Backup meeting logs from neruPascal Terjan2017-12-131-2/+2
|
* Remove config for servoces no longer running on krampouezhPascal Terjan2017-12-103-36/+1
|
* Kill champagnePascal Terjan2017-12-103-7/+0
|
* Switch meetbot to neruPascal Terjan2017-12-101-2/+2
|
* Disable monitoring of champagnePascal Terjan2017-12-071-1/+1
|
* Fix typoPascal Terjan2017-12-061-1/+1
|
* Move remaining stuff from champagne to neruPascal Terjan2017-12-061-6/+6
|
* Switch static to neruPascal Terjan2017-12-061-3/+3
|
* Enable statuc on neruPascal Terjan2017-12-061-1/+1
|
* Switch blog and planet to neruPascal Terjan2017-12-061-3/+3
|
* Add IPv6 to ns*Pascal Terjan2017-12-061-1/+3
|
* Move ns1 to neruPascal Terjan2017-12-061-3/+3
|
* Update DNS for moves to neruPascal Terjan2017-12-061-1/+1
|
* Move dashboard to neruPascal Terjan2017-12-061-1/+1
|
* Sort some cnamesPascal Terjan2017-12-061-6/+6
|
* Enable everything except static on neruPascal Terjan2017-12-061-3/+3
|
* Redirect some things to neruPascal Terjan2017-12-051-5/+8
|
* Correct commentPascal Terjan2017-12-051-1/+1
|
* Enable a few more things on neruPascal Terjan2017-12-051-2/+2
|
* Enable www on neruPascal Terjan2017-12-051-1/+1
|
* Enable a few websites on neruPascal Terjan2017-12-051-4/+4
|
* Remove nav from champagne and neruPascal Terjan2017-12-052-2/+0
| | | | It is actually running on sucuk nowadays
* Enable nav on neruPascal Terjan2017-12-051-1/+1
|
* Enable some of the blog stuff on neruPascal Terjan2017-12-051-4/+4
|
* Allow libguestfs to access network during buildPascal Terjan2017-10-132-0/+11
|
* Force amavis forwarding portsPascal Terjan2017-10-111-2/+2
| | | | | Defaults have changed from 10026 to 10025 which is were it is listening for us, so looping.
* Kill armv5tl in CauldronPascal Terjan2017-10-072-2/+1
|
* Build infra_6 for arm tooPascal Terjan2017-10-031-1/+1
|
* Add a 3rd build on rabbit to help current perl-* rebuildPascal Terjan2017-10-021-2/+2
|
* Remove scwbuilderPascal Terjan2017-09-283-14/+3
| | | | | It seems to work so we can add it when needed but no point paying for it currently.
* Fix syntaxPascal Terjan2017-09-281-1/+1
|
* Try adding a temporary builder now that we have a Scaleway Mageia 6 imagePascal Terjan2017-09-283-2/+13
|
* Update xymon hosts config file for Mageia >= 5Pascal Terjan2017-09-251-5/+15
|
* Enable a few more things on neruPascal Terjan2017-09-241-2/+2
|
* Stop using ssh_host_key on Mageia 6Pascal Terjan2017-09-241-0/+2
|
* Drop deprecated sshd optionPascal Terjan2017-09-241-0/+2
|
* Fix random breakage of bindPascal Terjan2017-09-241-1/+1
| | | | | | | | | | If bind is not started when we create the file, we write into /var/lib/named/var/named/ which then means the script will skip mounting it as the directory is not empty, and even if it mounted it the files would be hidden. If it's running it's bind mounted already so writing to /var/named/ is enough anyway.