[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: fix packaging
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: fix packaging |
Date: |
Sat, 09 Sep 2023 14:20:14 +0200 |
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 0b0494a fix packaging
0b0494a is described below
commit 0b0494aac61e4165fdf60493eb8c18ffa7ff49b7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 9 14:20:10 2023 +0200
fix packaging
---
packaging/debian-docker/gnunet-gtk-build.sh | 2 +-
packaging/ubuntu-docker/gnunet-gtk-build.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packaging/debian-docker/gnunet-gtk-build.sh
b/packaging/debian-docker/gnunet-gtk-build.sh
index f480c3c..4414c3f 100644
--- a/packaging/debian-docker/gnunet-gtk-build.sh
+++ b/packaging/debian-docker/gnunet-gtk-build.sh
@@ -22,6 +22,6 @@ do
dpkg -i *.deb
done
-tar cvf ../packages.tgz *.deb
+tar uvf ../packages.tgz *.deb
cd ..
diff --git a/packaging/ubuntu-docker/gnunet-gtk-build.sh
b/packaging/ubuntu-docker/gnunet-gtk-build.sh
index f480c3c..4414c3f 100644
--- a/packaging/ubuntu-docker/gnunet-gtk-build.sh
+++ b/packaging/ubuntu-docker/gnunet-gtk-build.sh
@@ -22,6 +22,6 @@ do
dpkg -i *.deb
done
-tar cvf ../packages.tgz *.deb
+tar uvf ../packages.tgz *.deb
cd ..
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: fix packaging,
gnunet <=