taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e1da57455d9430f459e492270b8faaaba703ec64
parent 646e24a7d8801543e5876c74dabc9e70be7d73c1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 12 Nov 2020 22:28:17 +0100

remove obsolte build option

Diffstat:
Mbin/taler-deployment | 2+-
Mbuildbot/master.cfg | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -127,7 +127,7 @@ def default_configure(*extra): def pyconfigure(*extra): """For python programs, --prefix doesn't work.""" - subprocess.run(["./configure", "--destination=local"] + list(extra), check=True) + subprocess.run(["./configure"] + list(extra), check=True) def build_libmicrohttpd(r: Repo, p: Path): diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -732,7 +732,7 @@ CODESPELL_FACTORY.addStep( name="codespell", description="spell checking repositories", descriptionDone="Spell check complete", - command=["/home/codespell/.local/bin/codespell", "-L", "ect,ba,ifset,openin,fo", "-S", "*.bib,*.bst,*.cls,*.png,*.svg,*.wav,*.gz,*/mustach/**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub", "anastasis", "bank", "exchange", "gnunet", "libmicrohttpd", "merchant", "sync", "twister", "wallet-core"], + command=["/home/codespell/.local/bin/codespell", "-L", "ect,ba,ifset,openin,fo", "-S", "*.bib,*.bst,*.cls,*.png,*.svg,*.wav,*.gz,*/mustach/**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub", "anastasis", "bank", "exchange", "gnunet", "libmicrohttpd", "merchant", "sync", "twister", "wallet-core"], workdir="/home/codespell/sources/" ) )