[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/4] misc/release-checklist: Split out branching-checklist.txt
>>> On 09.03.17 at 16:19, <ian.jackson@xxxxxxxxxxxxx> wrote: > --- /dev/null > +++ b/misc/branching-checklist.txt > @@ -0,0 +1,97 @@ > +v=4.1 > +ov=4.0 > + > +##* tag branchpoint > +## hg tag $v.0-branched > +## hg sign -k 'Xen tree' 4.1.0-branched Does this Mercurial stuff need keeping? > +* make branch in qemu-iwj.git > + git-branch $v-testing master > + > +# make branches in xenbits.xen.org qemus > + ssh xen@xxxxxxxxxxxxxxx > + cd ~/git/qemu-xen.git > + git branch staging-$v staging > + git branch stable-$v master > + cd ~/git/qemu-xen-traditional.git > + git branch stable-$v master > + > +# make branch in libvirt > + ssh xen@xxxxxxxxxxxxxxx > + cd ~/git/libvirt.git/ > + git branch osstest/frozen/xen-$v-testing xen-tested-master > + > +# make branches in xenbits.xen.org xen.git > + ssh xen@xxxxxxxxxxxxxxx > + cd ~/git/xen.git > + git branch staging-$v staging > + git branch stable-$v master > + > +# 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 > +#14:17 <ijc> HOWTO: login to xenbits. become "xendocs" . cd cronjobs . edit > +# xenbits-docs-all.sh in the obvious way. git commit > + ssh root@xxxxxxxxxxxxxxx > + su - xendocs > + cd cronjobs > + ed xenbits-docs-all.sh > + /for branch > + s/$/ 4.6-testing > + # ^ OR SIMILAR > + w > + q > + 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 . This also looks to be Mercurial related. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |