From d540958e7efb8b88597efd130bc91ed0219c3dcb Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 28 Jul 2025 13:09:21 +0200 Subject: [PATCH] lib and reposinit update --- pylibs | 2 +- reposinit | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pylibs b/pylibs index 9ce97ce..b5a1574 160000 --- a/pylibs +++ b/pylibs @@ -1 +1 @@ -Subproject commit 9ce97cedf39cb43cd62a2d8f8ea884026013b798 +Subproject commit b5a1574560194abe1c7cb8fb213747461e1553c5 diff --git a/reposinit b/reposinit index 6600ac7..05ff823 100755 --- a/reposinit +++ b/reposinit @@ -3,6 +3,10 @@ echo "* Initialising Submodules" git submodule init git submodule update +pushd pylibs +git submodule init +git submodule update +popd echo "* Creating virtual env" BASEPATH=`realpath $(dirname $0)`