From d9e902f9c537e057bc71060af9c58a594badf2e7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 16 Jun 2012 14:50:29 -0700 Subject: [PATCH] ceph.newdream.net -> ceph.com wiki url -> docs url --- .gitmodules | 2 +- README | 2 +- ceph.spec.in | 4 ++-- debian/copyright | 2 +- debian/watch | 2 +- doc/appendix/differences-from-posix.rst | 2 +- doc/dev/placement-group.rst | 2 +- doc/man/1/obsync.rst | 2 +- doc/man/8/ceph-authtool.rst | 2 +- doc/man/8/ceph-clsinfo.rst | 2 +- doc/man/8/ceph-conf.rst | 2 +- doc/man/8/ceph-debugpack.rst | 2 +- doc/man/8/ceph-dencoder.rst | 2 +- doc/man/8/ceph-fuse.rst | 2 +- doc/man/8/ceph-mds.rst | 4 ++-- doc/man/8/ceph-mon.rst | 2 +- doc/man/8/ceph-osd.rst | 2 +- doc/man/8/ceph-rbdnamer.rst | 2 +- doc/man/8/ceph-run.rst | 2 +- doc/man/8/ceph-syn.rst | 2 +- doc/man/8/ceph.rst | 6 +++--- doc/man/8/cephfs.rst | 2 +- doc/man/8/crushtool.rst | 2 +- doc/man/8/librados-config.rst | 2 +- doc/man/8/mkcephfs.rst | 2 +- doc/man/8/monmaptool.rst | 2 +- doc/man/8/mount.ceph.rst | 2 +- doc/man/8/osdmaptool.rst | 2 +- doc/man/8/rados.rst | 2 +- doc/man/8/radosgw-admin.rst | 2 +- doc/man/8/radosgw.rst | 2 +- doc/man/8/rbd.rst | 2 +- doc/source/build-packages.rst | 2 +- qa/workunits/kernel_untar_build.sh | 2 +- qa/workunits/snaps/snap-rm-diff.sh | 2 +- qa/workunits/snaps/snaptest-git-ceph.sh | 2 +- qa/workunits/snaps/snaptest-snap-rm-cmp.sh | 2 +- qa/workunits/snaps/untar_snap_rm.sh | 2 +- qa/workunits/suites/blogbench.sh | 2 +- qa/workunits/suites/ffsb.sh | 2 +- qa/workunits/suites/fsx.sh | 2 +- qa/workunits/suites/pjd.sh | 2 +- src/Makefile.am | 4 ++-- 43 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.gitmodules b/.gitmodules index c5a0932b7aff4..4bb068b79f44e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "ceph-object-corpus"] path = ceph-object-corpus - url = git://ceph.newdream.net/git/ceph-object-corpus.git + url = git://ceph.com/git/ceph-object-corpus.git [submodule "src/leveldb"] path = src/leveldb url = git://github.com/ceph/leveldb.git diff --git a/README b/README index dfa1bdc035732..7c6d96fdc9836 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Ceph - a scalable distributed storage system ============================================ -Please see http://ceph.newdream.net/ for current info. +Please see http://ceph.com/ for current info. Contributing Code ================= diff --git a/ceph.spec.in b/ceph.spec.in index eb1cf8308804f..461bd1fd1f378 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -19,8 +19,8 @@ Release: 6%{?dist} Summary: User space components of the Ceph file system License: LGPLv2 Group: System Environment/Base -URL: http://ceph.newdream.net/ -Source0: http://ceph.newdream.net/download/%{name}-%{version}.tar.bz2 +URL: http://ceph.com/ +Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2 Requires: librbd1 = %{version}-%{release} Requires: librados2 = %{version}-%{release} Requires: libcephfs1 = %{version}-%{release} diff --git a/debian/copyright b/debian/copyright index 666eee972d7c1..01cd52137369b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: ceph Maintainer: Sage Weil -Source: http://ceph.newdream.net/ +Source: http://ceph.com/ Files: * Copyright: (c) 2004-2010 by Sage Weil diff --git a/debian/watch b/debian/watch index d4d17a0e15767..57a60e93e39a6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://ceph.newdream.net/download/ceph-(\d.*)\.tar\.gz +http://ceph.com/download/ceph-(\d.*)\.tar\.gz diff --git a/doc/appendix/differences-from-posix.rst b/doc/appendix/differences-from-posix.rst index f327e786dc9f7..c1366e0c6aacc 100644 --- a/doc/appendix/differences-from-posix.rst +++ b/doc/appendix/differences-from-posix.rst @@ -2,7 +2,7 @@ Differences from POSIX ======================== -.. todo:: delete http://ceph.newdream.net/wiki/Differences_from_POSIX +.. todo:: delete http://ceph.com/wiki/Differences_from_POSIX Ceph does have a few places where it diverges from strict POSIX semantics for various reasons: diff --git a/doc/dev/placement-group.rst b/doc/dev/placement-group.rst index a5abb2b5755c9..0bd4469e52950 100644 --- a/doc/dev/placement-group.rst +++ b/doc/dev/placement-group.rst @@ -46,7 +46,7 @@ Many PGs can map to one OSD. A PG represents nothing but a grouping of objects; you configure the number of PGs you want (see -http://ceph.newdream.net/wiki/Changing_the_number_of_PGs ), number of +http://ceph.com/wiki/Changing_the_number_of_PGs ), number of OSDs * 100 is a good starting point, and all of your stored objects are pseudo-randomly evenly distributed to the PGs. So a PG explicitly does NOT represent a fixed amount of storage; it represents 1/pg_num diff --git a/doc/man/1/obsync.rst b/doc/man/1/obsync.rst index 0963e8972c2dc..bd557b0f39848 100644 --- a/doc/man/1/obsync.rst +++ b/doc/man/1/obsync.rst @@ -139,5 +139,5 @@ Availability ============ **obsync** is part of the Ceph distributed file system. Please refer -to the Ceph wiki at http://ceph.newdream.net/wiki for more +to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-authtool.rst b/doc/man/8/ceph-authtool.rst index 83d670f10698f..c760b78e7c90c 100644 --- a/doc/man/8/ceph-authtool.rst +++ b/doc/man/8/ceph-authtool.rst @@ -131,7 +131,7 @@ Availability ============ **ceph-authtool** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-clsinfo.rst b/doc/man/8/ceph-clsinfo.rst index c40b3c6bd0801..0a277719e3e6d 100644 --- a/doc/man/8/ceph-clsinfo.rst +++ b/doc/man/8/ceph-clsinfo.rst @@ -37,7 +37,7 @@ Availability ============ **ceph-clsinfo** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-conf.rst b/doc/man/8/ceph-conf.rst index 090978a7e6c0d..7b4f83a9282e6 100644 --- a/doc/man/8/ceph-conf.rst +++ b/doc/man/8/ceph-conf.rst @@ -76,7 +76,7 @@ Availability ============ **ceph-conf** is part of the Ceph distributed file system. Please refer -to the Ceph wiki at http://ceph.newdream.net/wiki for more +to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-debugpack.rst b/doc/man/8/ceph-debugpack.rst index 6a7ae3104c08d..6a6ff447bc131 100644 --- a/doc/man/8/ceph-debugpack.rst +++ b/doc/man/8/ceph-debugpack.rst @@ -37,7 +37,7 @@ Availability ============ **ceph-debugpack** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-dencoder.rst b/doc/man/8/ceph-dencoder.rst index 00677a9254116..64f1a46abf0be 100644 --- a/doc/man/8/ceph-dencoder.rst +++ b/doc/man/8/ceph-dencoder.rst @@ -117,7 +117,7 @@ Availability ============ **ceph-dencoder** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-fuse.rst b/doc/man/8/ceph-fuse.rst index ca33bcfbcbaba..fb79ac76f615e 100644 --- a/doc/man/8/ceph-fuse.rst +++ b/doc/man/8/ceph-fuse.rst @@ -52,7 +52,7 @@ Availability ============ **ceph-fuse** is part of the Ceph distributed file system. Please refer to -the Ceph wiki at http://ceph.newdream.net/wiki for more information. +the Ceph documentation at http://ceph.com/docs for more information. See also diff --git a/doc/man/8/ceph-mds.rst b/doc/man/8/ceph-mds.rst index 621d0bfe41254..b95141616328f 100644 --- a/doc/man/8/ceph-mds.rst +++ b/doc/man/8/ceph-mds.rst @@ -60,8 +60,8 @@ Options Availability ============ -**ceph-mon** is part of the Ceph distributed file system. Please refer to the Ceph wiki at -http://ceph.newdream.net/wiki for more information. +**ceph-mon** is part of the Ceph distributed file system. Please refer to the Ceph documentation at +http://ceph.com/docs for more information. See also diff --git a/doc/man/8/ceph-mon.rst b/doc/man/8/ceph-mon.rst index a4aa3f1e60974..9fa4be6038a98 100644 --- a/doc/man/8/ceph-mon.rst +++ b/doc/man/8/ceph-mon.rst @@ -69,7 +69,7 @@ Availability ============ **ceph-mon** is part of the Ceph distributed file system. Please refer -to the Ceph wiki at http://ceph.newdream.net/wiki for more +to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-osd.rst b/doc/man/8/ceph-osd.rst index bf467988e2dad..451ca6d956b62 100644 --- a/doc/man/8/ceph-osd.rst +++ b/doc/man/8/ceph-osd.rst @@ -99,7 +99,7 @@ Availability ============ **ceph-osd** is part of the Ceph distributed file system. Please refer to -the Ceph wiki at http://ceph.newdream.net/wiki for more information. +the Ceph documentation at http://ceph.com/docs for more information. See also ======== diff --git a/doc/man/8/ceph-rbdnamer.rst b/doc/man/8/ceph-rbdnamer.rst index b496a6302ce6f..e17cb6883b154 100644 --- a/doc/man/8/ceph-rbdnamer.rst +++ b/doc/man/8/ceph-rbdnamer.rst @@ -28,7 +28,7 @@ Availability ============ **ceph-rbdnamer** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/ceph-run.rst b/doc/man/8/ceph-run.rst index 3a23553d54bce..611987d5c1115 100644 --- a/doc/man/8/ceph-run.rst +++ b/doc/man/8/ceph-run.rst @@ -31,7 +31,7 @@ Availability ============ **ceph-run** is part of the Ceph distributed file system. Please refer to -the Ceph wiki at http://ceph.newdream.net/wiki for more information. +the Ceph documentation at http://ceph.com/docs for more information. See also diff --git a/doc/man/8/ceph-syn.rst b/doc/man/8/ceph-syn.rst index 348781bf47c4f..9e7a0a1132695 100644 --- a/doc/man/8/ceph-syn.rst +++ b/doc/man/8/ceph-syn.rst @@ -88,7 +88,7 @@ Availability ============ **ceph-syn** is part of the Ceph distributed file system. Please refer to -the Ceph wiki at http://ceph.newdream.net/wiki for more information. +the Ceph documentation at http://ceph.com/docs for more information. See also ======== diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 8bccde9495345..764915970b81a 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -81,14 +81,14 @@ Monitor commands A more complete summary of commands understood by the monitor cluster can be found in the wiki, at - http://ceph.newdream.net/wiki/Monitor_commands + http://ceph.com/docs/control Availability ============ -**ceph** is part of the Ceph distributed file system. Please refer to the Ceph wiki at -http://ceph.newdream.net/wiki for more information. +**ceph** is part of the Ceph distributed file system. Please refer to the Ceph documentation at +http://ceph.com/docs for more information. See also diff --git a/doc/man/8/cephfs.rst b/doc/man/8/cephfs.rst index 0021fa367cac8..42eff15833abf 100644 --- a/doc/man/8/cephfs.rst +++ b/doc/man/8/cephfs.rst @@ -88,7 +88,7 @@ Availability ============ **cephfs** is part of the Ceph distributed file system. Please refer -to the Ceph wiki at http://ceph.newdream.net/wiki for more +to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/crushtool.rst b/doc/man/8/crushtool.rst index 1cd7510cbaddc..b2e5338a30e4e 100644 --- a/doc/man/8/crushtool.rst +++ b/doc/man/8/crushtool.rst @@ -102,7 +102,7 @@ Availability ============ **crushtool** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/librados-config.rst b/doc/man/8/librados-config.rst index 4984efb72e818..16fbd29af406e 100644 --- a/doc/man/8/librados-config.rst +++ b/doc/man/8/librados-config.rst @@ -33,7 +33,7 @@ Availability ============ **librados-config** is part of the Ceph distributed file system. -Please refer to the Ceph wiki at http://ceph.newdream.net/wiki for +Please refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/mkcephfs.rst b/doc/man/8/mkcephfs.rst index 23f980abff7d1..ddc378ae40378 100644 --- a/doc/man/8/mkcephfs.rst +++ b/doc/man/8/mkcephfs.rst @@ -118,7 +118,7 @@ Availability ============ **mkcephfs** is part of the Ceph distributed file system. Please refer -to the Ceph wiki at http://ceph.newdream.net/wiki for more +to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/monmaptool.rst b/doc/man/8/monmaptool.rst index 95b4610a7498d..ffc17c4c5f132 100644 --- a/doc/man/8/monmaptool.rst +++ b/doc/man/8/monmaptool.rst @@ -94,7 +94,7 @@ Availability ============ **monmaptool** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index 579bf378873c2..7e579ff75481e 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -148,7 +148,7 @@ Availability ============ **mount.ceph** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. See also diff --git a/doc/man/8/osdmaptool.rst b/doc/man/8/osdmaptool.rst index e957b0baafcc3..27ffb6eba721c 100644 --- a/doc/man/8/osdmaptool.rst +++ b/doc/man/8/osdmaptool.rst @@ -64,7 +64,7 @@ Availability ============ **osdmaptool** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 0122f350d3125..c66c985c5ad3a 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -152,7 +152,7 @@ Availability ============ **rados** is part of the Ceph distributed file system. Please refer to -the Ceph wiki at http://ceph.newdream.net/wiki for more information. +the Ceph documentation at http://ceph.com/docs for more information. See also diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index 0a1ffe6c01b66..d2e248918136a 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -135,7 +135,7 @@ Availability ============ **radosgw-admin** is part of the Ceph distributed file system. Please -refer to the Ceph wiki at http://ceph.newdream.net/wiki for more +refer to the Ceph documentation at http://ceph.com/docs for more information. See also diff --git a/doc/man/8/radosgw.rst b/doc/man/8/radosgw.rst index 520e5263701e5..197c41ee25069 100644 --- a/doc/man/8/radosgw.rst +++ b/doc/man/8/radosgw.rst @@ -101,7 +101,7 @@ Availability ============ **radosgw** is part of the Ceph distributed file system. Please refer -to the Ceph wiki at http://ceph.newdream.net/wiki for more +to the Ceph documentation at http://ceph.com/docs for more information. diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 4b7d57ed97d8e..306b430b8e61e 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -173,7 +173,7 @@ Availability ============ **rbd** is part of the Ceph distributed file system. Please refer to -the Ceph wiki at http://ceph.newdream.net/wiki for more information. +the Ceph documentation at http://ceph.com/docs for more information. See also diff --git a/doc/source/build-packages.rst b/doc/source/build-packages.rst index 7304f619f7ecf..a860c7ce8df8c 100644 --- a/doc/source/build-packages.rst +++ b/doc/source/build-packages.rst @@ -37,7 +37,7 @@ Once you have installed the tools, setup an RPM compilation environment:: Fetch the source tarball for the RPM compilation environment:: - wget -P ~/rpmbuild/SOURCES/ http://ceph.newdream.net/download/ceph-.tar.gz + wget -P ~/rpmbuild/SOURCES/ http://ceph.com/download/ceph-.tar.gz Build the RPM packages:: diff --git a/qa/workunits/kernel_untar_build.sh b/qa/workunits/kernel_untar_build.sh index cf2c8cabbdd6a..279335200e3a0 100755 --- a/qa/workunits/kernel_untar_build.sh +++ b/qa/workunits/kernel_untar_build.sh @@ -3,7 +3,7 @@ set -e #wget -q http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2 -wget -q http://ceph.newdream.net/qa/linux-3.2.9.tar.bz2 +wget -q http://ceph.com/qa/linux-3.2.9.tar.bz2 mkdir t cd t diff --git a/qa/workunits/snaps/snap-rm-diff.sh b/qa/workunits/snaps/snap-rm-diff.sh index c3ac3f441a010..8dff54f58b8b9 100755 --- a/qa/workunits/snaps/snap-rm-diff.sh +++ b/qa/workunits/snaps/snap-rm-diff.sh @@ -1,6 +1,6 @@ #!/bin/sh -ex -wget -q http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2 +wget -q http://ceph.com/qa/linux-2.6.33.tar.bz2 mkdir foo cp linux* foo mkdir foo/.snap/barsnap diff --git a/qa/workunits/snaps/snaptest-git-ceph.sh b/qa/workunits/snaps/snaptest-git-ceph.sh index 743b4cd6b907d..11532d8b14b47 100755 --- a/qa/workunits/snaps/snaptest-git-ceph.sh +++ b/qa/workunits/snaps/snaptest-git-ceph.sh @@ -2,7 +2,7 @@ set -e -git clone git://ceph.newdream.net/git/ceph.git +git clone git://ceph.com/git/ceph.git cd ceph versions=`seq 1 21` diff --git a/qa/workunits/snaps/snaptest-snap-rm-cmp.sh b/qa/workunits/snaps/snaptest-snap-rm-cmp.sh index e6f7bb7eeb50f..aa094e70789f1 100755 --- a/qa/workunits/snaps/snaptest-snap-rm-cmp.sh +++ b/qa/workunits/snaps/snaptest-snap-rm-cmp.sh @@ -3,7 +3,7 @@ set -e file=linux-2.6.33.tar.bz2 -wget -q http://ceph.newdream.net/qa/$file +wget -q http://ceph.com/qa/$file real=`md5sum $file | awk '{print $1}'` diff --git a/qa/workunits/snaps/untar_snap_rm.sh b/qa/workunits/snaps/untar_snap_rm.sh index c8fec22d15a13..5c71212df75a9 100755 --- a/qa/workunits/snaps/untar_snap_rm.sh +++ b/qa/workunits/snaps/untar_snap_rm.sh @@ -3,7 +3,7 @@ set -e do_tarball() { - wget http://ceph.newdream.net/qa/$1 + wget http://ceph.com/qa/$1 tar xvf$2 $1 mkdir .snap/k sync diff --git a/qa/workunits/suites/blogbench.sh b/qa/workunits/suites/blogbench.sh index e141c6b7f71cb..0393755d2a8d9 100755 --- a/qa/workunits/suites/blogbench.sh +++ b/qa/workunits/suites/blogbench.sh @@ -2,7 +2,7 @@ set -e echo "getting blogbench" -wget http://ceph.newdream.net/qa/blogbench-1.0.tar.bz2 +wget http://ceph.com/qa/blogbench-1.0.tar.bz2 #cp /home/gregf/src/blogbench-1.0.tar.bz2 . tar -xvf blogbench-1.0.tar.bz2 cd blogbench* diff --git a/qa/workunits/suites/ffsb.sh b/qa/workunits/suites/ffsb.sh index 586ffd55d9fd4..6834e4c26e8a0 100755 --- a/qa/workunits/suites/ffsb.sh +++ b/qa/workunits/suites/ffsb.sh @@ -4,7 +4,7 @@ set -e mydir=`dirname $0` -wget http://ceph.newdream.net/qa/ffsb.tar.bz2 +wget http://ceph.com/qa/ffsb.tar.bz2 tar jxvf ffsb.tar.bz2 cd ffsb-* ./configure diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index 7732866cb4fc3..32d5b63c23950 100755 --- a/qa/workunits/suites/fsx.sh +++ b/qa/workunits/suites/fsx.sh @@ -2,7 +2,7 @@ set -e -wget http://ceph.newdream.net/qa/fsx.c +wget http://ceph.com/qa/fsx.c gcc fsx.c -o fsx ./fsx 1MB -N 50000 -p 10000 -l 1048576 diff --git a/qa/workunits/suites/pjd.sh b/qa/workunits/suites/pjd.sh index 43b010047ea22..da5a71034dd5a 100755 --- a/qa/workunits/suites/pjd.sh +++ b/qa/workunits/suites/pjd.sh @@ -2,7 +2,7 @@ set -e -wget http://ceph.newdream.net/qa/pjd.tgz +wget http://ceph.com/qa/pjd.tgz tar zxvf pjd*.tgz cd pjd* make diff --git a/src/Makefile.am b/src/Makefile.am index 82151c7bb37de..a00aa829f0938 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1688,5 +1688,5 @@ project.tgz: clean tar czvf project.tgz README emit output submit-coverity: - scp project.tgz ceph.newdream.net:ceph.newdream.net/coverity/`git describe`.tgz - echo "v2;ceph;"`cat .coverity.build.pass`";MAIL;http://ceph.newdream.net/coverity/"`git describe`.tgz | mail build@submit.scan.coverity.com + scp project.tgz ceph.newdream.net:ceph.com/coverity/`git describe`.tgz + echo "v2;ceph;"`cat .coverity.build.pass`";MAIL;http://ceph.com/coverity/"`git describe`.tgz | mail build@submit.scan.coverity.com -- 2.39.5