aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 4b8ee283581cd5874ed4a590407b1508ba82243d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
- soft_repo.gl: Put maintainer nick in square brackets
- allow non-ldap group definitions
- add the showconf command, to show repos configuration in yaml
- don't copy the repodef options to each repo definition
- add the repo_conf and origin_conf functions in templates

Version 0.10

- soft_repo.gl: Simplify how the noemail option works

Version 0.9

- soft_repo.gl: Rename the release/* branches to distro/*
- soft_repo.gl: Allow topic branches

Version 0.8

- soft_repo.gl: allow pushing tags
- fix regex for master branch

Version 0.7

- soft_repo.gl: remove '<>' from gitweb.owner as gitolite doesn't like this

Version 0.6

- use Git::Repository instead of Git module

Version 0.5

- soft_repo.gl: allow @mga-packagers to push to master and release/
  branches by default, unless lockdown is set to 'yes' for this repo
- soft_repo.gl: set maintainer as gitweb.owner
- provide access to users ldap infos from templates
- in repos_config, allow giving a git_url instead of a directory path,
  to be cloned and pulled automatically
- dump repos db in a yaml file when running glrun

Version 0.4

- fix comparison of old and new ssh keys from ldap

Version 0.3

- ignore group members not matching user re

Version 0.2

- add repodef_repo.gl template
- allow defining repos directly in main config file
- set commits mailing lists
- set repo descriptions
- add noemail option, to disable commit emails

Version 0.1

- first version