[pve-devel] [PATCH] modify ceph keyurl

2015-04-24 Thread alex.lu
Signed-off-by: alex.lu --- bin/pveceph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pveceph b/bin/pveceph index 3658e06..18a4e8b 100755 --- a/bin/pveceph +++ b/bin/pveceph @@ -100,7 +100,7 @@ __PACKAGE__->register_method ({ local $ENV{DEBIAN_FRONTEND} = 'nonin

Re: [pve-devel] [PATCH] modify ceph keyurl

2015-04-24 Thread Dietmar Maurer
This is not an officially announced url? > > - my $keyurl = > "https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc";; > + my $keyurl = > "https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc";; ___ pve-devel mailing list

Re: [pve-devel] [PATCH] modify ceph keyurl

2015-04-24 Thread lyt_yudi
> 在 2015年4月25日,下午1:13,Dietmar Maurer 写道: > > This is not an officially announced url? > >> >> -my $keyurl = >> "https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc >> "; >> +my $keyurl = >> "https://git.cep

Re: [pve-devel] [PATCH] modify ceph keyurl

2015-04-24 Thread Dietmar Maurer
> On April 25, 2015 at 7:19 AM lyt_yudi wrote: > > > > > 在 2015年4月25日,下午1:13,Dietmar Maurer 写道: > > > > This is not an officially announced url? > > > >> > >> - my $keyurl = > >> "https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc > >>

Re: [pve-devel] [PATCH] modify ceph keyurl

2015-04-25 Thread lyt_yudi
> 在 2015年4月25日,下午2:42,Dietmar Maurer 写道: > > No, the documented URL is: https://ceph.com > > see: > > http://ceph.com/docs/master/start/quick-start-preflight/#advanced-package-tool-apt > >

Re: [pve-devel] [PATCH] modify ceph keyurl

2015-04-26 Thread Dietmar Maurer
> In fact, there is a redirect from http://ceph.com/git > to git.ceph.com OK, I will change it. Thanks for you help. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailma

Re: [pve-devel] [PATCH] modify ceph keyurl

2015-04-27 Thread lyt_yudi
> 在 2015年4月27日,下午12:36,Dietmar Maurer 写道: > >> In fact, there is a redirect from http://ceph.com/git >> > >> to git.ceph.com > > > > OK, I will change it. Than

Re: [pve-devel] [PATCH] modify ceph keyurl

2015-04-27 Thread Dietmar Maurer
> sorry, just see lastest code. > > https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc > > > https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc >