gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/04: ci: make sure bootstrap is run before packagi


From: gnunet
Subject: [taler-wallet-core] 02/04: ci: make sure bootstrap is run before packaging
Date: Sat, 20 Jan 2024 16:21:07 +0100

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

devan-carpenter pushed a commit to branch master
in repository wallet-core.

commit c6062c9d71c4e1d5c04e76a307727f74ef5ef995
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sat Jan 20 10:12:09 2024 -0500

    ci: make sure bootstrap is run before packaging
---
 contrib/ci/jobs/3-deb-package/job.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/ci/jobs/3-deb-package/job.sh 
b/contrib/ci/jobs/3-deb-package/job.sh
index e4ce6444c..50834ad0c 100755
--- a/contrib/ci/jobs/3-deb-package/job.sh
+++ b/contrib/ci/jobs/3-deb-package/job.sh
@@ -6,6 +6,9 @@ set -exuo pipefail
 
 unset LD_LIBRARY_PATH
 
+# Run the bootstrap script in case it hasn't been done already at this point
+./bootstrap
+
 # gbp wants the debian directory in the root of the git repo
 # so we symlink in the debian directory for the package we want to create
 rm -f ./debian # in case we already have a symlink there

-- 
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]