@@ -2,7 +2,6 @@
Access to the following accounts is necessary:
* xenbits.xen.org: xen, xendocs
- * osstest.osstest-test-lab: osstest
=== Check list ===
@@ -17,11 +16,6 @@ ov=4.0
cd ~/git/qemu-xen-traditional.git
git branch stable-$v master
-# make branch in libvirt
- ssh xen@xenbits.xen.org
- cd ~/git/libvirt.git/
- git branch osstest/frozen/xen-$v-testing xen-tested-master
-
# make branches in xenbits.xen.org xen.git
ssh xen@xenbits.xen.org
cd ~/git/xen.git
@@ -43,17 +37,6 @@ ov=4.0
git add -p
git commit -m "Branch for $v"
-* make branches etc. in osstest
- ssh osstest@osstest.test-lab
- cd testing.git
- OSSTEST_CONFIG=production-config ./mg-branch-setup xen-$v-testing bisect
- OSSTEST_CONFIG=production-config ./mg-branch-setup qemu-upstream-$v-testing bisect
-
-* add branch to osstest
- Add both qemu-upstream-$v-testing and xen-$v-testing to BRANCHES in cr-for-branches
- git add -p
- git commit -m "cr-for-branches: Add Xen and QEMU $v branch"
-
* add to patchbot
ssh xen@xenbits.xen.org
cd ~/HG/patchbot/
@@ -84,11 +67,4 @@ Update newly diverging staging-$v according to
release-technician-checklist.txt section re README etc.,
including turning off debug.
-Set off a manual osstest run, since the osstest cr-for-branches change
-will take a while to take effect:
- ssh osstest@osstest.test-lab
- cd testing.git
- screen -S $v
- BRANCHES=xen-$v-testing ./cr-for-branches branches -w "./cr-daily-branch --real"
-
Send message to committers and RM. Use previous mail as a template.