From 5fd9929753d608ea69fe0b3a65c1aee572adfec1 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 24 Oct 2019 17:27:38 -0400 Subject: [PATCH] document branches better --- README.FSF | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.FSF b/README.FSF index 37e0ce9..5bd71b5 100644 --- a/README.FSF +++ b/README.FSF @@ -20,6 +20,15 @@ instead generated from the .in file by running make configure. Note, make configure must be run from /home/mharc (checkout into that directory on your local system). +Ansible pulls a branch with the name of the current hostname, so lists.gnu.org +is an alias to master, and lists.dev.fsf.org is an alias to lists.fsf.org. +This was achieved by doing for example: + +vcs.fsf.org $ +sudo -i -u git +cd /home/git/repositories/mharc.git +git symbolic-ref refs/heads/lists.dev.fsf.org refs/heads/lists.fsf.org + The lists.fsf.org branch should be rebased to any changes from master, like this: git checkout lists.fsf.org @@ -45,4 +54,4 @@ unique string into the header where the list name goes, copied it to for x in */NMZ.head; do sed "s/gachJefyeonJoa/${x%/*}/g" /tmp/NMZ.head>$x || { echo failed on $x; break; } ; done -This process can be repeated for more changes. \ No newline at end of file +This process can be repeated for more changes. -- 2.25.1