gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add instructions on managing branch


From: gnunet
Subject: [taler-docs] branch master updated: add instructions on managing branch ‘prebuilt’ to top-level README
Date: Fri, 24 Dec 2021 03:16:12 +0100

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 75521ca  add instructions on managing branch ‘prebuilt’ to top-level 
README
75521ca is described below

commit 75521ca67fe9ad7f18de8e02504f1d656c8dc1a3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Dec 23 21:15:18 2021 -0500

    add instructions on managing branch ‘prebuilt’ to top-level README
    
    (These instructions are what works for me; people should
    feel free to augment them w/ their own preferred workflows.)
---
 README | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README b/README
index dda29a2..206d305 100644
--- a/README
+++ b/README
@@ -14,4 +14,20 @@ Then, do "make html" for HTML, "make texinfo" for Texinfo, 
etc.
 The output is in subdir ‘_build’.
 
 
-TODO: Add instructions on how to build/export/integrate ‘prebuilt’ docs.
+Branch ‘prebuilt’ is special.  Its contents (or a subset) are used as
+submodules in other Git repos (e.g., Exchange, Merchant, Sync).
+
+One approach that works well (so far) for ttn is to do
+(presuming that the current directory is named ‘docs’):
+
+ $ cd ..
+ $ git clone -b prebuilt --reference docs \
+     git+ssh://git@git.taler.net/docs.git \
+     docs-prebuilt
+
+This creates Git repo docs-prebuilt as a peer to the current repo.
+
+This way, you can build in this directory (i.e., "make man" or whatever)
+and then copy to ../docs-prebuilt/man/* what files need to be updated.
+In that repo, you can commit changes and push to git.taler.net as normal,
+all without having to do "git checkout" in either repo.

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