aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/iurt
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem: use webstatus hostname config in iurt.confNicolas Vigier2013-05-231-0/+1
|
* buildsystem: use common iurt config file for all distrosNicolas Vigier2013-05-231-1/+1
| | | | | | | | | | | All distributions now use the same template file for their iurt configuration file. The 'base_media' value has been added in the distributions configuration in buildsystem::var::distros to allow setting in iurt configuration the base_media that will be used to generate chroots. The iurt configuration now also contains all the medias in 'all_media', instead of only the 'release' medias previously.
* buildsystem/upload.conf: use webstatus configNicolas Vigier2013-05-231-0/+1
| | | | | Use the variable from webstatus configuration to set URL in upload.conf instead of hardcoding pkgsubmit.$domain.
* Add buildsystem::var::iurtNicolas Vigier2013-05-223-9/+6
| | | | This class is used for iurt settings.
* buildsystem::iurt::upload: fix $sched_loginNicolas Vigier2012-12-111-1/+1
|
* place the module where puppet will find itMichael Scherer2012-03-171-27/+0
|
* move ssh auth stuff to buildnode rather than iurt class ( as we may reuse ↵Michael Scherer2012-03-161-4/+0
| | | | | | the iurt class for packagers buildhost that would not need the ssh stuff )
* do not declare the key twiceMichael Scherer2012-03-161-6/+0
|
* create the key when we declare a ssh userMichael Scherer2012-03-161-1/+1
|
* move key creation of iurt to the iurt manifest, since that's where it ↵Michael Scherer2012-03-161-0/+6
| | | | belong, and clean base.pp
* fix syntaxMichael Scherer2012-03-161-1/+1
|
* fix missing variableMichael Scherer2012-03-161-0/+1
|
* move iurtupload.pp to iurt/upload.pp ( so everything related to iurt is in ↵Michael Scherer2012-03-161-0/+16
| | | | one directory )
* refactor completely iurt module ( maybe should even be moved out of buildsystemMichael Scherer2012-03-164-22/+36
| | | | module, since it tend to be too big )
* move iurt.pp to a subdirectoryMichael Scherer2012-03-161-0/+44