process docs: Drop some obsolete stuff
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 25 Jun 2018 14:46:25 +0000 (15:46 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 4 Jul 2018 16:15:37 +0000 (17:15 +0100)
* Drop reference to long-gone Citrix-internal HG trees
* Drop reference to RT-accessible web pages; web page editing
  is now handled via the RM, community manager, etc.
* Drop reference to git description files; this is not needed
  because now we have one tree with all branches, not one per branch

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
docs/process/branching-checklist.txt

index 889943233693ee498494df25b1bfae550c576165..f91aa0f1ab2bf581fe15d2bd56c165ba96ebf383 100644 (file)
@@ -44,10 +44,6 @@ ov=4.0
         git add -p
        git commit -m "Branch for $v"
 
-### * make symlink on mariner for qemu
-###        cd /var/www/git/
-###        ln -s /usr/groups/xencore/HG/qemu-xen-$v-testing.git .
-
 * make branches etc. in osstest
         ssh osstest@osstest.test-lab
        cd testing.git
@@ -79,13 +75,6 @@ ov=4.0
        git add versions
        git commit -m "Branch for $v"
 
-#* update xenbits web page
-        ssh root@xenbits.xen.org
-        cd /var/xenbits-www/html
-        emacs index.html
-       # - search for previous version number, and update in each place found
-       # - in general, drop one old release in favour of the new one
-
 Ensure references to qemu trees in xen.git's Config.mk are updated.
 Check this with
         grep unstable Config.mk 
@@ -96,8 +85,4 @@ README etc.
 
 Update new stable tree's MAINTAINERS to contain correct info for this stable branch
 
-###* fix new trees' vcs descriptions
-#* make old trees' descriptions "historical"
-#      cd ~/git
-#      perl -i~ -pe "s/unstable/4.6-testing/" qemu-upstream-$v-testing.git/description