Skip to content

Commit 0a85324

Browse files
committed
Revert "preconfigure git for being usable with datalad"
This reverts commit 9239437. For some reason wasn't sufficient so we will just disable datalad for now
1 parent 9239437 commit 0a85324

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

debian/rules

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ export PYBUILD_NAME = heudiconv
1717
%:
1818
dh $@ --buildsystem=pybuild
1919

20-
override_dh_auto_test::
21-
mkdir -p build; \
22-
export HOME=$(CURDIR)/build; \
23-
git config --global user.name "TESTING"; \
24-
git config --global user.email "[email protected]"
25-
HOME=$(CURDIR)/build dh_auto_test $@
26-
2720
override_dh_auto_install:
2821
help2man -n 'DICOM converter for organizing brain imaging data into structured directory layouts' \
2922
-N --no-discard-stderr bin/heudiconv > build/heudiconv.1

0 commit comments

Comments
 (0)