This commit is contained in:
parent
ab1c64525d
commit
6a09280039
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,4 +2,4 @@ _build
|
||||||
data/secmod/*
|
data/secmod/*
|
||||||
!data/secmod/.gitkeep
|
!data/secmod/.gitkeep
|
||||||
|
|
||||||
taler_exchange_sql
|
_taler_exchange_sql
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ set -e
|
||||||
taler_repo_url="https://git-www.taler.net/exchange.git/"
|
taler_repo_url="https://git-www.taler.net/exchange.git/"
|
||||||
|
|
||||||
tmp_dir="/tmp/taler_exchange"
|
tmp_dir="/tmp/taler_exchange"
|
||||||
out_dir="./taler_exchange_sql"
|
out_dir="./_taler_exchange_sql"
|
||||||
init_sql="${out_dir}/init.sql"
|
init_sql="${out_dir}/init.sql"
|
||||||
drop_sql="${out_dir}/drop.sql"
|
drop_sql="${out_dir}/drop.sql"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue