Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make buildsystem::create_upload_dir a class instead of a define | Nicolas Vigier | 2013-05-23 | 2 | -8/+9 |
| | | | | | buildsystem::create_upload_dir is used only once, so it should be a class and not a define. | ||||
* | buildsystem::create_upload_dir: remove parameters | Nicolas Vigier | 2013-05-23 | 2 | -13/+11 |
| | | | | | Remove parameters for buildsystem::create_upload_dir. Instead access configuration variables directly. | ||||
* | buildsystem::mgarepo: remove useless import | Nicolas Vigier | 2013-05-23 | 1 | -1/+0 |
| | |||||
* | buildsystem::create_upload_dir.rb: fix define name | Nicolas Vigier | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | mga-common: add hash_merge function | Nicolas Vigier | 2013-05-23 | 1 | -0/+11 |
| | | | | | This function takes two hashes as argument and return a new hash containing the content of the two hashes. | ||||
* | mga-common: add hash_keys function | Nicolas Vigier | 2013-05-23 | 1 | -0/+10 |
| | | | | | This function takes a hash as argument and return the hash keys as a list. | ||||
* | buildsystem: add option to change maintdb hostname | Nicolas Vigier | 2013-05-23 | 2 | -1/+2 |
| | |||||
* | Add buildsystem::var::maintdb | Nicolas Vigier | 2013-05-23 | 6 | -27/+34 |
| | | | | buildsystem::var::maintdb is used to store maintdb configuration. | ||||
* | buildsystem::maintdb: use webstatus location variable | Nicolas Vigier | 2013-05-23 | 1 | -4/+4 |
| | |||||
* | buildsystem::webstatus: remove useless variable | Nicolas Vigier | 2013-05-23 | 1 | -2/+1 |
| | |||||
* | buildsystem: add options to select webstatus location | Nicolas Vigier | 2013-05-23 | 2 | -5/+5 |
| | |||||
* | Add buildsystem::var::webstatus | Nicolas Vigier | 2013-05-23 | 2 | -2/+8 |
| | | | | Make vhost and svn url configurable by adding buildsystem::var::webstatus. | ||||
* | buildsystem: rename pkgsubmit to webstatus | Nicolas Vigier | 2013-05-23 | 2 | -2/+2 |
| | | | | | | | Rename buildsystem::pkgsubmit to buildsystem::webstatus. pkgsubmit name has been used as the name of the host to submit packages, and the hostname of the web page to view the buildsystem status, but the two are different things, so they should be separated. | ||||
* | buildsystem::var::groups: fix syntax | Nicolas Vigier | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | buildsystem::binrepo: add option to select binrepo hostname | Nicolas Vigier | 2013-05-22 | 4 | -3/+6 |
| | |||||
* | mgarepo.conf: remove obsolete binaries-repository options | Nicolas Vigier | 2013-05-22 | 1 | -2/+0 |
| | |||||
* | buildsystem: move groups definitions to var::groups | Nicolas Vigier | 2013-05-22 | 12 | -16/+18 |
| | | | | | | Create buildsystem::var::groups to configure packagers and packagers_committers groups, and remove buildsystem::base which is now empty. | ||||
* | buildsystem: move binrepo config to buildsystem::var::binrepo | Nicolas Vigier | 2013-05-22 | 6 | -22/+29 |
| | |||||
* | buildsystem::mgarepo: remove repsys.conf | Nicolas Vigier | 2013-05-22 | 1 | -3/+2 |
| | | | | | repsys.conf was the config file used by repsys and first versions of mgarepo. It is replaced by mgarepo.conf and is not longer used. | ||||
* | buildsystem::mainnode: remove useless variables | Nicolas Vigier | 2013-05-22 | 1 | -4/+1 |
| | |||||
* | buildsystem::scheduler: remove useless include | Nicolas Vigier | 2013-05-22 | 1 | -1/+0 |
| | |||||
* | maintdb/sudoers.maintdb: fix schedbot variable | Nicolas Vigier | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | buildsystem::mainnode: don't install schedbot key on schedbot | Nicolas Vigier | 2013-05-22 | 1 | -2/+0 |
| | | | | | | | | | | | Don't install schedbot's ssh key on schedbot's authorized_keys file. Current version of ssh::auth does not allow installing a key to multiple users' authorized_keys on the same node, so we can't install schedbot's key to schedbot and iurt users at the same time. This prevent having a buildsystem scheduler and build bot on the same server. However schedbot does not really need to have its ssh key on its own authorized_keys, so we can remove it. | ||||
* | buildsystem: remove iurt ssh key | Nicolas Vigier | 2013-05-22 | 3 | -10/+1 |
| | | | | The iurt ssh key does not seem to be used. | ||||
* | Add buildsystem::var::iurt | Nicolas Vigier | 2013-05-22 | 10 | -22/+23 |
| | | | | This class is used for iurt settings. | ||||
* | buildsystem: really freeze mageia 1 | Nicolas Vigier | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | buildsystem: set authorized_packages: | Nicolas Vigier | 2013-05-21 | 1 | -0/+1 |
| | |||||
* | mga-treasurer: run $update_script | Nicolas Vigier | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | Add press alias ( asked by ennael) | Nicolas Lécureuil | 2013-05-21 | 1 | -0/+1 |
| | |||||
* | mga-treasurer: add /static directory alias | Nicolas Vigier | 2013-05-20 | 1 | -0/+1 |
| | |||||
* | lock updates_testing | Thomas Backlund | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | mga-treasurer.conf: add out_dir | Nicolas Vigier | 2013-05-15 | 1 | -0/+1 |
| | |||||
* | Add mga-treasurer module | Nicolas Vigier | 2013-05-15 | 3 | -0/+84 |
| | |||||
* | Correctly generate product_id on mirrors | Nicolas Lécureuil | 2013-04-24 | 1 | -0/+10 |
| | |||||
* | sympa::list::private: add $sender_email parameter | Nicolas Vigier | 2013-04-23 | 1 | -0/+2 |
| | |||||
* | sympa::list: remove unused parameter $profile | Nicolas Vigier | 2013-04-22 | 4 | -4/+0 |
| | |||||
* | Send new blog post notifications to i18n-reports ML | Nicolas Vigier | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | rename sympa::public_restricted_list to sympa::list::public_restricted | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | rename sympa::announce_list_email to sympa::list::announce | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | rename sympa::public_list to sympa::list::public | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | sympa/public_restricted_list.pp: fix typo in comment | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | sympa: remove unused list types | Nicolas Vigier | 2013-04-22 | 5 | -82/+0 |
| | |||||
* | sympa/scenario/sender_restricted.pp: fix syntax | Nicolas Vigier | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | sympa: merge subscriber_moderated scenari into sender.restricted scenari | Nicolas Vigier | 2013-04-22 | 8 | -28/+20 |
| | |||||
* | sympa: merge sender_email and sender_ldap_group scenarios | Nicolas Vigier | 2013-04-22 | 6 | -26/+17 |
| | | | | So that it's possible to have both on one ML. | ||||
* | sympa, lists: change sender_email parameter to an array | Nicolas Vigier | 2013-04-22 | 1 | -2/+4 |
| | |||||
* | sympa/list.pp: remove useless variable $sender_email_file | Nicolas Vigier | 2013-04-22 | 1 | -6/+0 |
| | |||||
* | sympa: create scenario files by ML name | Nicolas Vigier | 2013-04-22 | 6 | -20/+13 |
| | |||||
* | openldap: allow setting drink (favoriteDrink) attribute | Nicolas Vigier | 2013-04-18 | 1 | -1/+1 |
| | |||||
* | postfix: add aliases for old mailing lists | Nicolas Vigier | 2013-04-16 | 1 | -0/+7 |
| |