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

Log of /puppet/modules/buildsystem/templates

View Directory Listing Directory Listing


Sticky Revision:


Revision 3398 - Directory Listing
Modified Thu Jan 23 19:53:13 2014 UTC (10 years, 2 months ago) by tmb
add backports tree to allowed list

Revision 3370 - Directory Listing
Modified Sat Nov 2 20:52:58 2013 UTC (10 years, 4 months ago) by tmb
remove unused media_types definition (we rely on media_type)

Revision 3298 - Directory Listing
Modified Sun Jul 21 22:41:34 2013 UTC (10 years, 8 months ago) by tmb
cinnamon and mate are mga4 accepted features

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 3210 - Directory Listing
Modified Thu May 30 19:56:08 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/templates/media.cfg: hdlists -> hdlist

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 3205 - Directory Listing
Modified Wed May 29 21:21:52 2013 UTC (10 years, 10 months ago) by boklm
media.cfg: add both media_type and media_types

Temporary fix, while we have two versions of urpmi using different
values :
https://bugs.mageia.org/show_bug.cgi?id=10335#c8

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 3202 - Directory Listing
Modified Sat May 25 12:07:14 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/media.cfg: enable i586 medias

Revision 3191 - Directory Listing
Modified Thu May 23 15:08:01 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/media.cfg: don't add non-existend medias

Don't add i586 medias on x86_64 in media.cfg, if the distro does not
have i586 medias.

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 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 3178 - Directory Listing
Modified Thu May 23 15:07:27 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/iurt.conf: add vendor and distribution

Revision 3176 - Directory Listing
Modified Thu May 23 15:07:22 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/upload.conf: add arch and mandatory_arch

Add arch and mandatory_arch settings in iurt/upload.conf template.
The arch setting is used by ulri to know the list of architectures for
which the packages need to be built. The mandatory_arch setting is used
by emi to know the list of architectures for which a package needs to be
built successfully before it can be installed in the repository.

Revision 3175 - Directory Listing
Modified Thu May 23 15:07:20 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: fix packagers group in sudoers.youri

Remove hardcoded packagers group in templates/sudoers.youri. Use
variable buildsystem::var::groups::packagers.

Revision 3170 - Directory Listing
Modified Thu May 23 15:07:08 2013 UTC (10 years, 10 months ago) by boklm
buildsystem::mgarepo: fix path to default.chlog

Fix path to default.chlog template file in mgarepo.conf. Use the
/usr/share/mgarepo directory instead of /usr/share/repsys.

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 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 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 3153 - Directory Listing
Modified Thu May 23 15:06:14 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/repoctl.conf: remove useless variables

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 3149 - Directory Listing
Modified Thu May 23 15:06:02 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: remove use of .each on hashes

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.

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 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 3143 - Directory Listing
Modified Thu May 23 15:05:45 2013 UTC (10 years, 10 months ago) by boklm
bs/vhost_repository.conf: remove obsolete content

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 3140 - Directory Listing
Modified Thu May 23 15:05:36 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/mgarepo.conf: remove %mgaversion macro

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.

Revision 3139 - Directory Listing
Modified Thu May 23 15:05:34 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/mgarepo.conf: remove %mageia_branch macro

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.

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 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 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 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 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 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 3111 - Directory Listing
Modified Wed May 22 22:17:04 2013 UTC (10 years, 10 months ago) by boklm
mgarepo.conf: remove obsolete binaries-repository options

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 3105 - Directory Listing
Modified Wed May 22 22:16:48 2013 UTC (10 years, 10 months ago) by boklm
maintdb/sudoers.maintdb: fix schedbot variable

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 3098 - Directory Listing
Modified Tue May 21 13:48:41 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: really freeze mageia 1

Revision 3097 - Directory Listing
Modified Tue May 21 12:45:32 2013 UTC (10 years, 10 months ago) by boklm
buildsystem: set authorized_packages:

Revision 3088 - Directory Listing
Modified Sat May 18 17:03:30 2013 UTC (10 years, 10 months ago) by tmb
lock updates_testing

Revision 3068 - Directory Listing
Modified Wed Apr 24 18:06:51 2013 UTC (10 years, 11 months ago) by neoclust
Correctly generate product_id on mirrors

Revision 3035 - Directory Listing
Modified Mon Apr 8 01:17:49 2013 UTC (10 years, 11 months ago) by boklm
buildsystem: freeze cauldron submits

Revision 3013 - Directory Listing
Modified Fri Feb 22 18:52:38 2013 UTC (11 years, 1 month ago) by tmb
free up rabbit for iso-builders

Revision 2997 - Directory Listing
Modified Fri Feb 8 16:28:07 2013 UTC (11 years, 1 month ago) by tmb
enable rabbit as buildnode for now

Revision 2986 - Directory Listing
Modified Sun Jan 20 13:38:25 2013 UTC (11 years, 2 months ago) by dmorgan
Add comment about an unknow ip adress

Revision 2985 - Directory Listing
Modified Sun Jan 20 13:32:36 2013 UTC (11 years, 2 months ago) by dmorgan
Give acces to jonund to valstar ( buildnode is currently broken w/o as it obtains a 403 error when trying to access to repository

Revision 2967 - Directory Listing
Modified Tue Jan 15 10:48:26 2013 UTC (11 years, 2 months ago) by boklm
buildsystem: Add rpmlint config for cauldron

Use different list of rpmlint errors for cauldron and Mageia 2.

Revision 2966 - Directory Listing
Modified Mon Jan 14 20:11:19 2013 UTC (11 years, 2 months ago) by tmb
drop sucuk node too, needs cleaning

Revision 2965 - Directory Listing
Modified Mon Jan 14 17:52:02 2013 UTC (11 years, 2 months ago) by tmb
free up rabbit for iso-builders

Revision 2964 - Directory Listing
Modified Sun Jan 13 01:05:33 2013 UTC (11 years, 2 months ago) by tmb
check mate

Revision 2963 - Directory Listing
Modified Sat Jan 12 15:32:31 2013 UTC (11 years, 2 months ago) by boklm
buildsystem: add rpmlint errors

Revision 2962 - Directory Listing
Modified Fri Jan 11 14:39:20 2013 UTC (11 years, 2 months ago) by boklm
buildsystem: add rabbit2 and sucuk2

Revision 2960 - Directory Listing
Modified Thu Jan 10 00:02:08 2013 UTC (11 years, 2 months ago) by boklm
buildsystem: Set version freeze on cauldron

Revision 2959 - Directory Listing
Modified Wed Jan 9 22:39:24 2013 UTC (11 years, 2 months ago) by tmb
sort builders for better distributed workload

Revision 2958 - Directory Listing
Modified Wed Jan 9 21:45:29 2013 UTC (11 years, 2 months ago) by tmb
enable sucuk nodes

Revision 2950 - Directory Listing
Modified Mon Dec 31 14:57:24 2012 UTC (11 years, 2 months ago) by tmb
sort builderlist to distribute load better

Revision 2949 - Directory Listing
Modified Mon Dec 31 14:29:37 2012 UTC (11 years, 2 months ago) by tmb
enable rabbit buildnodes

Revision 2940 - Directory Listing
Modified Tue Dec 18 20:37:26 2012 UTC (11 years, 3 months ago) by pterjan
Use updates media when creating chroot

Revision 2933 - Directory Listing
Modified Tue Dec 11 18:33:31 2012 UTC (11 years, 3 months ago) by boklm
buildsystem: remove "dynamic lookup" warnings

Revision 2930 - Directory Listing
Modified Tue Dec 11 18:33:25 2012 UTC (11 years, 3 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 2928 - Directory Listing
Modified Tue Dec 11 18:33:21 2012 UTC (11 years, 3 months ago) by boklm
Create buildsystem::var::youri

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

Revision 2927 - Directory Listing
Modified Tue Dec 11 12:02:26 2012 UTC (11 years, 3 months ago) by boklm
repoctl.conf: use var::repository variables

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

Revision 2923 - Directory Listing
Modified Tue Dec 11 11:33:39 2012 UTC (11 years, 3 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 2920 - Directory Listing
Modified Tue Dec 11 11:33:34 2012 UTC (11 years, 3 months ago) by boklm
Create buildsystem::var::signbot

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

Revision 2919 - Directory Listing
Modified Mon Dec 10 21:37:39 2012 UTC (11 years, 3 months ago) by pterjan
Add web config for autobuild

Revision 2892 - Directory Listing
Modified Mon Dec 10 18:29:01 2012 UTC (11 years, 3 months ago) by boklm
buildsystem: fix syntax in templates/cleaner.rb

Revision 2891 - Directory Listing
Modified Sun Dec 9 20:22:46 2012 UTC (11 years, 3 months ago) by tmb
drop freeswich block as dlucio has started the cleanup

Revision 2890 - Directory Listing
Modified Sun Dec 9 17:26:51 2012 UTC (11 years, 3 months ago) by tmb
block freeswitch until properly fixed

Revision 2888 - Directory Listing
Modified Sat Dec 1 22:37:11 2012 UTC (11 years, 3 months ago) by tmb
Mageia 1 EOL lockdown

Revision 2886 - Directory Listing
Modified Mon Nov 26 14:33:05 2012 UTC (11 years, 4 months ago) by tmb
block task-cinnamon too

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 2884 - Directory Listing
Modified Sun Nov 25 22:32:00 2012 UTC (11 years, 4 months ago) by pterjan
Set logfile for ulri and run it on submit for cauldron too

Revision 2883 - Directory Listing
Modified Sat Nov 24 21:51:11 2012 UTC (11 years, 4 months ago) by tmb
block cinnamon

Revision 2877 - Directory Listing
Modified Wed Oct 17 15:02:11 2012 UTC (11 years, 5 months ago) by tmb
unpack hdt.c32 in isolinux/ on syslinux update (patch from ennael)

Revision 2874 - Directory Listing
Modified Wed Oct 17 10:35:06 2012 UTC (11 years, 5 months ago) by pterjan
Allow rabbit to connect to repository over IPv4

Revision 2856 - Directory Listing
Modified Wed Sep 26 17:36:32 2012 UTC (11 years, 6 months ago) by boklm
use different rpmlint command on cauldron and older releases



Revision 2855 - Directory Listing
Modified Wed Sep 26 16:55:51 2012 UTC (11 years, 6 months ago) by boklm
remove unpack_rpmlint_config

Revision 2839 - Directory Listing
Modified Wed Sep 12 11:03:52 2012 UTC (11 years, 6 months ago) by boklm
allow access to repository from local network

Revision 2837 - Directory Listing
Modified Mon Sep 10 22:28:44 2012 UTC (11 years, 6 months ago) by boklm
enable ecosse

Revision 2824 - Directory Listing
Modified Sat Sep 1 17:32:46 2012 UTC (11 years, 6 months ago) by tmb
add vhost directory config for infra_2

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 2818 - Directory Listing
Modified Thu Aug 30 12:46:35 2012 UTC (11 years, 7 months ago) by tmb
add missed infra_2.conf

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

Revision 2809 - Directory Listing
Modified Tue Aug 28 11:56:36 2012 UTC (11 years, 7 months ago) by boklm
enable jonund and disable ecosse

Revision 2807 - Directory Listing
Added Mon Aug 27 11:14:45 2012 UTC (11 years, 7 months ago) by boklm
temporarly remove jonund from build system


  ViewVC Help
Powered by ViewVC 1.1.30