diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:46:56 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:46:56 -0500 |
| commit | bf9143960a12d3b80309ec6949ea797f591e2eb1 (patch) | |
| tree | 79b0ee53807e9bf1c6dae9fe58aee6cf2fa9216c | |
| parent | 3b165fe7d4d6348a46356d0d1f2a7efb76308e95 (diff) | |
chore: new versions of libs, new tooling in WiP.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| m--------- | libs/core | 0 | ||||
| m--------- | libs/fix | 0 | ||||
| -rw-r--r-- | tools/.keep | 0 | ||||
| -rw-r--r-- | tools/checkpath.py | 9 |
4 files changed, 9 insertions, 0 deletions
diff --git a/libs/core b/libs/core -Subproject ac86f6c04494276b823d1fe87c5ac483a7c9f4d +Subproject d10abbeee2887dc4da15c8ec207f6cbdf2c3243 diff --git a/libs/fix b/libs/fix -Subproject e56ce859e9caafe5c96f1dcab039ef0e6656f09 +Subproject 71f75fe02724b269fc8888589a27e878eadcefd diff --git a/tools/.keep b/tools/.keep deleted file mode 100644 index e69de29..0000000 --- a/tools/.keep +++ /dev/null diff --git a/tools/checkpath.py b/tools/checkpath.py new file mode 100644 index 0000000..eb36805 --- /dev/null +++ b/tools/checkpath.py @@ -0,0 +1,9 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- + +import os, sys + +if __name__ == '__main__': + sys.exit(None) + + |
