[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: bump versions
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: bump versions |
Date: |
Mon, 27 Jan 2025 18:40:27 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 3cb778b bump versions
3cb778b is described below
commit 3cb778b03be1100b52cc2947b1e37741c5cd1fab
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 27 18:40:21 2025 +0100
bump versions
---
packaging/ng/buildconfig/gnunet.tag | 2 +-
packaging/ng/buildconfig/libeufin.tag | 2 +-
packaging/ng/buildconfig/taler-merchant.tag | 2 +-
packaging/ng/distros/Dockerfile.ubuntu-noble | 3 +--
packaging/ng/taler-pkg | 12 ++++++------
5 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/packaging/ng/buildconfig/gnunet.tag
b/packaging/ng/buildconfig/gnunet.tag
index fde4a56..36926d7 100644
--- a/packaging/ng/buildconfig/gnunet.tag
+++ b/packaging/ng/buildconfig/gnunet.tag
@@ -1 +1 @@
-debian-0.23.2_rc1
+debian-0.23.2_rc.1
diff --git a/packaging/ng/buildconfig/libeufin.tag
b/packaging/ng/buildconfig/libeufin.tag
index 47839af..8b2399b 100644
--- a/packaging/ng/buildconfig/libeufin.tag
+++ b/packaging/ng/buildconfig/libeufin.tag
@@ -1 +1 @@
-v0.14.7
+v0.14.8
diff --git a/packaging/ng/buildconfig/taler-merchant.tag
b/packaging/ng/buildconfig/taler-merchant.tag
index b0d2e47..818cabd 100644
--- a/packaging/ng/buildconfig/taler-merchant.tag
+++ b/packaging/ng/buildconfig/taler-merchant.tag
@@ -1 +1 @@
-v0.14.2
+v0.14.3
diff --git a/packaging/ng/distros/Dockerfile.ubuntu-noble
b/packaging/ng/distros/Dockerfile.ubuntu-noble
index 327f7f1..69eda69 100644
--- a/packaging/ng/distros/Dockerfile.ubuntu-noble
+++ b/packaging/ng/distros/Dockerfile.ubuntu-noble
@@ -22,8 +22,7 @@ RUN apt-get -y install devscripts equivs
RUN apt-get -y install openjdk-17-jdk python3-click python3-requests python3
RUN pip install --break-system-packages sphinx_rtd_theme
-RUN npm install -g npm
-RUN /usr/local/bin/npm install -g npm pnpm node
+RUN npm install -g pnpm
RUN apt-get update
RUN apt-get -y upgrade
diff --git a/packaging/ng/taler-pkg b/packaging/ng/taler-pkg
index ddb2290..b06b0b1 100755
--- a/packaging/ng/taler-pkg
+++ b/packaging/ng/taler-pkg
@@ -13,18 +13,18 @@ from pathlib import Path
mydir = os.path.dirname(os.path.realpath(__file__))
components = [
- "anastasis",
- "anastasis-gtk",
+ #"anastasis",
+ #"anastasis-gtk",
"gnunet",
- "gnunet-gtk",
+ #"gnunet-gtk",
"libeufin",
"sync",
"challenger",
"taler-exchange",
- "taler-harness",
+ #"taler-harness",
"taler-merchant",
- "taler-merchant-demos",
- "taler-wallet-cli",
+ #"taler-merchant-demos",
+ #"taler-wallet-cli",
]
deps = {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.