gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: sync any url changes


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: sync any url changes in submodules
Date: Wed, 10 May 2023 21:51:11 +0200

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

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6ebbc2c  buildbot: sync any url changes in submodules
6ebbc2c is described below

commit 6ebbc2c66c18559e582f3b3962a258faf604042e
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed May 10 14:50:14 2023 -0500

    buildbot: sync any url changes in submodules
    
    If a submodule remote url changes then we want to sync that change in a
    given super-project. That's what "git submodule sync" does for us.
---
 buildbot/update-sources.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildbot/update-sources.sh b/buildbot/update-sources.sh
index 8c95340..9fc7b80 100755
--- a/buildbot/update-sources.sh
+++ b/buildbot/update-sources.sh
@@ -22,10 +22,12 @@ do
         git -C $P clean -fdx
         git -C $P fetch
         git -C $P reset --hard origin/master
+        git submodule sync --recursive
         git submodule update --init
     else
         cd $HOME/sources
         git clone ${BASE_URL}$n
+        git submodule sync --recursive
         git submodule update --init
         cd -
     fi

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