| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
This will be useful for advisory publication checks to make sure
the SRPMs actually exist prior to assigning an advisory ID
|
|
|
|
| |
cpu time
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
New puppet version doesn't like modules with a - in their name.
|
|
|
|
| |
This option is no longer needed with the no_mirror option.
|
|
|
|
| |
For distributions that are not mirrored (like infra_*).
|
|
|
|
| |
Option to select wether iurt should use bootstrap URL for medias.
|
| |
|
|
|
|
| |
Option to disable generation of media.cfg for a distro.
|
| |
|
|
|
|
|
|
| |
Temporary fix, while we have two versions of urpmi using different
values :
https://bugs.mageia.org/show_bug.cgi?id=10335#c8
|
| |
|
| |
|
|
|
|
|
| |
Don't add i586 medias on x86_64 in media.cfg, if the distro does not
have i586 medias.
|
|
|
|
| |
Add an option to select how much history should be displayed.
|
| |
|
|
|
|
|
| |
Move tidying of uploads directory from mgarepo.pp to scheduler.pp as it
is related to scheduler and not mgarepo.
|
| |
|
|
|
|
| |
Add alias for themes directory in webstatus vhost config.
|
|
|
|
| |
webstatus uses php, so we need to include apache mod_php.
|
|
|
|
|
| |
Create /etc/bs-webstatus.conf config file using new parameters from
buildsystem::var::webstatus.
|
| |
|
|
|
|
|
| |
schedbot user needs write access to the media_info directory when youri
runs genhdlist2, to update MD5SUM files.
|
| |
|
|
|
|
| |
Remove warning about deprecated method.
|
|
|
|
|
|
|
|
| |
Add arch and mandatory_arch settings in iurt/upload.conf template.
The arch setting is used by ulri to know the list of architectures for
which the packages need to be built. The mandatory_arch setting is used
by emi to know the list of architectures for which a package needs to be
built successfully before it can be installed in the repository.
|
|
|
|
|
| |
Remove hardcoded packagers group in templates/sudoers.youri. Use
variable buildsystem::var::groups::packagers.
|
|
|
|
|
| |
The upload-bin script for binrepo use the mailx command provided by the
nail package.
|
|
|
|
|
|
|
| |
It is now possible to specify a different template file for media.cfg
for each distribution, using the 'tmpl_media.cfg' option in the distros
variable from buildsystem::Var::distros. If the option is not set, the
default template (buildsystem/media.cfg) is used.
|
| |
|
| |
|
|
|
|
|
| |
Fix path to default.chlog template file in mgarepo.conf. Use the
/usr/share/mgarepo directory instead of /usr/share/repsys.
|
| |
|
|
|
|
|
| |
The sshkeys module is easier to understand, and will allow us to install
the same ssh key on 2 different accounts.
|
|
|
|
|
|
|
|
|
|
| |
The host.conf config file for youri contains the hostnames of the nodes
that are building packages for each architecture. The variable
$build_src_node has been added to buildsystem::var::scheduler to contain
the hostname of the server building the initial src.rpm. The variable
$build_nodes_aliases has been added to buildsystem::var::scheduler to be
used to find the real hostnames of the nodes building the packages for
each architecture.
|
| |
|
|
|
|
| |
Create SRPMS directories for medias.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The youri submit configuration has been changed. The following two
template files :
- youri/submit-todo.conf
- youri/submit-upload.conf
have been replaced by a common template file for youri submit-todo and
youri submit-upload :
- youri/submit.conf
This new template file does not contain any specific configuration.
Instead the youri configuration is now created using informations from
the following hash variables :
- the $youri_conf_default hash from buildsystem::var::youri, containing
default configuration for the repository, the checks, actions and
posts.
- the $youri_conf parameter from buildsystem::var::youri, overriding
infos from the default configuration defined in $youri_conf_default.
- the distros specific configuration is defined in the $distros
parameter from buildsystem::var::distros.
All those variables contain configuration for both youri submit-todo
and youri submit-upload.
This change allows moving all Mageia specific configuration outside the
buildsystem module to the class mga_buildsystem::config, while still
keeping common configuration in the buildsystem module.
The following checks definitions have also been removed from youri
submit-todo configuration, because they are not used in the current
configuration :
- history
- precedence
- section
- svn
The 'version' check options for infra_1 and infra_2 have been moved from
youri submit-upload to submit-todo configuration.
|