aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/mgarepo.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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: remove use of .each on hashesNicolas Vigier2013-05-231-4/+8
| | | | | | | | | | | | | | Remove use of "each" methods on hashes in template files. With ruby 1.8, the order in which the hash is enumerated is random. When using the each method to scan all hash keys and elements in template files, puppet will do unnecessary changes in files installed on the server, making it more difficult to see the real changes. In order to avoid this, we stop using the "each" method on hashes and instead use the "keys" method to get an array of all keys and sort it alphabetically. With ruby 1.9 the hashes enumerate their values in the order that the corresponding keys were inserted, but we are still using ruby 1.8 with Mageia 2.
* buildsystem: generate mgarepo.conf using $distrosNicolas Vigier2013-05-231-34/+20
| | | | Use settings from buildsystem::var::distros to create mgarep.conf.
* buildsystem/mgarepo.conf: remove %mgaversion macroNicolas Vigier2013-05-231-6/+0
| | | | | | | Remove %mgaversion macro definition, as it doesn't seem to be used by packages during srpm generation. Also the value defined by mgarepo.conf is incorrect as it doesn't correspond to the value defined by rpm-mageia-setup-build package.
* buildsystem/mgarepo.conf: remove %mageia_branch macroNicolas Vigier2013-05-231-1/+0
| | | | | | The %mageia_branch macro does not seem to be used, according to a search on "site:mageia.org %mageia_branch" on google. So remove it from mgarepo.conf to simplify the configuration.
* Add buildsystem::var::mgarepo.Nicolas Vigier2013-05-231-16/+19
| | | | | The mgarepo.conf template is now using settings from buildsystem::var::mgarepo.
* buildsystem::binrepo: add option to select binrepo hostnameNicolas Vigier2013-05-221-2/+3
|
* mgarepo.conf: remove obsolete binaries-repository optionsNicolas Vigier2013-05-221-2/+0
|
* add infra_2 repositoryNicolas Vigier2012-08-301-0/+5
|
* buildsystem: add support for mga 2Thomas Backlund2012-05-271-2/+12
|
* Allow submitting to infra_1 from anywherePascal Terjan2012-02-131-0/+1
|
* First steps to create infra_1 distroPascal Terjan2012-02-131-0/+4
|
* do not hardcode the domain for binreposMichael Scherer2011-08-231-2/+2
|
* add binrepo config in mgarepo.confNicolas Vigier2011-08-181-0/+6
|
* install mgarepo.confNicolas Vigier2011-08-181-0/+76