/[adm]/puppet/modules
ViewVC logotype

Log of /puppet/modules

View Directory Listing Directory Listing


Sticky Revision:


Revision 3193 - Directory Listing
Modified Thu May 23 15:16:11 2013 UTC (10 years, 10 months ago) by boklm
postfix: don't add nail package

(to remove duplicate definitions)

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 3190 - Directory Listing
Modified Thu May 23 15:07:58 2013 UTC (10 years, 10 months ago) by boklm
viewvc: include apache::mod::fastcgi

Revision 3189 - Directory Listing
Modified Thu May 23 15:07:56 2013 UTC (10 years, 10 months ago) by boklm
Add viewvc::var class for viewvc options

Add options in viewvc::var to be able to change the vhost used by
viewvc, and the template file used for /etc/viewvc/viewvc.conf.

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 3184 - Directory Listing
Modified Thu May 23 15:07:42 2013 UTC (10 years, 10 months ago) by boklm
apache: add option to select default redirect URL

Add an option to change the URL to redirect to in case of unknown vhost.
If the option is not provided, a 404 error is returned.

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 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 3177 - Directory Listing
Modified Thu May 23 15:07:25 2013 UTC (10 years, 10 months ago) by boklm
buildsystem/Mageia.pm: remove warning

Remove warning about deprecated method.

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 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 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 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 3161 - Directory Listing
Modified Thu May 23 15:06:39 2013 UTC (10 years, 10 months ago) by boklm
Add str_join function

A function to join elements from an array to create a string.

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 3159 - Directory Listing
Modified Thu May 23 15:06:33 2013 UTC (10 years, 10 months ago) by boklm
Move group_members function to mga-common

The group_members function currently defined in buildsystem module could
be used outside of this module, so move it to mga-common.

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 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 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 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 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 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 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 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 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 3122 - Directory Listing
Modified Thu May 23 15:04:47 2013 UTC (10 years, 10 months ago) by boklm
mga-common: add hash_merge function

This function takes two hashes as argument and return a new hash containing
the content of the two hashes.

Revision 3121 - Directory Listing
Modified Thu May 23 15:04:45 2013 UTC (10 years, 10 months ago) by boklm
mga-common: add hash_keys function

This function takes a hash as argument and return the hash keys as a
list.

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 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 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 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 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 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 3095 - Directory Listing
Modified Tue May 21 08:22:16 2013 UTC (10 years, 10 months ago) by boklm
mga-treasurer: run $update_script

Revision 3094 - Directory Listing
Modified Tue May 21 08:14:09 2013 UTC (10 years, 10 months ago) by neoclust
Add press alias ( asked by ennael)

Revision 3093 - Directory Listing
Modified Mon May 20 16:48:26 2013 UTC (10 years, 10 months ago) by boklm
mga-treasurer: add /static directory alias

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

Revision 3087 - Directory Listing
Modified Wed May 15 17:25:35 2013 UTC (10 years, 10 months ago) by boklm
mga-treasurer.conf: add out_dir

Revision 3084 - Directory Listing
Modified Wed May 15 17:11:08 2013 UTC (10 years, 10 months ago) by boklm
Add mga-treasurer module

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 3066 - Directory Listing
Modified Tue Apr 23 18:35:33 2013 UTC (10 years, 11 months ago) by boklm
sympa::list::private: add $sender_email parameter

Revision 3064 - Directory Listing
Modified Mon Apr 22 19:19:35 2013 UTC (10 years, 11 months ago) by boklm
sympa::list: remove unused parameter $profile

Revision 3063 - Directory Listing
Added Mon Apr 22 19:09:33 2013 UTC (10 years, 11 months ago) by boklm
Send new blog post notifications to i18n-reports ML


  ViewVC Help
Powered by ViewVC 1.1.30