[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] 02/02: dpkg building WIP
From: |
gnunet |
Subject: |
[taler-deployment] 02/02: dpkg building WIP |
Date: |
Tue, 24 Aug 2021 14:33:43 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
commit 249c51417c4291098e1221eccdcb958782641caf
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Aug 24 14:33:37 2021 +0200
dpkg building WIP
---
dpkg-build/build-ubuntu.sh | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/dpkg-build/build-ubuntu.sh b/dpkg-build/build-ubuntu.sh
new file mode 100644
index 0000000..ce9161c
--- /dev/null
+++ b/dpkg-build/build-ubuntu.sh
@@ -0,0 +1,11 @@
+sudo apt install build-essential devscripts debhelper equivs
+
+git clone https://git.gnunet.org/gnunet.git
+git clone https://git.taler.net/exchange.git
+git clone https://git.taler.net/merchant.git
+
+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.