Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildsystem: use webstatus hostname config in iurt.conf | Nicolas Vigier | 2013-05-23 | 1 | -0/+1 |
| | |||||
* | buildsystem: use common iurt config file for all distros | Nicolas Vigier | 2013-05-23 | 1 | -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 config | Nicolas Vigier | 2013-05-23 | 1 | -0/+1 |
| | | | | | Use the variable from webstatus configuration to set URL in upload.conf instead of hardcoding pkgsubmit.$domain. | ||||
* | Add buildsystem::var::iurt | Nicolas Vigier | 2013-05-22 | 3 | -9/+6 |
| | | | | This class is used for iurt settings. | ||||
* | buildsystem::iurt::upload: fix $sched_login | Nicolas Vigier | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | place the module where puppet will find it | Michael Scherer | 2012-03-17 | 1 | -27/+0 |
| | |||||
* | move ssh auth stuff to buildnode rather than iurt class ( as we may reuse ↵ | Michael Scherer | 2012-03-16 | 1 | -4/+0 |
| | | | | | | the iurt class for packagers buildhost that would not need the ssh stuff ) | ||||
* | do not declare the key twice | Michael Scherer | 2012-03-16 | 1 | -6/+0 |
| | |||||
* | create the key when we declare a ssh user | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | move key creation of iurt to the iurt manifest, since that's where it ↵ | Michael Scherer | 2012-03-16 | 1 | -0/+6 |
| | | | | belong, and clean base.pp | ||||
* | fix syntax | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | fix missing variable | Michael Scherer | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | move iurtupload.pp to iurt/upload.pp ( so everything related to iurt is in ↵ | Michael Scherer | 2012-03-16 | 1 | -0/+16 |
| | | | | one directory ) | ||||
* | refactor completely iurt module ( maybe should even be moved out of buildsystem | Michael Scherer | 2012-03-16 | 4 | -22/+36 |
| | | | | module, since it tend to be too big ) | ||||
* | move iurt.pp to a subdirectory | Michael Scherer | 2012-03-16 | 1 | -0/+44 |