All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Tim Deegan <tim@xen.org>, Jan Beulich <jbeulich@suse.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [PATCH 1/4] misc/release-checklist: Remove clearly-obsolete stuff
Date: Thu, 9 Mar 2017 15:19:24 +0000	[thread overview]
Message-ID: <1489072767-21441-2-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1489072767-21441-1-git-send-email-ian.jackson@eu.citrix.com>

Remove:

 - Head comment saying not to edit here.  This came from the
   now-no-longer-master xenbits copy which I have deleted.

 - Many old (commented-out) instruction related to hg

 - Many old (commented-out) instruction related to pre-unified
   qemu trees.

 - Many old (commented-out) instruction related to ancient
   locations within Citrix.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 misc/release-checklist.txt | 64 ----------------------------------------------
 1 file changed, 64 deletions(-)

diff --git a/misc/release-checklist.txt b/misc/release-checklist.txt
index 51f9508..dfeb34a 100644
--- a/misc/release-checklist.txt
+++ b/misc/release-checklist.txt
@@ -1,9 +1,3 @@
-DO NOT EDIT
-
-BEING INCORPORATED INTO GIT
-
-
-
 v=4.1
 ov=4.0
 
@@ -14,17 +8,6 @@ ov=4.0
 * make branch in qemu-iwj.git
         git-branch $v-testing master
 
-#* make branches in /usr/groups/xencore/HG (xen.hg and qemu.git)
-#        cd /usr/groups/xencore/HG
-#        really rsync -aH xen-unstable.hg/. xen-$v-testing.hg &
-#        really rsync -aH qemu-xen-unstable.git/. qemu-xen-$v-testing.git &
-#
-#        ed xen-$v-testing.hg/.hg/hgrc
-#        /unsta
-#        s/unstable/###4.1###-testing
-#        w
-#        q
-
 # make branches in xenbits.xen.org qemus
         ssh xen@xenbits.xen.org
 	cd ~/git/qemu-xen.git
@@ -32,17 +15,6 @@ ov=4.0
 	git branch stable-$v master
 	cd ~/git/qemu-xen-traditional.git
 	git branch stable-$v master
-#        cd ~/git
-#        rsync -aH qemu-xen-unstable.git/. qemu-xen-$v-testing.git &
-#        rsync -aH qemu-upstream-unstable.git/. qemu-upstream-$v-testing.git &
-#        cd staging
-#        rsync -aH qemu-xen-unstable.git/. qemu-xen-$v-testing.git &
-#        rsync -aH qemu-upstream-unstable.git/. qemu-upstream-$v-testing.git &
-#        cd /var/xenbits-www/html/git-http
-#        ln -sf /home/xen/git/qemu-xen-$v-testing.git .
-#        ln -sf /home/xen/git/staging/qemu-xen-$v-testing.git staging/.
-#        ln -sf /home/xen/git/qemu-upstream-$v-testing.git .
-#        ln -sf /home/xen/git/staging/qemu-upstream-$v-testing.git staging/.
 
 # make branch in libvirt
         ssh xen@xenbits.xen.org
@@ -55,15 +27,6 @@ ov=4.0
 	git branch staging-$v staging
 	git branch stable-$v master
 
-## make hg mirror branch(es)
-#	ssh root@xenbits.xen.org
-#	cd ~xen/HG
-#	mkdir {staging/,}xen-$v-testing.hg
-#	chown git2hg:git2hg {staging/,}xen-$v-testing.hg
-# # edit list of repos to mirror - Anthony Perard, or:
-#	ed ~git2hg/update-hg-mirror.sh
-#		/all_xen_version
-
 # update xendocs@xenbits docs generator to generate new stable branch
 #  docs too. commit to git.
 * make 13:37 <ijc> http://xenbits.xen.org/docs/4.2-testing/ is now live true
@@ -103,10 +66,6 @@ ov=4.0
         cp qemu-xen--master.patchbot-reported-heads  qemu-xen--stable-$v.patchbot-reported-heads
         cp qemu-xen--staging.patchbot-reported-heads  qemu-xen--staging-$v.patchbot-reported-heads
         cp qemu-xen-traditional--master.patchbot-reported-heads qemu-xen-traditional--stable-$v.patchbot-reported-heads
-#        cd staging/
-##      cp xen-unstable.last xen-$v-testing.last
-##      cp xen-unstable.last xen-$v-testing.last
-#        cd ..
 
         #emacs versions
 	perl -i~ -pe 'next unless m/\b\Q'$ov'\E\b/; $x=$_; $x=~ s/\b\Q'$ov'\E\b/'$v'/g; print $x;' versions
@@ -128,9 +87,6 @@ which should produce no output.  Replace as necessary.
 
 Update new stable tree's MAINTAINERS to contain correct info for this stable branch
 
-##* update wiki page
-##        http://wiki.xen.org/xenwiki/XenRepositories
-
 ###* fix new trees' vcs descriptions
 #* make old trees' descriptions "historical"
 #	cd ~/git
@@ -145,8 +101,6 @@ Update new stable tree's MAINTAINERS to contain correct info for this stable bra
 
 * make tag in qemu-iwj.git
 
-##* push qemu tag in /usr/groups/xencore/HG		git-update-server-info
-##* push qemu tag in /usr/groups/xencore/patchman		git-update-server-info
 * push qemu tag in xenbits.xen.org		git-update-server-info
 * push qemu tag in xenbits.xen.org staging	git-update-server-info
 
@@ -177,13 +131,7 @@ t=RELEASE-$r
   git-checkout $s
   git-tag -u 'Xen.org Xen tree code signing' -m "Xen $v" xen-$v $s
 
-#  git-push ianj@docr-01:/usr/groups/xencore/HG/qemu-xen-$b.git $s:master xen-$v   # 4.1 and earlier only
-#  git-push latara:/usr/groups/xencore/patchman/qemu-xen-$b.git $s:master xen-$v
   git-push xenbits.xen.org:/home/xen/git/qemu-xen-traditional.git $s:stable-$x xen-$v
-#  git-push xen@xenbits.xen.org:/home/xen/git/qemu-xen-$b.git $s:master xen-$v
-#  git-push xen@xenbits.xen.org:/home/xen/git/staging/qemu-xen-$b.git $s:master xen-$v
-#  ssh xen@xenbits.xen.org cd /home/xen/git/qemu-xen-$b.git '&&' git update-server-info
-#  ssh xen@xenbits.xen.org cd /home/xen/git/staging/qemu-xen-$b.git '&&' git update-server-info
 
 # consider making tag in minios, and updating xen.git Config.mk
   git-tag -u 'xen tree' -s -m "Xen $r$rc" xen-$t
@@ -192,8 +140,6 @@ t=RELEASE-$r
 * Also tag upstream qemu tree (Stefano)
     git tag -u 'xen tree' -s -m "Xen $r$rc" qemu-xen-$r SOMETHING
     git push osstest@xenbits.xen.org:/home/xen/git/qemu-xen.git qemu-xen-$r
-#    git push xen@xenbits.xen.org:/home/xen/git/qemu-upstream-$b.git qemu-xen-$r
-#    git push xen@xenbits.xen.org:/home/xen/git/staging/qemu-upstream-$b.git qemu-xen-$r
 
 * consider bumping sonames of shlibs
 
@@ -261,10 +207,6 @@ mkdir qemu-xen qemu-xen-traditional  # 4.2+
     git-archive --format=tar xen-$v |tar Cxf /volatile/iwj/d/xen-$v/tools/ioemu-qemu-xen -   # 4.0, 4.1
     git-archive --format=tar xen-$v |tar Cxf /volatile/iwj/d/xen-$v/tools/qemu-xen-traditional -   # 4.2+
 
-#    cd /u/iwj/work/1/qemu-upstream-4.2-testing.git # perhaps
-#    cd /u/iwj/work/1/qemu-upstream-4.3-testing.git # perhaps
-#    cd /u/iwj/work/1/qemu-upstream-4.4-testing.git # perhaps
-#    cd /u/iwj/work/1/qemu-upstream-unstable.git # alternatively
     cd /u/iwj/work/1/qemu-upstream.git # now we have a merged tree
     git-pull
     git-archive --format=tar qemu-xen-$v |tar Cxf /volatile/iwj/d/xen-$v/tools/qemu-xen -   # 4.2+
@@ -317,12 +259,6 @@ GZIP=-9v tar zcf /volatile/iwj/website-thing/xen.org/oss-xen/release/$v/xen-$v.t
 	   #   U oss-xen/release/4.8.0-rc2/xen-4.8.0-rc2.tar.gz
 	   #   U oss-xen/release/4.8.0-rc2/xen-4.8.0-rc2.tar.gz.sig
 
-#    cd /volatile/iwj/akamai-xen.org/
-#    cvs -q up
-#    U oss-xen/release/$v/xen-$v.tar.gz
-#    U oss-xen/release/$v/xen-$v.tar.gz.sig
-#    ./upload.sh.~1.3.~
-
 
 update xenbits front page to change references to old stable branch
  into references to new stable branch
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2017-03-09 15:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 15:19 [PATCH 0/4] misc/release-checklist: Updates prompted by recent release Ian Jackson
2017-03-09 15:19 ` Ian Jackson [this message]
2017-03-09 15:19 ` [PATCH 2/4] misc/release-checklist: Remove pre-4.3 tarball target instructions Ian Jackson
2017-03-09 15:50   ` Jan Beulich
2017-03-09 15:53     ` Ian Jackson
2017-03-09 15:55       ` Jan Beulich
2017-03-09 15:19 ` [PATCH 3/4] misc/release-checklist: Split out branching-checklist.txt Ian Jackson
2017-03-09 15:52   ` Jan Beulich
2017-03-09 15:54     ` Ian Jackson
2017-03-09 15:19 ` [PATCH 4/4] misc/branching-checklist: Call mg-branch-setup in Cambridge too Ian Jackson
2017-03-09 15:53 ` [PATCH 0/4] misc/release-checklist: Updates prompted by recent release Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489072767-21441-2-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.