]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/log
Alfredo Deza [Wed, 3 Jun 2015 21:27:30 +0000 (17:27 -0400)]
use the 'trusty' label
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Ken Dreyer [Wed, 3 Jun 2015 21:00:32 +0000 (15:00 -0600)]
Merge pull request #66 from ceph/backtick-fix
use $DIST properly
This fixes a few issues:
- a variable that was not set properly because of backticks
- use of $DIST, replacing the hard-coded $dists
- removes hardcoded DEBEMAIL
Alfredo Deza [Wed, 3 Jun 2015 20:32:47 +0000 (16:32 -0400)]
remove hardcoded DEBEMAIL
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 20:32:25 +0000 (16:32 -0400)]
use the Jenkins variable
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Ken Dreyer [Wed, 3 Jun 2015 18:41:09 +0000 (12:41 -0600)]
Merge pull request #65 from ceph/rm-raring
remove raring from pbuilder setup
Alfredo Deza [Wed, 3 Jun 2015 18:15:39 +0000 (14:15 -0400)]
comment that this dists list needs to be fixed
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 18:14:13 +0000 (14:14 -0400)]
remove other distros we don't build too
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 18:10:49 +0000 (14:10 -0400)]
remove raring from pbuilder setup
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Ken Dreyer [Wed, 3 Jun 2015 17:48:08 +0000 (11:48 -0600)]
Merge pull request #64 from ceph/sudo-fix
Sudo fix
Alfredo Deza [Wed, 3 Jun 2015 17:46:16 +0000 (13:46 -0400)]
add sudo for pbuilder in build_deb
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 17:44:01 +0000 (13:44 -0400)]
pbuilder needs to be called with sudo
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Ken Dreyer [Wed, 3 Jun 2015 17:17:34 +0000 (11:17 -0600)]
Merge pull request #63 from ceph/debian-setup
Debian setup
Alfredo Deza [Wed, 3 Jun 2015 16:55:08 +0000 (12:55 -0400)]
point out the filename where the contents were extracted
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 16:42:56 +0000 (12:42 -0400)]
use the new build_deb in the config
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 16:41:44 +0000 (12:41 -0400)]
remove bindir! no more /src/ceph-build to build debs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 16:39:12 +0000 (12:39 -0400)]
port gen_debian_version into build_deb
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 16:14:40 +0000 (12:14 -0400)]
build_debs.sh now lives in build_deb
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 16:02:13 +0000 (12:02 -0400)]
get rid of rpm stuff in build_deb
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 15:58:44 +0000 (11:58 -0400)]
create a build_deb build script
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 15:54:50 +0000 (11:54 -0400)]
place the pbuilder setup script before the actual build step
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 15:52:31 +0000 (11:52 -0400)]
remove the check for /srv/debian-base
Because we are now ensuring this will exist in a previous build
step.
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 15:44:29 +0000 (11:44 -0400)]
name the file setup_pbuilder to reflect what it actually does
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 15:43:14 +0000 (11:43 -0400)]
only run on debian hosts
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 3 Jun 2015 15:38:11 +0000 (11:38 -0400)]
build pbuilders without calling other scripts
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 2 Jun 2015 18:42:23 +0000 (14:42 -0400)]
Merge pull request #62 from ceph/cdep-trusty
add trusty to list of deb distros
Alfredo Deza [Tue, 2 Jun 2015 18:26:30 +0000 (14:26 -0400)]
add trusty to list of deb distros
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 2 Jun 2015 15:45:40 +0000 (11:45 -0400)]
Merge pull request #61 from ktdreyer/ceph-deploy-build-bash
ceph-deploy: build with bash, not /bin/sh
Ken Dreyer [Tue, 2 Jun 2015 15:44:29 +0000 (09:44 -0600)]
ceph-deploy: build with bash, not /bin/sh
/bin/sh is dash on Ubuntu/Debian. Switch to bash for uniformity with RPM
systems.
Ken Dreyer [Tue, 2 Jun 2015 15:19:34 +0000 (09:19 -0600)]
Merge pull request #60 from ceph/cdep-build-script
fix/improve ceph-deploy build script
Alfredo Deza [Tue, 2 Jun 2015 14:04:51 +0000 (10:04 -0400)]
use to loop over DEB or RPM cases
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 2 Jun 2015 13:55:46 +0000 (09:55 -0400)]
create a list of valid DIST targets
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 2 Jun 2015 13:47:09 +0000 (09:47 -0400)]
remove hard-coded DEBEMAIL as we now set it when building
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 2 Jun 2015 13:45:23 +0000 (09:45 -0400)]
fix indentation error that caused EOF issue
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Ken Dreyer [Mon, 1 Jun 2015 21:21:33 +0000 (15:21 -0600)]
Merge pull request #59 from ceph/cdep-port
port ceph-deploy scripts to jjb build script
Alfredo Deza [Mon, 1 Jun 2015 21:06:10 +0000 (17:06 -0400)]
include the new contents of the script into the Jenkins UI
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 1 Jun 2015 21:02:42 +0000 (17:02 -0400)]
port all scripts to build/build in ceph-deploy
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 28 May 2015 19:38:29 +0000 (15:38 -0400)]
remove dream compute from ceph-build-prs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 28 May 2015 19:34:05 +0000 (15:34 -0400)]
Merge pull request #58 from ceph/nix-dcompute
Nix dcompute
Alfredo Deza [Thu, 28 May 2015 19:26:52 +0000 (15:26 -0400)]
remove dream compute from ceph-deploy-docs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 28 May 2015 19:26:17 +0000 (15:26 -0400)]
remove dream compute from ceph-deploy PRs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 28 May 2015 19:25:18 +0000 (15:25 -0400)]
remove precise froteuthology docs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 28 May 2015 19:24:31 +0000 (15:24 -0400)]
remove precise from ceph-qa-suite-pull-requests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 28 May 2015 19:23:42 +0000 (15:23 -0400)]
remove precise from jjb
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 28 May 2015 18:43:45 +0000 (14:43 -0400)]
change node for setup to trusty
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 27 May 2015 01:58:27 +0000 (21:58 -0400)]
Merge pull request #57 from ktdreyer/rm-fedora20
remove fedora20 Jenkins slave
Ken Dreyer [Tue, 26 May 2015 20:17:04 +0000 (14:17 -0600)]
remove fedora20 Jenkins slave
Remove the Fedora 20 build slave from the job configs.
We're having trouble resurrecting
gitbuilder-cdep-rpm-cloud-fedora20-amd64-basic.cloud.sepia.ceph.com in
DreamCompute, and Fedora 20 itself is going EOL in a month or so.
This is the only Fedora builder we have, and this VM does build packages
for http://ceph.com/rpm-hammer/fc20/, so it would be nice to get fresh
Fedora build slaves set up eventually. But in the meantime, since this
one is giving us trouble, just remove it.
Alfredo Deza [Thu, 7 May 2015 12:42:55 +0000 (08:42 -0400)]
Merge pull request #56 from ktdreyer/drop-old-rpm-distros
Drop old rpm distros
Ken Dreyer [Tue, 5 May 2015 15:42:56 +0000 (09:42 -0600)]
remove old EOL fedora references
Fedora 18 and 19 are end of life and we should not support them any
more. Remove them from the ceph-release-rpm build script and "rpm_hosts"
lists.
Ken Dreyer [Tue, 5 May 2015 15:40:27 +0000 (09:40 -0600)]
ceph-release-rpm: update EL6 references to "6.5"
This was an older job that didn't get updated often, so when we added
the "6.5" builders, this job was neglected.
Update all the "6.3" references to "6.5" so we can drop the old "6.3"
buildslaves. EL 6.5 has been EOL for a while now and is no longer
receiving security updates.
Ken Dreyer [Tue, 5 May 2015 15:36:53 +0000 (09:36 -0600)]
drop old rhel6 and centos6 versions
These are old versions of EL6 that are no longer getting security
updates. Users should not be running them.
Dan Mick [Tue, 5 May 2015 00:01:16 +0000 (17:01 -0700)]
Merge pull request #55 from ktdreyer/ceph-deploy-fix-archives
unquote archive settings
Reviewed-by: Dan Mick <dmick@redhat.com>
Ken Dreyer [Mon, 4 May 2015 23:46:36 +0000 (17:46 -0600)]
unquote archive settings
Prior to this commit the archive settings for ceph-deploy and
radosgw-agent were quoted 'false' or 'true' instead of simply the
boolean types that YAML expects.
jenkins-jobs interpreted these strings to be "true", so we ended up with
the following XML:
<latestOnly>true</latestOnly>
This meant that Jenkins deleted all the older archived ceph-deploy
packages each time a new version was built. When 1.5.22.1 was built,
the "older" 1.5.23 package was deleted.
Unquote the boolean values so JJB will properly interpret them.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Mon, 4 May 2015 22:24:09 +0000 (16:24 -0600)]
Merge pull request #54 from ceph/remove-squeeze
remove squeeze from matrix
Alfredo Deza [Mon, 4 May 2015 21:11:38 +0000 (17:11 -0400)]
remove squeeze from matrix
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 4 May 2015 15:00:46 +0000 (11:00 -0400)]
Merge pull request #53 from ktdreyer/import-ceph-release-rpm
import ceph-release-rpm jjb task
Ken Dreyer [Fri, 1 May 2015 20:23:28 +0000 (14:23 -0600)]
import ceph-release-rpm jjb task
This imports the current settings for "ceph-release-rpm" as YAML.
This is an import of the job previously defined in Jenkins' own data
store (ie /home2/jenkins/jobs/ceph-release-rpm/config.xml)
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Alfredo Deza [Tue, 28 Apr 2015 17:09:35 +0000 (13:09 -0400)]
Merge pull request #52 from ktdreyer/wip-radosgw-agent-name
radosgw-agent: remove wip display name
Ken Dreyer [Tue, 28 Apr 2015 17:05:37 +0000 (11:05 -0600)]
radosgw-agent: remove wip display name
It doesn't make sense to name this job "wip", since we're using it to
build releases.
Andrew Schoen [Fri, 24 Apr 2015 13:58:25 +0000 (08:58 -0500)]
Merge pull request #51 from ceph/remove-make-check
removed ceph make check
Andrew Schoen [Fri, 24 Apr 2015 13:57:40 +0000 (08:57 -0500)]
Merge pull request #50 from ceph/remote-bindings
remove python-bindings
Alfredo Deza [Fri, 24 Apr 2015 13:07:10 +0000 (09:07 -0400)]
removed ceph make check
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 24 Apr 2015 12:03:38 +0000 (08:03 -0400)]
remove python-bindings
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 23 Apr 2015 21:45:21 +0000 (17:45 -0400)]
Merge pull request #49 from ceph/wip-ceph-setup-skip-tag
ceph-setup: skip tagging each build
Ken Dreyer [Thu, 23 Apr 2015 20:37:48 +0000 (14:37 -0600)]
ceph-setup: skip tagging each build
Jenkins (un)helpfully tags each build. Don't do this in the ceph-setup
task.
Unfortunately the change in
dd5d14520a6fc37337f3a092ca8afc241b2fbacc did
not seem to cover this case, so we need to re-examine why.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Alfredo Deza [Mon, 20 Apr 2015 14:51:46 +0000 (10:51 -0400)]
revert: mistakingly disabled wrong project
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 20 Apr 2015 14:49:59 +0000 (10:49 -0400)]
disabling this other ceph pull request job for now
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 20 Apr 2015 14:36:10 +0000 (10:36 -0400)]
disable this test-job that seems stale
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 17 Apr 2015 15:01:51 +0000 (11:01 -0400)]
Merge pull request #45 from ktdreyer/wip-ceph-build-pr-noverbose
ceph-build-pull-requests: quiet output
Dan Mick [Thu, 16 Apr 2015 22:28:28 +0000 (15:28 -0700)]
Merge pull request #48 from ktdreyer/wip-fix-ceph-package-job-name
ceph-package: fix display name
Reviewed-by: Dan Mick <dmick@redhat.com>
Ken Dreyer [Thu, 16 Apr 2015 22:25:31 +0000 (16:25 -0600)]
ceph-package: fix display name
Commit
f8d03a28c00e8ad6b2c496e069de6492791496ba fixed the internal
Jenkins job name, this fixes the display name as well.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Alfredo Deza [Thu, 16 Apr 2015 22:20:50 +0000 (18:20 -0400)]
Merge pull request #47 from ktdreyer/wip-fix-ceph-package-job-name
ceph-package: fix job name
Ken Dreyer [Thu, 16 Apr 2015 22:15:29 +0000 (16:15 -0600)]
ceph-package: fix job name
When I imported the ceph-package job, I made a bad copy & paste in the
name - it was erroneously named "ceph-build".
Update the job's name to the correct value.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Alfredo Deza [Wed, 15 Apr 2015 12:31:21 +0000 (08:31 -0400)]
Merge pull request #43 from ktdreyer/rpm-unpackaged-files
build_rpms.sh: terminate on unpackaged files
Alfredo Deza [Tue, 14 Apr 2015 20:59:52 +0000 (16:59 -0400)]
Merge pull request #46 from ceph/wip-ceph-rm-do-autogen
ceph-setup: remove do_autogen.sh
Ken Dreyer [Tue, 14 Apr 2015 17:22:29 +0000 (11:22 -0600)]
ceph-setup: remove do_autogen.sh
Remove do_autogen.sh from the ceph-setup task. Run ./autogen.sh and
./configure instead.
I've copied this long ./configure argument list from a prior run of
./do_autogen.sh so that we're using the same arguments. We can adjust it
as needed.
One of the reasons for making this change is that ./do_autogen.sh takes
an argument ("-L") depending on whether we're building a Hammer or
Firefly release. The goal of this change is to use a more stable
interface for doing the builds.
As background, from Sage on IRC yesterday:
sage: i'm surprised jenkins is using do_autogen.sh at all actually?
ktdreyer: what should it use?
sage: ./autogen.sh and then pass the args explicitly to ./configure
that it wants?
sage: it doesn't really matter i guess, but do_autogen.sh piles a
bunch of random stuff in there
ktdreyer: I was just looking at autobuild-ceph.git's build-ceph.sh
ktdreyer: it does what you're suggesting
ktdreyer: cool
sage: do_autogen.sh in my mind is for developers. if it makes sense
for relase that's ok, but that's not how i've treated it
Alfredo Deza [Tue, 14 Apr 2015 14:07:27 +0000 (10:07 -0400)]
Merge pull request #44 from ktdreyer/wip-import-ceph
import ceph task
Ken Dreyer [Tue, 14 Apr 2015 13:38:59 +0000 (07:38 -0600)]
ceph-setup: remove debugging "pwd" command
This was just for debugging and can be removed. It is also redundant
with the
echo " PWD=$(pwd)"
line that the build script already runs.
Reported-by: Alfredo Deza <adeza@redhat.com>
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Tue, 14 Apr 2015 03:58:14 +0000 (21:58 -0600)]
import ceph-package jjb task
This imports the current settings for "ceph-package" as YAML.
This is an import of the job previously defined in Jenkins' own data
store (ie /home2/jenkins/jobs/ceph-package/config.xml)
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Tue, 14 Apr 2015 03:20:11 +0000 (21:20 -0600)]
import ceph-build jjb task
This imports the current settings for "ceph-build" as YAML.
This is an import of the job previously defined in Jenkins' own data
store (ie /home2/jenkins/jobs/ceph-build/config.xml)
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Tue, 14 Apr 2015 00:10:45 +0000 (18:10 -0600)]
import ceph-setup jjb task
This imports the current settings for "ceph-setup" as YAML.
This is an import of the job previously defined in Jenkins' own data
store (ie /home2/jenkins/jobs/ceph-setup/config.xml)
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Mon, 13 Apr 2015 22:56:52 +0000 (16:56 -0600)]
import ceph jjb task
This imports the current settings for "ceph" as YAML.
This is an import of the job previously defined in Jenkins' own data
store (ie /home2/jenkins/jobs/ceph/config.xml)
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Mon, 13 Apr 2015 23:06:23 +0000 (17:06 -0600)]
ceph-build-pull-requests: quiet output
Running the pull requests script with -x is very noisy. The script
already prints a lot of information with "echo", so just silence the
debugging outupt.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer [Mon, 30 Mar 2015 23:36:03 +0000 (17:36 -0600)]
build_rpms.sh: terminate on unpackaged files
As Ceph changes and new files get installed by default, we need to
ensure that the commits which create these files also update the
packaging files lists as well.
One way to do this is to tell Gitbuilder to stop skipping unpackaged
files in the RPMs. This will cause Gitbuilder builds to indicate a
failure when new files get added without packaging updates.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Alfredo Deza [Wed, 4 Mar 2015 19:01:12 +0000 (14:01 -0500)]
add more ceph-org members to avoid buggy permissions
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 3 Mar 2015 19:44:32 +0000 (14:44 -0500)]
more removal off scm polling for pull request jobs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Ken Dreyer [Tue, 3 Mar 2015 19:25:29 +0000 (12:25 -0700)]
Merge pull request #42 from ceph/pollscm
remove poll scm option for pull request jobs
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Alfredo Deza [Tue, 3 Mar 2015 18:57:14 +0000 (13:57 -0500)]
remove poll scm option for pull request jobs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 2 Mar 2015 19:02:50 +0000 (14:02 -0500)]
fix permissions on ceph-qa-suite
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 26 Feb 2015 18:10:59 +0000 (13:10 -0500)]
initial take on ceph-qa-suite pull request support
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 9 Feb 2015 19:57:44 +0000 (14:57 -0500)]
make sure the right key is used when releasing
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 9 Feb 2015 14:58:27 +0000 (09:58 -0500)]
move files from the parent dir, not the cwd
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 9 Feb 2015 14:37:58 +0000 (09:37 -0500)]
do not use build dir, use KEYID
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 9 Feb 2015 14:26:24 +0000 (09:26 -0500)]
remove cd to build
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit
f4c8c4ad732ddd05786b000083c1fcefaed8cef7 )
Alfredo Deza [Fri, 6 Feb 2015 20:02:44 +0000 (15:02 -0500)]
Merge pull request #41 from ceph/radosgw-agent
initial take on radosgw-agent task
Alfredo Deza [Fri, 6 Feb 2015 15:57:30 +0000 (10:57 -0500)]
initial take on radosgw-agent task
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 16 Dec 2014 15:21:35 +0000 (10:21 -0500)]
Merge pull request #40 from dachary/wip-disable-github
disable github triggers for ceph-pull-requests
Loic Dachary [Tue, 16 Dec 2014 15:17:04 +0000 (16:17 +0100)]
disable github triggers for ceph-pull-requests
Signed-off-by: Loic Dachary <loic@dachary.org>
Alfredo Deza [Mon, 15 Dec 2014 21:49:05 +0000 (16:49 -0500)]
Merge pull request #38 from dachary/wip-loic
add dachary to the list of admins for ceph-pull-requests
Loic Dachary [Mon, 15 Dec 2014 21:30:20 +0000 (22:30 +0100)]
add dachary to the list of admins for ceph-pull-requests
Signed-off-by: Loic Dachary <loic@dachary.org>
Alfredo Deza [Mon, 15 Dec 2014 20:45:18 +0000 (15:45 -0500)]
Merge pull request #37 from dachary/wip-ceph-mirror
use ceph mirror instead of github