/[adm]/puppet/modules/buildsystem/manifests
ViewVC logotype

Log of /puppet/modules/buildsystem/manifests

View Directory Listing Directory Listing


Sticky Revision:


Revision 3324 - Directory Listing
Modified Tue Aug 20 23:52:10 2013 UTC (10 years, 8 months ago) by colin
Switch the pkgsubmit website from an svn checkout to a git clone

Revision 3314 - Directory Listing
Modified Thu Aug 8 22:49:42 2013 UTC (10 years, 8 months ago) by pterjan
Fix autobuild alias (used by youri-check Build test)

Revision 3302 - Directory Listing
Modified Thu Jul 25 21:28:54 2013 UTC (10 years, 8 months ago) by boklm
add ssl vhost for pkgsubmit.mageia.org

Revision 3254 - Directory Listing
Modified Wed Jun 19 19:15:59 2013 UTC (10 years, 10 months ago) by boklm
Rename mga-common module to mga_common.

New puppet version doesn't like modules with a - in their name.

Revision 3221 - Directory Listing
Modified Fri May 31 09:32:43 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::distros: remove iurt_use_bootstrap option

This option is no longer needed with the no_mirror option.

Revision 3219 - Directory Listing
Modified Fri May 31 09:22:33 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::distros: add 'no_mirror' option

For distributions that are not mirrored (like infra_*).

Revision 3215 - Directory Listing
Modified Thu May 30 20:44:07 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: Add iurt_use_bootstrap option for distros

Option to select wether iurt should use bootstrap URL for medias.

Revision 3207 - Directory Listing
Modified Wed May 29 22:48:28 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: Add option 'no_media_cfg_update'

Option to disable generation of media.cfg for a distro.

Revision 3206 - Directory Listing
Modified Wed May 29 22:05:25 2013 UTC (10 years, 10 months ago) by boklm
Fix medias order in media.cfg

Revision 3204 - Directory Listing
Modified Wed May 29 20:44:29 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: media_types -> media_type (bug #10335)

Revision 3188 - Directory Listing
Modified Thu May 23 15:07:53 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::webstatus: add max_modified option

Add an option to select how much history should be displayed.

Revision 3187 - Directory Listing
Modified Thu May 23 15:07:51 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add option to select age of cleaned logs

Revision 3186 - Directory Listing
Modified Thu May 23 15:07:48 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: move uploads dir tidy to scheduler.pp

Move tidying of uploads directory from mgarepo.pp to scheduler.pp as it
is related to scheduler and not mgarepo.

Revision 3185 - Directory Listing
Modified Thu May 23 15:07:45 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::distros: create media_info dir for each repo

Revision 3183 - Directory Listing
Modified Thu May 23 15:07:40 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add themes alias in webstatus vhost config

Add alias for themes directory in webstatus vhost config.

Revision 3182 - Directory Listing
Modified Thu May 23 15:07:37 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::webstatus: include apache::mod::php

webstatus uses php, so we need to include apache mod_php.

Revision 3181 - Directory Listing
Modified Thu May 23 15:07:35 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: create config file for webstatus

Create /etc/bs-webstatus.conf config file using new parameters from
buildsystem::var::webstatus.

Revision 3180 - Directory Listing
Modified Thu May 23 15:07:32 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::webstatus: add comments

Revision 3179 - Directory Listing
Modified Thu May 23 15:07:29 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: make media_info dir owned by schedbot

schedbot user needs write access to the media_info directory when youri
runs genhdlist2, to update MD5SUM files.

Revision 3174 - Directory Listing
Modified Thu May 23 15:07:18 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::binrepo: install nail package

The upload-bin script for binrepo use the mailx command provided by the
nail package.

Revision 3173 - Directory Listing
Modified Thu May 23 15:07:15 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::distros: add tmpl_media.cfg

It is now possible to specify a different template file for media.cfg
for each distribution, using the 'tmpl_media.cfg' option in the distros
variable from buildsystem::Var::distros. If the option is not set, the
default template (buildsystem/media.cfg) is used.

Revision 3172 - Directory Listing
Modified Thu May 23 15:07:13 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::repository: add include

Revision 3171 - Directory Listing
Modified Thu May 23 15:07:10 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::repository: create bootstrap_reporoot

Revision 3169 - Directory Listing
Modified Thu May 23 15:07:05 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: allow schedbot to connect to schedbot

Revision 3167 - Directory Listing
Modified Thu May 23 15:06:59 2013 UTC (10 years, 10 months ago) by boklm
Use sshkeys module instead of auth::ssh

The sshkeys module is easier to understand, and will allow us to install
the same ssh key on 2 different accounts.

Revision 3165 - Directory Listing
Modified Thu May 23 15:06:52 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add /etc/youri/host.conf

The host.conf config file for youri contains the hostnames of the nodes
that are building packages for each architecture. The variable
$build_src_node has been added to buildsystem::var::scheduler to contain
the hostname of the server building the initial src.rpm. The variable
$build_nodes_aliases has been added to buildsystem::var::scheduler to be
used to find the real hostnames of the nodes building the packages for
each architecture.

Revision 3164 - Directory Listing
Modified Thu May 23 15:06:49 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::webstatus: fix svn url

Revision 3163 - Directory Listing
Modified Thu May 23 15:06:46 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::distros: create SRPMS directory

Create SRPMS directories for medias.

Revision 3162 - Directory Listing
Modified Thu May 23 15:06:43 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: Change youri submit configuration

The youri submit configuration has been changed. The following two
template files :
 - youri/submit-todo.conf
 - youri/submit-upload.conf
have been replaced by a common template file for youri submit-todo and
youri submit-upload :
 - youri/submit.conf

This new template file does not contain any specific configuration.
Instead the youri configuration is now created using informations from
the following hash variables :
 - the $youri_conf_default hash from buildsystem::var::youri, containing
   default configuration for the repository, the checks, actions and
   posts.
 - the $youri_conf parameter from buildsystem::var::youri, overriding
   infos from the default configuration defined in $youri_conf_default.
 - the distros specific configuration is defined in the $distros
   parameter from buildsystem::var::distros.
All those variables contain configuration for both youri submit-todo
and youri submit-upload.

This change allows moving all Mageia specific configuration outside the
buildsystem module to the class mga_buildsystem::config, while still
keeping common configuration in the buildsystem module.

The following checks definitions have also been removed from youri
submit-todo configuration, because they are not used in the current
configuration :
 - history
 - precedence
 - section
 - svn

The 'version' check options for infra_1 and infra_2 have been moved from
youri submit-upload to submit-todo configuration.

Revision 3160 - Directory Listing
Modified Thu May 23 15:06:37 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add $svn_root_packages_ssh parameter

Revision 3158 - Directory Listing
Modified Thu May 23 15:06:30 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::signbot: add options for gpg key infos

Add options in buildsystem::var::signbot to select GPG key email and
name.

Revision 3157 - Directory Listing
Modified Thu May 23 15:06:28 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add build_nodes parameter

Add build_nodes parameter in buildsystem::var::scheduler. This parameter
is a hash containing the build nodes available indexed by architecture.

Revision 3156 - Directory Listing
Modified Thu May 23 15:06:25 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::scheduler: add admin_mail parameter

The admin_mail parameter is used to select the email address sending the
build failure notifications.

Revision 3155 - Directory Listing
Modified Thu May 23 15:06:21 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add support for medias dependencies

In upload.conf template for ulri config use the dependencies between
medias defined in buildsystem::var::distros.

Revision 3152 - Directory Listing
Modified Thu May 23 15:06:12 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::repoctl: add missing include

Revision 3151 - Directory Listing
Modified Thu May 23 15:06:09 2013 UTC (10 years, 10 months ago) by boklm
Remove buildsystem::config

Update repoctl config to use infos from buildsystem::var::distros
instead of buildsystem::config.

Revision 3150 - Directory Listing
Modified Thu May 23 15:06:05 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::repoctl: reindent

Revision 3148 - Directory Listing
Modified Thu May 23 15:05:59 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add option to base a distribution on an other

It is now possible to add the option 'based_on' to a distribution
defined in buildystem::var::distros. This is useful for distributions
like infra_1 or infra_2 which provide a new repository for an existing
distribution. When repositories from an other distribution are defined
in 'based_on', the repositories are linked with a symbolic link, and
defined in media.cfg.

Revision 3147 - Directory Listing
Modified Thu May 23 15:05:56 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: don't hardcode distros in vhost_repository.conf

Use buildsystem::var::distros settings in vhost_repository.conf
template.

The URLs for the infra_1 and infra_2 repositories have been changed, and
will need to be updated in urpmi configuration on servers using those
repositories.

The old URLs were :
- http://repository.mageia.org/distrib/infra_1/
- http://repository.mageia.org/distrib/infra_2/
The new URLs are now :
- http://repository.mageia.org/bootstrap/infra_1/
- http://repository.mageia.org/bootstrap/infra_2/

Revision 3146 - Directory Listing
Modified Thu May 23 15:05:53 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: move repository vhost to repository.pp

Revision 3145 - Directory Listing
Modified Thu May 23 15:05:51 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::repository: reindent

Revision 3144 - Directory Listing
Modified Thu May 23 15:05:48 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: remove hardcoded repository hostname

Use $buildsystem::var::repository::hostname to store repository
hostname.

Revision 3142 - Directory Listing
Modified Thu May 23 15:05:43 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::iurt: remove hardcoded list of distributions

Use list of distribution from buildsystem::var::distros to generate list
of configs for iurt.

Revision 3141 - Directory Listing
Modified Thu May 23 15:05:39 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: generate mgarepo.conf using $distros

Use settings from buildsystem::var::distros to create mgarep.conf.

Revision 3138 - Directory Listing
Modified Thu May 23 15:05:31 2013 UTC (10 years, 10 months ago) by boklm
Add buildsystem::var::mgarepo.

The mgarepo.conf template is now using settings from
buildsystem::var::mgarepo.

Revision 3137 - Directory Listing
Modified Thu May 23 15:05:28 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: use common media.cfg template for all distros

The media.cfg file is now generated for all distributions now (it was
only done for cauldron before). The media.cfg file is generated using
the infos about the distributions and medias from the $distro parameter
in buildsystem::var::distros.

Revision 3136 - Directory Listing
Modified Thu May 23 15:05:26 2013 UTC (10 years, 10 months ago) by boklm
Add buildsystem::distros

Create distributions trees.

Revision 3135 - Directory Listing
Modified Thu May 23 15:05:23 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::distros: change $distros structure

The $distros variable is hash containing settings about the
distributions.

It was something like this :
$distro = {
      'cauldron' => {
         'arch' => [ 'i586', 'x86_64' ],
         'medias' => {
            'core' => [ 'release' ],
         },
         'base_medias' => [ 'core/release' ],
      },
}

It is now something like this :
$distro = {
      'cauldron' => {
         'arch' => [ 'i586', 'x86_64' ],
         'medias' => {
            'core' => {
               'repos' => {
                 'release' => {},
               },
            },
         },
         'base_medias' => [ 'core/release' ],
      },
}

This should allow setting more infos about each medias / repos, that can
be used in order to generate media.cfg config files.

Revision 3134 - Directory Listing
Modified Thu May 23 15:05:20 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::distros: Add option to select arch

Add an option to select supported arch of a distribution.

Revision 3133 - Directory Listing
Modified Thu May 23 15:05:17 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: use webstatus hostname config in iurt.conf

Revision 3132 - Directory Listing
Modified Thu May 23 15:05:14 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: move sudoers.iurt outside iurt directory

Move templates/iurt/sudoers.iurt to templates/sudoers.iurt. This file
was the only file in the iurt directory, so it is not needed to keep a
iurt directory.

Revision 3131 - Directory Listing
Modified Thu May 23 15:05:11 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: use common iurt config file for all distros

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.

Revision 3130 - Directory Listing
Modified Thu May 23 15:05:08 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::distros: add parameters description

Revision 3129 - Directory Listing
Modified Thu May 23 15:05:05 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::iurt: remove mandriva2010.1

Iurt config for Mandriva 2010.1 was used when the servers were running
Mandriva 2010.1, but it is no longer used.

Revision 3128 - Directory Listing
Modified Thu May 23 15:05:02 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/upload.conf: use webstatus config

Use the variable from webstatus configuration to set URL in upload.conf
instead of hardcoding pkgsubmit.$domain.

Revision 3127 - Directory Listing
Modified Thu May 23 15:04:59 2013 UTC (10 years, 10 months ago) by boklm
Create buildsystem::var::distros

buildsystem::var::distros will be used to store the list of
distributions and their configuration, medias, etc ... The list of
distributions and medias has been removed from buildsystem::mgarepo and
moved to mga_buildsystem::config.

Revision 3126 - Directory Listing
Modified Thu May 23 15:04:57 2013 UTC (10 years, 10 months ago) by boklm
Make buildsystem::create_upload_dir a class instead of a define

buildsystem::create_upload_dir is used only once, so it should be a
class and not a define.

Revision 3125 - Directory Listing
Modified Thu May 23 15:04:55 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::create_upload_dir: remove parameters

Remove parameters for buildsystem::create_upload_dir. Instead access
configuration variables directly.

Revision 3124 - Directory Listing
Modified Thu May 23 15:04:53 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::mgarepo: remove useless import

Revision 3123 - Directory Listing
Modified Thu May 23 15:04:50 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::create_upload_dir.rb: fix define name

Revision 3120 - Directory Listing
Modified Thu May 23 15:04:42 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add option to change maintdb hostname

Revision 3119 - Directory Listing
Modified Thu May 23 15:04:40 2013 UTC (10 years, 10 months ago) by boklm
Add buildsystem::var::maintdb

buildsystem::var::maintdb is used to store maintdb configuration.

Revision 3118 - Directory Listing
Modified Thu May 23 15:04:36 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::maintdb: use webstatus location variable

Revision 3117 - Directory Listing
Modified Thu May 23 15:04:34 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::webstatus: remove useless variable

Revision 3116 - Directory Listing
Modified Thu May 23 15:04:31 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: add options to select webstatus location

Revision 3115 - Directory Listing
Modified Thu May 23 15:04:28 2013 UTC (10 years, 10 months ago) by boklm
Add buildsystem::var::webstatus

Make vhost and svn url configurable by adding buildsystem::var::webstatus.

Revision 3114 - Directory Listing
Modified Thu May 23 15:04:25 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: rename pkgsubmit to webstatus

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.

Revision 3113 - Directory Listing
Modified Wed May 22 22:28:55 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::var::groups: fix syntax

Revision 3112 - Directory Listing
Modified Wed May 22 22:17:07 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::binrepo: add option to select binrepo hostname

Revision 3110 - Directory Listing
Modified Wed May 22 22:17:02 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: move groups definitions to var::groups

Create buildsystem::var::groups to configure packagers and
packagers_committers groups, and remove buildsystem::base which
is now empty.

Revision 3109 - Directory Listing
Modified Wed May 22 22:16:58 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: move binrepo config to buildsystem::var::binrepo

Revision 3108 - Directory Listing
Modified Wed May 22 22:16:55 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::mgarepo: remove repsys.conf

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.

Revision 3107 - Directory Listing
Modified Wed May 22 22:16:53 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::mainnode: remove useless variables

Revision 3106 - Directory Listing
Modified Wed May 22 22:16:51 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::scheduler: remove useless include

Revision 3104 - Directory Listing
Modified Wed May 22 22:16:46 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::mainnode: don't install schedbot key on schedbot

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.

Revision 3103 - Directory Listing
Modified Wed May 22 22:16:43 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: remove iurt ssh key

The iurt ssh key does not seem to be used.

Revision 3102 - Directory Listing
Modified Wed May 22 22:16:40 2013 UTC (10 years, 10 months ago) by boklm
Add buildsystem::var::iurt

This class is used for iurt settings.

Revision 2968 - Directory Listing
Modified Thu Jan 17 00:22:22 2013 UTC (11 years, 3 months ago) by pterjan
Add an alias so that youri-check no longer sees fixed packages

Revision 2934 - Directory Listing
Modified Tue Dec 11 18:48:20 2012 UTC (11 years, 4 months ago) by boklm
buildsystem::var::repository: fix syntax

Revision 2931 - Directory Listing
Modified Tue Dec 11 18:33:27 2012 UTC (11 years, 4 months ago) by boklm
buildsystem::iurt::upload: fix $sched_login

Revision 2930 - Directory Listing
Modified Tue Dec 11 18:33:25 2012 UTC (11 years, 4 months ago) by boklm
buildsystem: remove iurt2010.1 and sync2010.1 scripts

The scripts were used when the build system servers were still running
Mandriva 2010.1. But the servers have now been upgraded to Mageia, and
the infra_* repositories created, so those scripts are no longer in use.

Revision 2929 - Directory Listing
Modified Tue Dec 11 18:33:23 2012 UTC (11 years, 4 months ago) by boklm
buildsystem::media_cfg.pp: Fix scheduler login variable

Revision 2928 - Directory Listing
Modified Tue Dec 11 18:33:21 2012 UTC (11 years, 4 months ago) by boklm
Create buildsystem::var::youri

The class buildsystem::var::youri has been created to set the youri
configuration.

Revision 2926 - Directory Listing
Modified Tue Dec 11 12:02:24 2012 UTC (11 years, 4 months ago) by boklm
buildsystem::var::repository: add $bootstrap_root

Revision 2925 - Directory Listing
Modified Tue Dec 11 12:02:22 2012 UTC (11 years, 4 months ago) by boklm
Add buildsystem::var::repository

Revision 2924 - Directory Listing
Modified Tue Dec 11 12:02:20 2012 UTC (11 years, 4 months ago) by boklm
buildsystem: rename scheduler::var to var::scheduler

Revision 2923 - Directory Listing
Modified Tue Dec 11 11:33:39 2012 UTC (11 years, 4 months ago) by boklm
buildsystem::signbot: move files from templates to files directory

The following files have been moved from templates to files directory
because they don't use any templating :
 - mga-signpackage
 - signbot-rpmmacros
 - sign-check-package

Revision 2921 - Directory Listing
Modified Tue Dec 11 11:33:36 2012 UTC (11 years, 4 months ago) by boklm
buildsystem::signbot: set value of $keyid in mga_buildsystem

The default value of $keyid has been removed from
buildsystem::var::signbot and is now defined by mga_buildsystem::config.

Revision 2920 - Directory Listing
Modified Tue Dec 11 11:33:34 2012 UTC (11 years, 4 months ago) by boklm
Create buildsystem::var::signbot

All options for buildsystem::signbot are now stored in
buildsystem::var::signbot.

Revision 2912 - Directory Listing
Modified Mon Dec 10 19:34:15 2012 UTC (11 years, 4 months ago) by boklm
buildsystem::youri_submit: Remove hardcoded perl lib dir

Use unversionned perl lib dir.

Revision 2901 - Directory Listing
Modified Mon Dec 10 18:41:19 2012 UTC (11 years, 4 months ago) by boklm
buildsystem: use mga-common::local_script

Revision 2885 - Directory Listing
Modified Sun Nov 25 22:40:28 2012 UTC (11 years, 4 months ago) by pterjan
Import the script I use on valstar to clean repos

Revision 2857 - Directory Listing
Modified Wed Sep 26 22:17:33 2012 UTC (11 years, 6 months ago) by boklm
Remove rpmlint config. We are now using the rpmlint-mageia-policy and
rpmlint-mageia-mga2-policy (for Mageia <= 2) packages to install rpmlint
configuration files.



Revision 2825 - Directory Listing
Modified Sun Sep 2 12:03:19 2012 UTC (11 years, 7 months ago) by tmb
fix includes

Revision 2823 - Directory Listing
Modified Fri Aug 31 17:48:08 2012 UTC (11 years, 7 months ago) by boklm
include ssh::auth

Revision 2822 - Directory Listing
Modified Fri Aug 31 17:28:27 2012 UTC (11 years, 7 months ago) by boklm
add buildsystem::sshkeys class to define all ssh keys

Revision 2821 - Directory Listing
Modified Thu Aug 30 18:26:51 2012 UTC (11 years, 7 months ago) by boklm
use common media.cfg template file for all distros and archs

Revision 2820 - Directory Listing
Modified Thu Aug 30 17:32:18 2012 UTC (11 years, 7 months ago) by boklm
use braces in variables interpolation

Revision 2819 - Directory Listing
Modified Thu Aug 30 16:28:39 2012 UTC (11 years, 7 months ago) by boklm
remove unused variable

Revision 2817 - Directory Listing
Added Thu Aug 30 12:34:28 2012 UTC (11 years, 7 months ago) by boklm
add infra_2 repository


  ViewVC Help
Powered by ViewVC 1.1.30