aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem: maintdb allow *-team maintainers.Colin Guthrie2014-09-191-2/+2
| | | | | | | | | | | *-team maintainers behave just like 'nobody' but can be used to indicate packages that actually are maintained, but are handled by a team rather than an individual. This doesn't integrate *-team anywhere else in the stack it just allows the maintainers to be set. Anything that assumes a maintainer in the maintdb is a user (modulo 'nobody') would need to be updated to handle this change.
* buildsystem: maintdb slight modernisation+use bash explicitly.Colin Guthrie2014-09-191-28/+15
| | | | | | This is slightly subjective but most scripts do it this way these days without the extra letters on string comparisons and collapsing the if+then onto one line.
* buildsystem: maintdb tabs->spacesColin Guthrie2014-09-191-33/+32
|
* buildsystem: Future proof SRPM check URL for backports.Colin Guthrie2014-08-121-2/+2
|
* Add a super simple API for checking whether an update SRPM exists.Colin Guthrie2014-08-121-0/+9
| | | | | This will be useful for advisory publication checks to make sure the SRPMs actually exist prior to assigning an advisory ID
* Switch to lzma -7 for xml files, we use 5.64% more space but save 52.81% of ↵Pascal Terjan2014-06-281-1/+1
| | | | cpu time
* buildsystem: Switch the /root/release svn checkout to a git clone.Colin Guthrie2014-06-121-2/+2
|
* Add a few more autorebuild rulesPascal Terjan2014-04-181-1/+10
|
* Add definition for dependencies actionsPascal Terjan2014-04-181-0/+9
|
* add backports tree to allowed listThomas Backlund2014-01-231-1/+1
|
* remove unused media_types definition (we rely on media_type)Thomas Backlund2013-11-021-5/+0
|
* buildsystem: ensure more syslinux files are extracted to the treeColin Guthrie2013-11-021-1/+1
|
* Fix syntaxNicolas Vigier2013-09-291-4/+4
|
* Enable auto rebuild for a few packagesPascal Terjan2013-09-291-0/+11
|
* Switch the pkgsubmit website from an svn checkout to a git cloneColin Guthrie2013-08-202-5/+5
|
* Fix autobuild alias (used by youri-check Build test)Pascal Terjan2013-08-081-2/+2
|
* add ssl vhost for pkgsubmit.mageia.orgNicolas Vigier2013-07-251-1/+14
|
* cinnamon and mate are mga4 accepted featuresThomas Backlund2013-07-211-9/+0
|
* Rename mga-common module to mga_common.Nicolas Vigier2013-06-194-8/+8
| | | | New puppet version doesn't like modules with a - in their name.
* buildsystem::distros: remove iurt_use_bootstrap optionNicolas Vigier2013-05-312-6/+0
| | | | This option is no longer needed with the no_mirror option.
* buildsystem::distros: add 'no_mirror' optionNicolas Vigier2013-05-312-0/+8
| | | | For distributions that are not mirrored (like infra_*).
* buildsystem: Add iurt_use_bootstrap option for distrosNicolas Vigier2013-05-302-0/+6
| | | | Option to select wether iurt should use bootstrap URL for medias.
* buildsystem/templates/media.cfg: hdlists -> hdlistNicolas Vigier2013-05-301-5/+5
|
* buildsystem: Add option 'no_media_cfg_update'Nicolas Vigier2013-05-292-2/+6
| | | | Option to disable generation of media.cfg for a distro.
* Fix medias order in media.cfgNicolas Vigier2013-05-292-3/+11
|
* media.cfg: add both media_type and media_typesNicolas Vigier2013-05-291-0/+5
| | | | | | Temporary fix, while we have two versions of urpmi using different values : https://bugs.mageia.org/show_bug.cgi?id=10335#c8
* buildsystem: media_types -> media_type (bug #10335)Nicolas Vigier2013-05-292-17/+17
|
* buildsystem/media.cfg: enable i586 mediasNicolas Vigier2013-05-251-1/+1
|
* buildsystem/media.cfg: don't add non-existend mediasNicolas Vigier2013-05-231-1/+1
| | | | | Don't add i586 medias on x86_64 in media.cfg, if the distro does not have i586 medias.
* buildsystem::var::webstatus: add max_modified optionNicolas Vigier2013-05-232-1/+4
| | | | Add an option to select how much history should be displayed.
* buildsystem: add option to select age of cleaned logsNicolas Vigier2013-05-232-5/+13
|
* buildsystem: move uploads dir tidy to scheduler.ppNicolas Vigier2013-05-232-7/+6
| | | | | Move tidying of uploads directory from mgarepo.pp to scheduler.pp as it is related to scheduler and not mgarepo.
* buildsystem::distros: create media_info dir for each repoNicolas Vigier2013-05-231-0/+6
|
* buildsystem: add themes alias in webstatus vhost configNicolas Vigier2013-05-231-1/+2
| | | | Add alias for themes directory in webstatus vhost config.
* buildsystem::webstatus: include apache::mod::phpNicolas Vigier2013-05-231-0/+1
| | | | webstatus uses php, so we need to include apache mod_php.
* buildsystem: create config file for webstatusNicolas Vigier2013-05-233-1/+51
| | | | | Create /etc/bs-webstatus.conf config file using new parameters from buildsystem::var::webstatus.
* buildsystem::var::webstatus: add commentsNicolas Vigier2013-05-231-0/+6
|
* buildsystem: make media_info dir owned by schedbotNicolas Vigier2013-05-231-1/+1
| | | | | schedbot user needs write access to the media_info directory when youri runs genhdlist2, to update MD5SUM files.
* buildsystem/iurt.conf: add vendor and distributionNicolas Vigier2013-05-231-0/+2
|
* buildsystem/Mageia.pm: remove warningNicolas Vigier2013-05-231-1/+1
| | | | Remove warning about deprecated method.
* buildsystem/upload.conf: add arch and mandatory_archNicolas Vigier2013-05-231-0/+25
| | | | | | | | 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.
* buildsystem: fix packagers group in sudoers.youriNicolas Vigier2013-05-231-1/+1
| | | | | Remove hardcoded packagers group in templates/sudoers.youri. Use variable buildsystem::var::groups::packagers.
* buildsystem::binrepo: install nail packageNicolas Vigier2013-05-231-0/+5
| | | | | The upload-bin script for binrepo use the mailx command provided by the nail package.
* buildsystem::var::distros: add tmpl_media.cfgNicolas Vigier2013-05-232-2/+11
| | | | | | | 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.
* buildsystem::repository: add includeNicolas Vigier2013-05-231-0/+1
|
* buildsystem::repository: create bootstrap_reporootNicolas Vigier2013-05-231-1/+2
|
* buildsystem::mgarepo: fix path to default.chlogNicolas Vigier2013-05-231-1/+1
| | | | | Fix path to default.chlog template file in mgarepo.conf. Use the /usr/share/mgarepo directory instead of /usr/share/repsys.
* buildsystem: allow schedbot to connect to schedbotNicolas Vigier2013-05-231-0/+5
|
* Use sshkeys module instead of auth::sshNicolas Vigier2013-05-233-7/+8
| | | | | The sshkeys module is easier to understand, and will allow us to install the same ssh key on 2 different accounts.
* buildsystem: add /etc/youri/host.confNicolas Vigier2013-05-233-1/+32
| | | | | | | | | | 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.