Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename mga-common module to mga_common. | Nicolas Vigier | 2013-06-19 | 24 | -27/+27 | |
| | | | | New puppet version doesn't like modules with a - in their name. | |||||
* | mga-advisories/update_script: use mgaadv instead of mkadvisories | Nicolas Vigier | 2013-06-13 | 1 | -1/+1 | |
| | ||||||
* | add 'icecream' to gentoo (audio apps) | Damien Lallement | 2013-06-13 | 1 | -0/+1 | |
| | ||||||
* | mga-advisories.conf: add mail config | Nicolas Vigier | 2013-06-13 | 1 | -0/+4 | |
| | ||||||
* | add 'icecream' to debian | Damien Lallement | 2013-06-13 | 1 | -0/+1 | |
| | ||||||
* | mga-advisories.conf: set mode to site | Nicolas Vigier | 2013-06-13 | 1 | -0/+1 | |
| | ||||||
* | cgit: Cosmetics | Colin Guthrie | 2013-06-09 | 1 | -2/+2 | |
| | ||||||
* | cgit: Add a clone URL | Colin Guthrie | 2013-06-09 | 1 | -1/+1 | |
| | ||||||
* | git: Use --mirror over --bare such that new branches etc. are pulled. | Colin Guthrie | 2013-06-09 | 1 | -1/+1 | |
| | ||||||
* | cgit: Fix syntax highlighting script name | Colin Guthrie | 2013-06-09 | 1 | -1/+1 | |
| | ||||||
* | cgit: Use ScriptAliasMatch to have better handling of URLs | Colin Guthrie | 2013-06-09 | 1 | -4/+1 | |
| | ||||||
* | Add rewrite rules for cgit and move some apache configuration to a better place | Colin Guthrie | 2013-06-09 | 2 | -7/+10 | |
| | ||||||
* | Reuse gitweb.mageia.org domain | Colin Guthrie | 2013-06-09 | 1 | -1/+1 | |
| | ||||||
* | Missed an file when copying gitweb module | Colin Guthrie | 2013-06-09 | 1 | -4/+3 | |
| | ||||||
* | Add initial cgit module | Colin Guthrie | 2013-06-09 | 5 | -0/+219 | |
| | ||||||
* | mga-advisories: fix syntax | Nicolas Vigier | 2013-06-06 | 1 | -1/+1 | |
| | ||||||
* | Add mga-advisories module | Nicolas Vigier | 2013-06-06 | 3 | -0/+90 | |
| | ||||||
* | remove 'chromium' and 'cpulimit' from gentoo | Damien Lallement | 2013-06-06 | 1 | -0/+2 | |
| | ||||||
* | Fix treasurer SSL vhost | Nicolas Vigier | 2013-06-05 | 1 | -0/+1 | |
| | ||||||
* | Add SSL vhost for treasurer.mageia.org | Nicolas Vigier | 2013-06-05 | 1 | -0/+11 | |
| | ||||||
* | mga-treasurer: set Access-Control-Allow-Origin header for .json files | Nicolas Vigier | 2013-06-01 | 2 | -0/+4 | |
| | ||||||
* | buildsystem::distros: remove iurt_use_bootstrap option | Nicolas Vigier | 2013-05-31 | 2 | -6/+0 | |
| | | | | This option is no longer needed with the no_mirror option. | |||||
* | buildsystem::distros: add 'no_mirror' option | Nicolas Vigier | 2013-05-31 | 2 | -0/+8 | |
| | | | | For distributions that are not mirrored (like infra_*). | |||||
* | buildsystem: Add iurt_use_bootstrap option for distros | Nicolas Vigier | 2013-05-30 | 2 | -0/+6 | |
| | | | | Option to select wether iurt should use bootstrap URL for medias. | |||||
* | Fix typo thank you boklm | Nicolas Lécureuil | 2013-05-30 | 1 | -1/+1 | |
| | ||||||
* | Add a topic for users ML ( discuss-fr ) | Nicolas Lécureuil | 2013-05-30 | 1 | -0/+3 | |
| | ||||||
* | buildsystem/templates/media.cfg: hdlists -> hdlist | Nicolas Vigier | 2013-05-30 | 1 | -5/+5 | |
| | ||||||
* | buildsystem: Add option 'no_media_cfg_update' | Nicolas Vigier | 2013-05-29 | 2 | -2/+6 | |
| | | | | Option to disable generation of media.cfg for a distro. | |||||
* | Fix medias order in media.cfg | Nicolas Vigier | 2013-05-29 | 2 | -3/+11 | |
| | ||||||
* | media.cfg: add both media_type and media_types | Nicolas Vigier | 2013-05-29 | 1 | -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 Vigier | 2013-05-29 | 2 | -17/+17 | |
| | ||||||
* | sympa: add reply_to on public_restricted lists | Nicolas Vigier | 2013-05-29 | 1 | -0/+1 | |
| | ||||||
* | buildsystem/media.cfg: enable i586 medias | Nicolas Vigier | 2013-05-25 | 1 | -1/+1 | |
| | ||||||
* | postfix: don't add nail package | Nicolas Vigier | 2013-05-23 | 1 | -1/+1 | |
| | | | | (to remove duplicate definitions) | |||||
* | buildsystem/media.cfg: don't add non-existend medias | Nicolas Vigier | 2013-05-23 | 1 | -1/+1 | |
| | | | | | Don't add i586 medias on x86_64 in media.cfg, if the distro does not have i586 medias. | |||||
* | viewvc: include apache::mod::fastcgi | Nicolas Vigier | 2013-05-23 | 1 | -0/+1 | |
| | ||||||
* | Add viewvc::var class for viewvc options | Nicolas Vigier | 2013-05-23 | 2 | -3/+13 | |
| | | | | | Add options in viewvc::var to be able to change the vhost used by viewvc, and the template file used for /etc/viewvc/viewvc.conf. | |||||
* | buildsystem::var::webstatus: add max_modified option | Nicolas Vigier | 2013-05-23 | 2 | -1/+4 | |
| | | | | Add an option to select how much history should be displayed. | |||||
* | buildsystem: add option to select age of cleaned logs | Nicolas Vigier | 2013-05-23 | 2 | -5/+13 | |
| | ||||||
* | buildsystem: move uploads dir tidy to scheduler.pp | Nicolas Vigier | 2013-05-23 | 2 | -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 repo | Nicolas Vigier | 2013-05-23 | 1 | -0/+6 | |
| | ||||||
* | apache: add option to select default redirect URL | Nicolas Vigier | 2013-05-23 | 2 | -2/+13 | |
| | | | | | Add an option to change the URL to redirect to in case of unknown vhost. If the option is not provided, a 404 error is returned. | |||||
* | buildsystem: add themes alias in webstatus vhost config | Nicolas Vigier | 2013-05-23 | 1 | -1/+2 | |
| | | | | Add alias for themes directory in webstatus vhost config. | |||||
* | buildsystem::webstatus: include apache::mod::php | Nicolas Vigier | 2013-05-23 | 1 | -0/+1 | |
| | | | | webstatus uses php, so we need to include apache mod_php. | |||||
* | buildsystem: create config file for webstatus | Nicolas Vigier | 2013-05-23 | 3 | -1/+51 | |
| | | | | | Create /etc/bs-webstatus.conf config file using new parameters from buildsystem::var::webstatus. | |||||
* | buildsystem::var::webstatus: add comments | Nicolas Vigier | 2013-05-23 | 1 | -0/+6 | |
| | ||||||
* | buildsystem: make media_info dir owned by schedbot | Nicolas Vigier | 2013-05-23 | 1 | -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 distribution | Nicolas Vigier | 2013-05-23 | 1 | -0/+2 | |
| | ||||||
* | buildsystem/Mageia.pm: remove warning | Nicolas Vigier | 2013-05-23 | 1 | -1/+1 | |
| | | | | Remove warning about deprecated method. | |||||
* | buildsystem/upload.conf: add arch and mandatory_arch | Nicolas Vigier | 2013-05-23 | 1 | -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. |