Message ID | 1465323343-26096-1-git-send-email-konrad.wilk@oracle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 06/07/2016 07:15 PM, Konrad Rzeszutek Wilk wrote: > .. in the design document. The official location is: > > git://xenbits.xen.org/livepatch-builds-tools.git > > Wiki is also updated with this URL. > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> > --- > Cc: Andrew Cooper <andrew.cooper3@citrix.com> > Cc: George Dunlap <George.Dunlap@eu.citrix.com> > Cc: Ian Jackson <ian.jackson@eu.citrix.com> > Cc: Jan Beulich <jbeulich@suse.com> > Cc: Stefano Stabellini <sstabellini@kernel.org> > Cc: Tim Deegan <tim@xen.org> > Cc: Wei Liu <wei.liu2@citrix.com> > Cc: Ross Lagerwall <ross.lagerwall@citrix.com> > --- > docs/misc/livepatch.markdown | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/misc/livepatch.markdown b/docs/misc/livepatch.markdown > index efda8cf..381cf97 100644 > --- a/docs/misc/livepatch.markdown > +++ b/docs/misc/livepatch.markdown > @@ -816,7 +816,7 @@ The design of that is not discussed in this design. > This is implemented in a seperate tool which lives in a seperate > GIT repo. > > -Currently it resides at https://github.com/rosslagerwall/livepatch-build > +Currently it resides at git://xenbits.xen.org/livepatch-builds-tools.git Shouldn't the repo be called livepatch-build-tools? (not "builds") livepatch-builds-tools sounds weird to me as a native English speaker.
On Wed, Jun 08, 2016 at 08:11:22AM +0100, Ross Lagerwall wrote: > On 06/07/2016 07:15 PM, Konrad Rzeszutek Wilk wrote: > >.. in the design document. The official location is: > > > > git://xenbits.xen.org/livepatch-builds-tools.git > > > >Wiki is also updated with this URL. > > > >Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> > >--- > >Cc: Andrew Cooper <andrew.cooper3@citrix.com> > >Cc: George Dunlap <George.Dunlap@eu.citrix.com> > >Cc: Ian Jackson <ian.jackson@eu.citrix.com> > >Cc: Jan Beulich <jbeulich@suse.com> > >Cc: Stefano Stabellini <sstabellini@kernel.org> > >Cc: Tim Deegan <tim@xen.org> > >Cc: Wei Liu <wei.liu2@citrix.com> > >Cc: Ross Lagerwall <ross.lagerwall@citrix.com> > >--- > > docs/misc/livepatch.markdown | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/docs/misc/livepatch.markdown b/docs/misc/livepatch.markdown > >index efda8cf..381cf97 100644 > >--- a/docs/misc/livepatch.markdown > >+++ b/docs/misc/livepatch.markdown > >@@ -816,7 +816,7 @@ The design of that is not discussed in this design. > > This is implemented in a seperate tool which lives in a seperate > > GIT repo. > > > >-Currently it resides at https://github.com/rosslagerwall/livepatch-build > >+Currently it resides at git://xenbits.xen.org/livepatch-builds-tools.git > > Shouldn't the repo be called livepatch-build-tools? (not "builds") > > livepatch-builds-tools sounds weird to me as a native English speaker. Drats. You are right. Let me poke Ian to rename it (as I can't). > > -- > Ross Lagerwall
On Wed, Jun 08, 2016 at 10:43:33AM -0400, Konrad Rzeszutek Wilk wrote: > On Wed, Jun 08, 2016 at 08:11:22AM +0100, Ross Lagerwall wrote: > > On 06/07/2016 07:15 PM, Konrad Rzeszutek Wilk wrote: > > >.. in the design document. The official location is: > > > > > > git://xenbits.xen.org/livepatch-builds-tools.git > > > > > >Wiki is also updated with this URL. > > > > > >Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> > > >--- > > >Cc: Andrew Cooper <andrew.cooper3@citrix.com> > > >Cc: George Dunlap <George.Dunlap@eu.citrix.com> > > >Cc: Ian Jackson <ian.jackson@eu.citrix.com> > > >Cc: Jan Beulich <jbeulich@suse.com> > > >Cc: Stefano Stabellini <sstabellini@kernel.org> > > >Cc: Tim Deegan <tim@xen.org> > > >Cc: Wei Liu <wei.liu2@citrix.com> > > >Cc: Ross Lagerwall <ross.lagerwall@citrix.com> > > >--- > > > docs/misc/livepatch.markdown | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > >diff --git a/docs/misc/livepatch.markdown b/docs/misc/livepatch.markdown > > >index efda8cf..381cf97 100644 > > >--- a/docs/misc/livepatch.markdown > > >+++ b/docs/misc/livepatch.markdown > > >@@ -816,7 +816,7 @@ The design of that is not discussed in this design. > > > This is implemented in a seperate tool which lives in a seperate > > > GIT repo. > > > > > >-Currently it resides at https://github.com/rosslagerwall/livepatch-build > > >+Currently it resides at git://xenbits.xen.org/livepatch-builds-tools.git > > > > Shouldn't the repo be called livepatch-build-tools? (not "builds") > > > > livepatch-builds-tools sounds weird to me as a native English speaker. > > Drats. You are right. Let me poke Ian to rename it (as I can't). OK. I will fix up the error and commit this patch to unstable and 4.7 in the mean time. Thanks everyone. Wei. > > > > -- > > Ross Lagerwall
diff --git a/docs/misc/livepatch.markdown b/docs/misc/livepatch.markdown index efda8cf..381cf97 100644 --- a/docs/misc/livepatch.markdown +++ b/docs/misc/livepatch.markdown @@ -816,7 +816,7 @@ The design of that is not discussed in this design. This is implemented in a seperate tool which lives in a seperate GIT repo. -Currently it resides at https://github.com/rosslagerwall/livepatch-build +Currently it resides at git://xenbits.xen.org/livepatch-builds-tools.git ### Exception tables and symbol tables growth
.. in the design document. The official location is: git://xenbits.xen.org/livepatch-builds-tools.git Wiki is also updated with this URL. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> --- Cc: Andrew Cooper <andrew.cooper3@citrix.com> Cc: George Dunlap <George.Dunlap@eu.citrix.com> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Cc: Jan Beulich <jbeulich@suse.com> Cc: Stefano Stabellini <sstabellini@kernel.org> Cc: Tim Deegan <tim@xen.org> Cc: Wei Liu <wei.liu2@citrix.com> Cc: Ross Lagerwall <ross.lagerwall@citrix.com> --- docs/misc/livepatch.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)