aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests
Commit message (Collapse)AuthorAgeFilesLines
* lint fixes for gitThomas Backlund2015-10-203-15/+15
|
* git: Ensure that on update, any submodules are also updated.Colin Guthrie2014-06-151-1/+1
|
* git: Make git pulls silent.Colin Guthrie2014-03-231-2/+1
| | | | | | | | This avoids the 'Already up to date.' messages and mirrors what the subversion module does. (fixes previous commit which put the -q in the wrong place and had a comment about the lack of -q)
* git: Make git pulls silent.Colin Guthrie2014-03-231-1/+1
| | | | | This avoids the 'Already up to date.' messages and mirrors what the subversion module does.
* Support git snapshots of a specific branch name (needed for identity.mageia.org)Colin Guthrie2014-03-231-2/+3
|
* Remove old git repository creation manifest.Colin Guthrie2013-10-061-40/+0
| | | | Now obsoleted by mgagit
* git::snapshot: don't add cron if $refresh == '0'Nicolas Vigier2013-07-061-5/+7
|
* git::server: don't create /git directoryNicolas Vigier2013-06-271-4/+0
|
* git: Use --mirror over --bare such that new branches etc. are pulled.Colin Guthrie2013-06-091-1/+1
|
* split svn_repository in a separate fileMichael Scherer2012-03-222-38/+36
|
* include git::commonMichael Scherer2012-03-221-0/+1
|
* do not use inheritance, but includeMichael Scherer2012-03-222-2/+5
|
* split more fileMichael Scherer2012-03-224-28/+26
|
* split mirror in a separate fileMichael Scherer2012-03-222-20/+19
|
* fix wrong type for git::repositoryMichael Scherer2012-03-161-1/+1
|
* clean git module, and some partial splittingMichael Scherer2012-03-154-109/+107
|
* cleaning of the git moduleMichael Scherer2012-01-081-27/+2
|
* fix the update cronMichael Scherer2011-07-201-1/+1
|
* add proper ordering, clone must exist before doing anythingMichael Scherer2011-07-201-0/+1
|
* use bare repository for mirrorMichael Scherer2011-07-201-1/+1
|
* fix cron jobMichael Scherer2011-07-201-1/+1
|
* add a parameter for the descriptionMichael Scherer2011-07-191-0/+6
|
* add a class to make a git mirror ( for gitweb )Michael Scherer2011-07-191-0/+14
|
* fix previous commitMichael Scherer2011-05-231-1/+1
|
* fix problem found by pterjan when deploying more than 1 git repositoryMichael Scherer2011-05-231-1/+2
|
* 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