From f0c9fd92a98143e08b388f89d6b388cd13c2b63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Mon, 29 Dec 2014 18:27:13 +0100 Subject: [PATCH] Update gitignore and test actionsmap --- .gitignore | 8 +++++++- data/actionsmap/test.yml | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4492aeb8..07d05b84 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ var sdist develop-eggs .installed.cfg +log # Installer logs pip-log.txt @@ -31,4 +32,9 @@ pip-log.txt # Moulinette doc/*.json -src/moulinette/package.py +moulinette/package.py +# track only test namespace +lib/** +!lib/test +data/actionsmap/** +!data/actionsmap/test.yml diff --git a/data/actionsmap/test.yml b/data/actionsmap/test.yml index 40f632d7..4b835dc1 100644 --- a/data/actionsmap/test.yml +++ b/data/actionsmap/test.yml @@ -27,6 +27,7 @@ _global: base_dn: dc=yunohost,dc=org user_rdn: cn=admin argument_auth: true + lock: false ############################# # Test Actions #