| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This allows to install them in a fakeroot and will allow to have a
simpler way to bootstrap new versions of perl. It also allows building
libguestfs without network access.
|
| |
|
|
| |
SeznamBot)
|
| |
|
|
|
| |
The default title is just the language, which isn't very useful.
This is a partial revert and change of commit 560aee1a1 and 28c48c739.
|
| |
|
|
|
|
| |
trusted_node_data is now enabled on the master
This reverts commit dff3eec23a755ceb24e758d959f89047263c1039.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Access without the @ symbol is the older method and is discouraged.
This is the fifth batch of files.
|
| |
|
|
|
|
| |
Access without the @ symbol is the older method and is discouraged.
This is the fourth batch of files.
|
| |
|
|
|
|
| |
Access without the @ symbol is the older method and is discouraged.
This is the third batch of files.
|
| |
|
|
| |
This was accidentally deleted during the rename in commit 12299baa.
|
| |
|
|
|
|
| |
This fixes the error:
Cannot reassign variable aliases at
/etc/puppet/modules/apache/manifests/vhost/catalyst_app.pp:9
|
| |
|
|
|
| |
The refactor in commit e39155d4d changed class names but Puppet 3 seems
to require the module path name to match.
|
| |
|
|
|
|
|
|
| |
This reverts commit 62a4955a31799b30b69ca8655a76f19550dde95c.
It seems Puppet 3.6.2 doesn't support this method:
Error 400 on SERVER: facts is not a hash or array when accessing it with architecture
|
| | |
|
| | |
|
| |
|
|
|
| |
Fixes this error with Puppet >= 4:
The parameter $title redefines a built in parameter in the 'define' expression
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit aff2234a87c43c44b86d6177d9ca78746a09642e.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 2 new aarch64 build nodes named lavand and majax
- 2 new build nodes named houdini and garcimore
- a deploy server named mandrake
- a web server named webb
- a repo server named melies
- update DNS and monitoring
- prepare to integrate the new build nodes
Preparation for 2 new x86_64 build nodes
Adds pp file for majax
IPs added for garcimore and houdini
update DNS
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
The mgagit script was previously run after the SSH keys script, but only
if an SSH key was updated. That meant that any group changes were not
reflected until after someone changed an SSH key.
Decouple the running of the two scripts since they are not (completely)
dependent on each other.
|
| |
|
|
| |
engine (Fix)
|
| | |
|
| |
|
|
|
|
|
| |
These provide potentially sensitive information, so allow access only
from localhost.
Reported-by: bas
|
| | |
|
| |
|
|
| |
These could hold secrets so should not be world-readable.
|
| |
|
|
|
| |
E-mails are now sent in both plain text and HTML for broader maintainer
appeal.
|
| |
|
|
|
|
|
| |
- Send messages also when packages are moved to obsolete
- Mention the maintainer name explicitly in the message
- Be more robust in handling a malformed maintdb.txt with duplicate
entries
|
| |
|
|
|
|
|
| |
If someone other than the registered maintainer of a package submits a
change to that package, notify the maintainer. These notifications are
skipped for robot changes and bulk changes where many packages are
changed at once.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
These were intended to be enabled only on svnweb.mageia.org but
mirrors.mageia.org (and a couple others) were using the same template.
The changes in commit 6802d174 caused the anti-robot mitigation to be
triggered when urpmi downloaded $MIRRORLIST from a URL like
https://mirrors.mageia.org/api/mageia.9.x86_64.list?reason=update which
contains a query part. Fork the template so only svnweb gets these
features, which was the original intent.
|
| |
|
|
|
| |
Try to reduce svnweb load by making anything other than a plain path
require an anti-robot cookie.
|
| | |
|
| |
|
|
| |
The disk just fills up too quickly.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
This fails with "Unable to open the chart datafile ./data/mining/0."
because that file isn't writable by apache. Rather than trying to fix
those permissions, just disable the script since nobody seems to be
using whatever statistics are being collected ("data about bugs to be
used in Old and New Charts").
This page has some information about the problem:
https://serverfault.com/questions/182139
|
| | |
|
| |
|
|
| |
Any additional URL parameters after a & were previously dropped.
|
| | |
|
| |
|
|
|
| |
This reduces the possibility of a malicious URL redirecting to another
domain.
|
| |
|
|
|
| |
The intent of this cookie isn't actually to track sessions, so eliminate
any privacy impact by using a fixed number instead.
|