gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: remove obsolte build option


From: gnunet
Subject: [taler-deployment] branch master updated: remove obsolte build option
Date: Thu, 12 Nov 2020 22:28:19 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e1da574  remove obsolte build option
e1da574 is described below

commit e1da57455d9430f459e492270b8faaaba703ec64
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 12 22:28:17 2020 +0100

    remove obsolte build option
---
 bin/taler-deployment | 2 +-
 buildbot/master.cfg  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 19568e2..e2e7b58 100755
--- 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
index 13b8f52..b02b6fd 100644
--- 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,*/a
 [...]
+        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,*
 [...]
         workdir="/home/codespell/sources/"
     )
 )

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]