gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: build steps


From: gnunet
Subject: [taler-deployment] branch master updated: build steps
Date: Tue, 24 Aug 2021 14:36:43 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0976559  build steps
0976559 is described below

commit 09765594aa0d6a30df58e025a0b0ccfd6628d9eb
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Aug 24 14:36:39 2021 +0200

    build steps
---
 dpkg-build/build-ubuntu.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dpkg-build/build-ubuntu.sh b/dpkg-build/build-ubuntu.sh
index ce9161c..c225b4a 100644
--- a/dpkg-build/build-ubuntu.sh
+++ b/dpkg-build/build-ubuntu.sh
@@ -1,10 +1,18 @@
+# Install essential build dependencies
 sudo apt install build-essential devscripts debhelper equivs
 
+# Clone our repos
 git clone https://git.gnunet.org/gnunet.git
 git clone https://git.taler.net/exchange.git
 git clone https://git.taler.net/merchant.git
 
+#
+## Build GNUnet
+#
+
+# Install build dependencies
 cd ~/gnunet && sudo mk-build-deps --install debian/control
+
 cd ~/gnunet && ./bootstrap
 cd ~/gnunet && debuild --no-sign -i -B
 

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