bzr branch
http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
60
by Robey Pointer
add a manifest and a makefile |
1 |
PYTHON ?= python3 |
498.3.1
by Jelmer Vernooij
Use python3 by default. |
2 |
BRZ ?= brz |
533.1.1
by Jelmer Vernooij
Cope with moved errors NoSuchFile and FileExists in newer versions of Breezy. |
3 |
|
60
by Robey Pointer
add a manifest and a makefile |
4 |
dist: |
5 |
$(PYTHON) ./setup.py sdist |
|
6 |
||
7 |
clean: |
|
8 |
rm -rf dist/ |
|
9 |
||
10 |
check: |
|
140.1.1
by Michael Hudson
add do nothing check target |
11 |
BRZ_PLUGINS_AT=loggerhead@$$(pwd) $(BRZ) selftest -s bp.loggerhead |
533.1.1
by Jelmer Vernooij
Cope with moved errors NoSuchFile and FileExists in newer versions of Breezy. |
12 |