aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.80.8Nicolas Vigier2013-07-162-1/+2
|
* Fix regex for master branchNicolas Vigier2013-07-163-3/+4
|
* soft_repo.gl: allow pushing tagsNicolas Vigier2013-07-162-0/+5
|
* Version 0.7Nicolas Vigier2013-07-152-1/+3
|
* soft_repo.gl: remove '<>' from gitweb.ownerNicolas Vigier2013-07-152-1/+3
| | | | Temporary fix, as gitolite doesn't like this
* Version 0.6Nicolas Vigier2013-07-152-1/+2
|
* Use Git::Repository instead of Git moduleNicolas Vigier2013-07-152-6/+7
| | | | Git module on Mageia 1 seems to have some problems to clone a repo.
* Version 0.5Nicolas Vigier2013-07-152-1/+2
|
* Dump repos db in a yaml file when running glrunNicolas Vigier2013-07-155-1/+13
|
* README: Add some spaces in configuration options listNicolas Vigier2013-07-151-24/+64
|
* Filter what user infos we keep from ldapNicolas Vigier2013-07-153-1/+10
|
* In repos_config, allow giving a git_url instead of a directory pathNicolas Vigier2013-07-155-3/+29
| | | | | The git url will be cloned automatically (if target directory does not exist), or pulled automatically.
* soft_repo.gl: allow @mga-packagers to push by defaultNicolas Vigier2013-07-152-0/+6
| | | | | Allow @mga-packagers to push to master and release/ branches by default, unless lockdown is set to 'yes' for the repo
* Update NEWSNicolas Vigier2013-07-151-0/+4
|
* soft_repo.gl: set maintainer as gitweb.ownerNicolas Vigier2013-07-151-0/+3
| | | | (idea from Colin)
* soft_repo.gl: use variable for maintainerNicolas Vigier2013-07-151-2/+3
|
* Call load_users in glconfNicolas Vigier2013-07-151-0/+1
| | | | | Load users from ldap even in glconf, as some infos from users can be used in gitolite configuration.
* load_users: keep all user infos from ldapNicolas Vigier2013-07-151-2/+2
| | | | | Keep all user infos fetched from ldap (not only ssh key), so that they can be used in gitolite configuration.
* Version 0.4Nicolas Vigier2013-06-272-1/+3
|
* Fix comparison of old and new ssh keys from ldapNicolas Vigier2013-06-272-1/+5
|
* Version 0.3Nicolas Vigier2013-06-272-1/+3
|
* Ignore group members not matching user reNicolas Vigier2013-06-272-3/+4
|
* Version 0.2Nicolas Vigier2013-06-252-1/+3
|
* Add noemail option, to disable commit emailsNicolas Vigier2013-06-242-0/+4
|
* Set repo descriptionsNicolas Vigier2013-06-243-0/+3
|
* Set commits mailing listsNicolas Vigier2013-06-243-0/+9
|
* Add repodef_repo.gl templateNicolas Vigier2013-06-242-0/+5
|
* Allow defining repos directly in main config fileNicolas Vigier2013-06-242-2/+11
|
* Version 0.1Nicolas Vigier2013-06-242-0/+33
|
* Add .gitignoreNicolas Vigier2013-06-241-0/+1
|
* Update READMENicolas Vigier2013-06-241-0/+45
|
* Add use_ldap optionNicolas Vigier2013-06-243-0/+4
| | | | To be able to disable use of ldap
* Add example configurationNicolas Vigier2013-06-241-0/+7
|
* Run gitolite if conf or keydir changedNicolas Vigier2013-06-232-5/+14
|
* Load users from ldap and save their ssh keys in keydirNicolas Vigier2013-06-233-0/+49
|
* Add missing closedirNicolas Vigier2013-06-231-0/+1
|
* Add groups from ldapNicolas Vigier2013-06-224-7/+70
|
* Remove unused 'use' lineNicolas Vigier2013-06-221-1/+0
|
* Initial commitNicolas Vigier2013-06-216-0/+304