aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Collapse)AuthorAgeFilesLines
* lint fixes for gitThomas Backlund2015-10-205-17/+16
|
* 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
|
* enable ipv6 for gitMichael Scherer2011-06-081-0/+1
|
* 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
|
* - fix the path used for git-daemon ( lib_dir include /usr )Michael Scherer2011-02-161-1/+1
|
* - fix path of git-daemon, as it break on x86_64 ( ie valstar )Michael Scherer2011-02-161-1/+1
|
* use source instead of templates ( likely lighter, no need to parse the file ↵Michael Scherer2011-02-113-6/+6
| | | | for no reason )
* add a post commit script to send mailMichael Scherer2011-02-102-0/+15
|
* add basic framework for modifying configuration of a git repository with ↵Michael Scherer2011-02-103-0/+28
| | | | puppet ( used for mail commit script later )
* - use a script, with a lock , so we can have more than one updateMichael Scherer2011-02-022-4/+24
| | | | running without trouble. Remove older comments in manifests
* place the pre-receive hook in a file, easier to editMichael Scherer2011-02-022-2/+8
|
* 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
|
* - deny force-update remote branches to non-fast-forward references byMichael Scherer2011-01-241-0/+2
| | | | default
* use newly commited script to create shared git repositoryMichael Scherer2011-01-161-4/+9
|
* add a git repository creation scriptMichael Scherer2011-01-162-0/+18
|
* oops, add missing fileMichael Scherer2011-01-161-0/+13
|
* 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