mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
19 lines
340 B
Diff
19 lines
340 B
Diff
Author: Timo Aaltonen <tjaalton@ubuntu.com>
|
|
Date: Tue Nov 1 11:48:27 2011 -0400
|
|
|
|
Add no-testcert.patch to not fail make-testcert.
|
|
|
|
they need a working certificate server running
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -102,7 +102,7 @@ lint: bootstrap-autogen
|
|
|
|
|
|
test:
|
|
- ./make-testcert
|
|
+# ./make-testcert
|
|
./make-test
|
|
|
|
release-update:
|