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

Log of /puppet/modules/subversion/manifests

View Directory Listing Directory Listing


Sticky Revision:

Revision 3318 - Directory Listing
Modified Sun Aug 18 17:52:58 2013 UTC (10 years, 7 months ago) by colin
subversion: Add a new pre-commit hook that will prevent commits to paths which have been converted to git

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

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

Revision 2943 - Directory Listing
Modified Fri Dec 28 13:55:45 2012 UTC (11 years, 3 months ago) by boklm
subversion: add irker hook

Revision 2942 - Directory Listing
Modified Fri Dec 28 13:55:43 2012 UTC (11 years, 3 months ago) by boklm
subversion: remove CIA hooks

cia.vc does not exist anymore

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

Revision 2910 - Directory Listing
Modified Mon Dec 10 19:34:12 2012 UTC (11 years, 3 months ago) by boklm
subversion::repository: Set $cia_post to false.

Set $cia_post default value to false as CIA is no longer working.

Revision 2894 - Directory Listing
Modified Mon Dec 10 18:41:00 2012 UTC (11 years, 3 months ago) by boklm
subversion: use mga-common::local_script

Revision 2641 - Directory Listing
Modified Mon Mar 19 19:51:44 2012 UTC (12 years ago) by misc
split pre_commit and post_commit in separate file, and simplify the
layout, by renaming commit_hook to hook directly

Revision 2593 - Directory Listing
Modified Sat Mar 17 17:55:42 2012 UTC (12 years ago) by misc
mainly style fix for init.pp, just to have less error on puppet-lint global check

Revision 2592 - Directory Listing
Modified Sat Mar 17 17:43:37 2012 UTC (12 years ago) by misc
split repository out of init.pp and clean it

Revision 2591 - Directory Listing
Modified Sat Mar 17 17:30:26 2012 UTC (12 years ago) by misc
split snapshot and mirror_repository

Revision 2590 - Directory Listing
Modified Sat Mar 17 17:20:07 2012 UTC (12 years ago) by misc
split client and mirror out of the main subversion module file

Revision 2588 - Directory Listing
Modified Sat Mar 17 17:20:03 2012 UTC (12 years ago) by misc
split 2 small class from main subversion file

Revision 2348 - Directory Listing
Modified Sun Feb 5 23:48:51 2012 UTC (12 years, 1 month ago) by boklm
allow having no cron to update subversion snapshot

Revision 2275 - Directory Listing
Modified Sun Jan 15 17:05:53 2012 UTC (12 years, 2 months ago) by misc
fix another stupid typo

Revision 2274 - Directory Listing
Modified Sun Jan 15 17:00:27 2012 UTC (12 years, 2 months ago) by misc
fix stupid typo

Revision 2273 - Directory Listing
Modified Sun Jan 15 16:56:14 2012 UTC (12 years, 2 months ago) by misc
do not use inexistant puppet function from $WORK

Revision 2272 - Directory Listing
Modified Sun Jan 15 16:42:17 2012 UTC (12 years, 2 months ago) by misc
fix subversion::hook

Revision 2271 - Directory Listing
Modified Sun Jan 15 16:29:29 2012 UTC (12 years, 2 months ago) by misc
oups, fix last commit

Revision 2269 - Directory Listing
Modified Sun Jan 15 16:24:52 2012 UTC (12 years, 2 months ago) by misc
use the new subversion::hook module

Revision 2268 - Directory Listing
Modified Sun Jan 15 16:24:50 2012 UTC (12 years, 2 months ago) by misc
add a subversion::hook class, to let us specify custom hook

Revision 2205 - Directory Listing
Modified Sun Jan 8 20:25:09 2012 UTC (12 years, 2 months ago) by misc
refactor and clean the subversion module

Revision 2017 - Directory Listing
Modified Mon Sep 19 12:59:20 2011 UTC (12 years, 6 months ago) by misc
use the new syntax for validation for the new version of puppet

Revision 1943 - Directory Listing
Modified Wed Aug 17 15:07:33 2011 UTC (12 years, 7 months ago) by misc
add proper requires, to make sure the svn is created before placing the link

Revision 1902 - Directory Listing
Modified Mon Jul 25 14:17:41 2011 UTC (12 years, 8 months ago) by misc
add more verbose error reporting, and more strict check

Revision 1900 - Directory Listing
Modified Thu Jul 21 22:21:26 2011 UTC (12 years, 8 months ago) by tmb
ensure php-cli is installed on svn server for check_php

Revision 1809 - Directory Listing
Modified Tue Jul 5 00:02:55 2011 UTC (12 years, 8 months ago) by misc
prototype of script to prevent one word commit


Revision 1758 - Directory Listing
Modified Fri Jun 17 10:59:50 2011 UTC (12 years, 9 months ago) by misc
fix "Unrecognised escape sequence '\.' " warning, by using single quote
instead of double quote

Revision 1725 - Directory Listing
Modified Wed Jun 8 15:33:04 2011 UTC (12 years, 9 months ago) by misc
fix syntax


Revision 1722 - Directory Listing
Modified Wed Jun 8 15:09:28 2011 UTC (12 years, 9 months ago) by misc
- manage xinetd configuration, as we modified it
- move the management of /svn to the main module


Revision 1701 - Directory Listing
Modified Mon Jun 6 17:38:17 2011 UTC (12 years, 9 months ago) by boklm
fix syntax

Revision 1700 - Directory Listing
Modified Mon Jun 6 17:34:44 2011 UTC (12 years, 9 months ago) by boklm
remove hook scripts when option is not set

Revision 1692 - Directory Listing
Modified Thu Jun 2 13:00:50 2011 UTC (12 years, 9 months ago) by misc
add syntax check for php


Revision 1688 - Directory Listing
Modified Wed Jun 1 14:20:47 2011 UTC (12 years, 10 months ago) by boklm
allow restricting commits to a user

Revision 1595 - Directory Listing
Modified Fri May 6 13:45:43 2011 UTC (12 years, 10 months ago) by misc
fix po check


Revision 1587 - Directory Listing
Modified Thu May 5 11:44:58 2011 UTC (12 years, 10 months ago) by misc
add check_po, to validate po when they are committed


Revision 1571 - Directory Listing
Modified Mon May 2 15:44:25 2011 UTC (12 years, 11 months ago) by misc
- add hooks to send mail to i18n ml


Revision 1303 - Directory Listing
Modified Thu Mar 10 23:19:23 2011 UTC (13 years ago) by misc
- do not spam root with useless messages


Revision 1286 - Directory Listing
Modified Tue Mar 8 13:48:14 2011 UTC (13 years ago) by misc
fix syntax error ( always the same :/ )

Revision 1285 - Directory Listing
Modified Tue Mar 8 12:29:52 2011 UTC (13 years ago) by misc
- do not create the cronjob if the corresponding checkout didn't succeed

Revision 1271 - Directory Listing
Modified Fri Mar 4 12:41:59 2011 UTC (13 years ago) by misc
- fix the subversion post-commit problem ( for good this time )
- also simplify the declaration, by following the DRY principle

Revision 1034 - Directory Listing
Modified Sat Feb 12 11:01:38 2011 UTC (13 years, 1 month ago) by misc
- add a require on subversion ( for ordering purpose, spotted by boklm )


Revision 1031 - Directory Listing
Modified Sat Feb 12 10:54:45 2011 UTC (13 years, 1 month ago) by misc
- fix the issue with bugzilla params file ( use -P to not take %param in account )


Revision 1014 - Directory Listing
Modified Fri Feb 11 17:04:48 2011 UTC (13 years, 1 month ago) by boklm
remove requires (not working)

Revision 1013 - Directory Listing
Modified Fri Feb 11 17:01:57 2011 UTC (13 years, 1 month ago) by boklm
require subversion package

Revision 906 - Directory Listing
Modified Wed Jan 26 18:08:39 2011 UTC (13 years, 2 months ago) by misc
- fix dangling symlink, noticed by ahmad 


Revision 816 - Directory Listing
Modified Mon Jan 17 17:50:02 2011 UTC (13 years, 2 months ago) by misc
- fix syntax


Revision 815 - Directory Listing
Modified Mon Jan 17 17:12:42 2011 UTC (13 years, 2 months ago) by misc
- enable to change log message on subversion on every repository
( should also requires a post-commit hook to send mail )


Revision 813 - Directory Listing
Modified Mon Jan 17 15:24:08 2011 UTC (13 years, 2 months ago) by misc
add a new class to do a mirror of a svn reporitory ( for display purpose with viewvc or any others )

Revision 811 - Directory Listing
Modified Sun Jan 16 13:59:51 2011 UTC (13 years, 2 months ago) by boklm
update description of syntax_check argument

Revision 810 - Directory Listing
Modified Sun Jan 16 13:15:35 2011 UTC (13 years, 2 months ago) by misc
split subversion-tools in its own class, to prepare for svn mirror

Revision 809 - Directory Listing
Modified Sun Jan 16 13:15:33 2011 UTC (13 years, 2 months ago) by misc
add hook to allow to change svn:log property

Revision 807 - Directory Listing
Modified Sun Jan 16 13:15:31 2011 UTC (13 years, 2 months ago) by misc
- reuse the more elegant array for check_syntax

Revision 727 - Directory Listing
Modified Sat Jan 8 14:40:17 2011 UTC (13 years, 2 months ago) by boklm
add documentation

Revision 726 - Directory Listing
Modified Sat Jan 8 14:37:48 2011 UTC (13 years, 2 months ago) by boklm
add an option to not send commits from some authors to cia

Revision 717 - Directory Listing
Modified Fri Jan 7 21:12:25 2011 UTC (13 years, 2 months ago) by boklm
pre commit links go to pre-commit.d, not post-commit.d

Revision 716 - Directory Listing
Modified Fri Jan 7 20:52:38 2011 UTC (13 years, 2 months ago) by boklm
use correct quotes

Revision 715 - Directory Listing
Modified Fri Jan 7 20:17:15 2011 UTC (13 years, 2 months ago) by boklm
remove old pre_commit_link call

Revision 714 - Directory Listing
Modified Fri Jan 7 20:12:01 2011 UTC (13 years, 2 months ago) by boklm
- change syntax for pre_commit_link, to avoid duplicated names
- remove syntax_check array and replace by multiple arguments as I can't find any way to avoid duplicate names when using an array


Revision 713 - Directory Listing
Modified Fri Jan 7 19:44:26 2011 UTC (13 years, 2 months ago) by boklm
add directory in name to avoid duplicate definitions

Revision 711 - Directory Listing
Modified Fri Jan 7 19:34:16 2011 UTC (13 years, 2 months ago) by boklm
add no_binary option for svn repo

Revision 708 - Directory Listing
Modified Fri Jan 7 19:02:13 2011 UTC (13 years, 2 months ago) by boklm
send svn module name to cia

Revision 706 - Directory Listing
Modified Fri Jan 7 18:01:58 2011 UTC (13 years, 2 months ago) by boklm
use sh version of cia script

Revision 704 - Directory Listing
Modified Fri Jan 7 17:43:33 2011 UTC (13 years, 2 months ago) by boklm
add cia bot svn hook

Revision 693 - Directory Listing
Modified Fri Jan 7 02:33:45 2011 UTC (13 years, 2 months ago) by misc
fix syntax check so it doesn't chock on import


Revision 650 - Directory Listing
Modified Tue Dec 21 19:20:24 2010 UTC (13 years, 3 months ago) by boklm
add pre-commit script to prevent commit of some binary files

Revision 453 - Directory Listing
Modified Wed Nov 24 12:45:31 2010 UTC (13 years, 4 months ago) by misc
do not use default empty array, as puppet evaluate this as "true" and
therefore create the post-commit scripts with invalid values

Revision 324 - Directory Listing
Modified Fri Nov 19 01:04:11 2010 UTC (13 years, 4 months ago) by misc
- add some documentation
- clean some comment, move some code

Revision 323 - Directory Listing
Modified Fri Nov 19 01:00:01 2010 UTC (13 years, 4 months ago) by misc
- try to workaround the missing feature of puppet about umask and Exec

Revision 322 - Directory Listing
Modified Fri Nov 19 01:00:00 2010 UTC (13 years, 4 months ago) by misc
- testing show that perl-SVN-Notify-Mirror is required

Revision 321 - Directory Listing
Modified Fri Nov 19 00:59:58 2010 UTC (13 years, 4 months ago) by misc
- add some requires for ordering of the transaction

Revision 320 - Directory Listing
Modified Fri Nov 19 00:59:57 2010 UTC (13 years, 4 months ago) by misc
- rewrite the others part too, for same reason ( arrays that do not work like I believed )

Revision 319 - Directory Listing
Modified Fri Nov 19 00:59:56 2010 UTC (13 years, 4 months ago) by misc
- rewrite the link setup part, as the array do not work like I believed they would

Revision 318 - Directory Listing
Modified Fri Nov 19 00:57:58 2010 UTC (13 years, 4 months ago) by misc
- fix regexp escaping

Revision 315 - Directory Listing
Modified Fri Nov 19 00:55:01 2010 UTC (13 years, 4 months ago) by misc
- fix the condition of the svn creation

Revision 314 - Directory Listing
Modified Fri Nov 19 00:54:59 2010 UTC (13 years, 4 months ago) by misc
- svnadmin is not in subversion-server rpm

Revision 313 - Directory Listing
Modified Fri Nov 19 00:54:58 2010 UTC (13 years, 4 months ago) by misc
- fix the array concatenation ( puppet is not python nor ruby )

Revision 312 - Directory Listing
Modified Fri Nov 19 00:53:56 2010 UTC (13 years, 4 months ago) by misc
- fix syntax error

Revision 311 - Directory Listing
Modified Fri Nov 19 00:53:55 2010 UTC (13 years, 4 months ago) by misc
- fix directory creation

Revision 310 - Directory Listing
Modified Fri Nov 19 00:53:08 2010 UTC (13 years, 4 months ago) by misc
- fix packages name for non x86_64 ( such as my test vm )

Revision 309 - Directory Listing
Modified Fri Nov 19 00:53:06 2010 UTC (13 years, 4 months ago) by misc
fix comments

Revision 308 - Directory Listing
Modified Fri Nov 19 00:53:05 2010 UTC (13 years, 4 months ago) by misc
add support for syntax check in the repository define

Revision 307 - Directory Listing
Modified Fri Nov 19 00:46:14 2010 UTC (13 years, 4 months ago) by misc
add check for root and empty commit

Revision 306 - Directory Listing
Modified Fri Nov 19 00:46:13 2010 UTC (13 years, 4 months ago) by misc
- add a type to handle syntax check script

Revision 305 - Directory Listing
Modified Fri Nov 19 00:24:22 2010 UTC (13 years, 4 months ago) by misc
- add logic to extract directory from svn on commit

Revision 304 - Directory Listing
Modified Fri Nov 19 00:24:21 2010 UTC (13 years, 4 months ago) by misc
implement the commit mail part

Revision 303 - Directory Listing
Modified Fri Nov 19 00:24:19 2010 UTC (13 years, 4 months ago) by misc
add the default commit script and directory

Revision 302 - Directory Listing
Modified Fri Nov 19 00:24:18 2010 UTC (13 years, 4 months ago) by misc
add the interface for the define

Revision 301 - Directory Listing
Modified Fri Nov 19 00:24:17 2010 UTC (13 years, 4 months ago) by misc
set the server visibility

Revision 299 - Directory Listing
Modified Fri Nov 19 00:24:15 2010 UTC (13 years, 4 months ago) by misc
add directory that will hold the various hooks scripts

Revision 298 - Directory Listing
Modified Fri Nov 19 00:24:14 2010 UTC (13 years, 4 months ago) by misc
- add some documentation

Revision 161 - Directory Listing
Modified Fri Nov 5 18:28:12 2010 UTC (13 years, 4 months ago) by misc
- fix wrong class name


Revision 158 - Directory Listing
Modified Fri Nov 5 18:20:59 2010 UTC (13 years, 4 months ago) by misc
- try to be sure that svn::client is installed if needed

Revision 131 - Directory Listing
Modified Fri Nov 5 10:16:46 2010 UTC (13 years, 4 months ago) by dmorgan
valstar is now the svn server

Revision 101 - Directory Listing
Modified Thu Nov 4 18:25:13 2010 UTC (13 years, 4 months ago) by misc
- merge the current puppet snapshot system with the new module


Revision 95 - Directory Listing
Modified Thu Nov 4 17:14:35 2010 UTC (13 years, 4 months ago) by misc
- fix missing default argument


Revision 83 - Directory Listing
Added Thu Nov 4 14:59:38 2010 UTC (13 years, 4 months ago) by misc
- module to manage subversion snapshot 


  ViewVC Help
Powered by ViewVC 1.1.30