taler-xotp

xOTP generator
Log | Files | Refs | Submodules | README

commit 6bbad8856cfa40f18fe582400a78ba301cd81a96
parent 0586a15dd0a184a84971ec62bb746751c4e170bb
Author: Adrian STEINER <adrian.steiner@bfh.ch>
Date:   Wed, 14 Jan 2026 16:20:06 +0100

Add submodules and bootstrap to load the modules

Diffstat:
A.gitmodules | 6++++++
Abootstrap | 5+++++
Ataler-xotp_fw | 1+
Ataler-xotp_hw | 1+
4 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "taler-xotp_fw"] + path = taler-xotp_fw + url = git://git.gnunet.org/taler-xotp_fw.git +[submodule "taler-xotp_hw"] + path = taler-xotp_hw + url = git://git.gnunet.org/taler-xotp_hw.git diff --git a/bootstrap b/bootstrap @@ -0,0 +1,4 @@ +#!/bin/bash + +# Load third parties libraries +git submodule update --init --recursive +\ No newline at end of file diff --git a/taler-xotp_fw b/taler-xotp_fw @@ -0,0 +1 @@ +Subproject commit d0f15d0b0bd2547d2fc2d33c7460a69f386305fb diff --git a/taler-xotp_hw b/taler-xotp_hw @@ -0,0 +1 @@ +Subproject commit 9c992f2dfbe7178fa06ae00a6b5edfaefa6ae668