[five-or-more] Disable style checker with relative path
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] Disable style checker with relative path
- Date: Mon, 8 Oct 2018 17:47:43 +0000 (UTC)
commit 4192c6a1496484007fd97c2c2ee24a5028bac656
Author: Robert Roth <robert roth off gmail com>
Date: Mon Oct 8 20:46:56 2018 +0300
Disable style checker with relative path
meson_post_install.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_post_install.py b/meson_post_install.py
index 93f9629..29e0b7b 100644
--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -19,4 +19,4 @@ hooksdir = os.path.join(sourcedir, '.git', 'hooks')
precommit = os.path.join(hooksdir, 'pre-commit')
if os.path.lexists(precommit):
os.remove(precommit)
-os.symlink('../../../libgnome-games-support/style-checker', precommit)
+# os.symlink('../../../libgnome-games-support/style-checker', precommit)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]