commit 4f413b40ca6e4974e005299ef239d1e96c353501 parent 24d605485d65ed1f81554176259cc2293223ce09 Author: Antoine A <> Date: Thu, 11 Apr 2024 22:43:06 +0200 Drop unused script Diffstat:
| M | .gitignore | | | 4 | ---- |
| D | contrib/copy_spa.sh | | | 12 | ------------ |
2 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -22,7 +22,3 @@ __pycache__ .DS_Store *.mk common/src/main/resources/version.txt -debian/usr/share/libeufin/demobank-ui/index.js -debian/usr/share/libeufin/demobank-ui/*.html -debian/usr/share/libeufin/demobank-ui/*.css -debian/usr/share/libeufin/demobank-ui/*.svg diff --git a/contrib/copy_spa.sh b/contrib/copy_spa.sh @@ -1,12 +0,0 @@ -#!/bin/bash - -# This script is in the public domain. It copies -# SPA from where the bootstrap script places it to -# the debian directory. - -if ! test -d .git; then - echo Run this script from the repository top-level directory. - exit 1 -fi - -cp contrib/wallet-core/bank/* debian/usr/share/libeufin/demobank-ui/