-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoll.ini
47 lines (37 loc) · 769 Bytes
/
toll.ini
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
# Ini file for https://github.com/icemac/toll
[packages]
../icemac.recurrence
../icemac.install.addressbook
../icemac.ab.locales
.
../icemac.ab.importer
../icemac.ab.importxls
../icemac.ab.calendar
../icemac.ab.calexport
../toll
../icemac.ab.document
[status]
command = git status
[diff]
command = git diff
[master]
command = git checkout master
[pull]
command = git pull
[lasttagdiff]
command = lasttagdiff
[build]
precondition = test -e buildout.cfg
command = bin/buildout -n
[test]
precondition = test -e bin/py.test
command = bin/py.test --cache-clear -p no:sugar
[test-lf]
precondition = test -e bin/py.test
command = bin/py.test -p no:sugar --lf
[commit]
ignore-exit-code = true
command = git commit -a
[push]
ignore-exit-code = true
command = git push