aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/init.pp
Commit message (Collapse)AuthorAgeFilesLines
* use source instead of templates ( likely lighter, no need to parse the file ↵Michael Scherer2011-02-111-6/+6
| | | | for no reason )
* add a post commit script to send mailMichael Scherer2011-02-101-0/+9
|
* add basic framework for modifying configuration of a git repository with ↵Michael Scherer2011-02-101-0/+21
| | | | puppet ( used for mail commit script later )
* - use a script, with a lock , so we can have more than one updateMichael Scherer2011-02-021-4/+11
| | | | running without trouble. Remove older comments in manifests
* place the pre-receive hook in a file, easier to editMichael Scherer2011-02-021-2/+3
|
* fix the shebang of post-receiveMichael Scherer2011-02-021-1/+1
|
* add a require for orderingMichael Scherer2011-02-021-3/+6
|
* install git-svnMichael Scherer2011-02-021-1/+7
|
* draft of a git svn defineMichael Scherer2011-02-021-0/+31
|
* add require for ordering purposeMichael Scherer2011-01-241-1/+2
|
* fix syntax in git modulesMichael Scherer2011-01-241-2/+2
|
* use newly commited script to create shared git repositoryMichael Scherer2011-01-161-4/+9
|
* add a git repository creation scriptMichael Scherer2011-01-161-0/+9
|
* add various urls and TODOMichael Scherer2011-01-141-2/+11
|
* allow to update the description of the repositoryMichael Scherer2011-01-141-1/+6
|
* let the repository be exported by git-daemonMichael Scherer2011-01-141-0/+4
|
* start the repository type ( create it )Michael Scherer2011-01-141-1/+3
|
* add basic git hosting, using xinetdMichael Scherer2011-01-141-2/+10
|
* - add a git module prototypeMichael Scherer2011-01-141-0/+54