gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] branch master updated: image updates


From: gnunet
Subject: [taler-grid5k] branch master updated: image updates
Date: Sun, 05 Sep 2021 13:12:37 +0200

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

grothoff pushed a commit to branch master
in repository grid5k.

The following commit(s) were added to refs/heads/master by this push:
     new 35973a5  image updates
35973a5 is described below

commit 35973a53de083d1774e03826e627aa78c776a93d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 5 13:12:34 2021 +0200

    image updates
---
 README                                     | 15 ++++++++++++++-
 debian10-taler.yaml => debian11-taler.yaml |  4 +++-
 gridboot.service                           |  4 ++--
 update.sh                                  |  2 ++
 4 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/README b/README
index fb8478a..d679abb 100644
--- a/README
+++ b/README
@@ -1,5 +1,18 @@
 Use
 
-$ kameleon build debian10-taler.yaml --enable-cache
+$ kameleon build debian11-taler.yaml --enable-cache
 
 to build the image.
+
+Note: theg5k_tgz_file option is not propagated to the ".dsc" file,
+so we must adjust it manually (in build/debian11-taler/debian11-taler.dsc)
+and set 'file' to:
+
+   file: http://public.lyon.grid5000.fr/~grothoff/debian11-taler.tar.zst
+
+
+Afterwards:
+
+$ cd build/debian11-taler
+$ scp debian11-taler.dsc debian11-taler.tar.zst \
+      grothoff@access.grid5000.fr:lyon/public/
diff --git a/debian10-taler.yaml b/debian11-taler.yaml
similarity index 94%
rename from debian10-taler.yaml
rename to debian11-taler.yaml
index 86f804d..fd84692 100644
--- a/debian10-taler.yaml
+++ b/debian11-taler.yaml
@@ -24,7 +24,9 @@ global:
   ## Version
   g5k_version: 2
   ## Environment image path and compression
-  g5k_tgz_path: /home/grothoff/my_g5k_images/debian10-taler.tgz
+  # Note: unknown why this is not propagated to the ".dsc" file,
+  #       So we must adjust it manually!
+  g5k_tgz_file: http://public.lyon.grid5000.fr/~grothoff/debian10-taler.tar.zst
   # g5k_tar_compression: "zstd"
   ## Environment postinstall path, compression, and script command
   # g5k_postinst_path: server:///grid5000/postinstalls/g5k-postinstall.tgz
diff --git a/gridboot.service b/gridboot.service
index 59fd8ee..509a682 100644
--- a/gridboot.service
+++ b/gridboot.service
@@ -1,8 +1,8 @@
 [Unit]
 Description=Modify image based on grid5k Git on boot
 
-Wants=network.target
-After=syslog.target network-online.target
+Wants=network-online.target
+After=syslog.target network.target network-online.target
 
 [Service]
 Type=oneshot
diff --git a/update.sh b/update.sh
index bce9ea6..2e8b0df 100644
--- a/update.sh
+++ b/update.sh
@@ -3,6 +3,8 @@
 # latest version from Git).
 set -eu
 
+touch /root/at-boot-worked
+
 # Override default /etc/ with the one from this Git.
 cp -r /root/grid5k/etc/* /etc
 

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