donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 92ad5ac7167c3166478b15243182b653f2d6f430
parent fa9a7865afcc503b41b41bc940ee2c815963337c
Author: Florian Dold <florian@dold.me>
Date:   Wed, 15 Jul 2026 23:14:58 +0200

remove unused gana submodule and legacy procedures.sql.in

Diffstat:
M.gitmodules | 3---
Dcontrib/gana | 1-
Dsrc/donaudb/procedures.sql.in | 26--------------------------
3 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "contrib/gana"] - path = contrib/gana - url = ../gana.git [submodule "doc/prebuilt"] path = doc/prebuilt url = ../taler-docs.git diff --git a/contrib/gana b/contrib/gana @@ -1 +0,0 @@ -Subproject commit 87db7efecb4cc396cc55e9c4946f62568b8866d1 diff --git a/src/donaudb/procedures.sql.in b/src/donaudb/procedures.sql.in @@ -1,26 +0,0 @@ --- --- This file is part of TALER --- Copyright (C) 2024 Taler Systems SA --- --- TALER is free software; you can redistribute it and/or modify it under the --- terms of the GNU General Public License as published by the Free Software --- Foundation; either version 3, or (at your option) any later version. --- --- TALER is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR --- A PARTICULAR PURPOSE. See the GNU General Public License for more details. --- --- You should have received a copy of the GNU General Public License along with --- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> --- - -BEGIN; - -SET search_path TO donau; - -#include "donau_do_amount_specific.sql" -#include "donau_do_insert_submitted_receipts.sql" -#include "donau_do_insert_issued_receipts.sql" -#include "donau_do_insert_charity.sql" - -COMMIT;