From bcdb02d55fd228aabc2651cc985952984bffa52c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 16 Jun 2017 15:12:44 -0400 Subject: [PATCH] ceph-volume-docs: renamed from ceph-lvm-docs Signed-off-by: Alfredo Deza --- {ceph-lvm-docs => ceph-volume-docs}/build/build | 6 +++--- .../config/definitions/ceph-lvm-docs.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) rename {ceph-lvm-docs => ceph-volume-docs}/build/build (71%) rename {ceph-lvm-docs => ceph-volume-docs}/config/definitions/ceph-lvm-docs.yml (80%) diff --git a/ceph-lvm-docs/build/build b/ceph-volume-docs/build/build similarity index 71% rename from ceph-lvm-docs/build/build rename to ceph-volume-docs/build/build index f5edbcc0..ebc31424 100644 --- a/ceph-lvm-docs/build/build +++ b/ceph-volume-docs/build/build @@ -12,10 +12,10 @@ BRANCH=`branch_slash_filter ${GIT_BRANCH}` # create the docs build with tox $VENV/tox -rv -e docs -# publish docs to http://docs.ceph.com/ceph-lvm/$BRANCH/ create +# publish docs to http://docs.ceph.com/ceph-volume/$BRANCH/ create # a `$BRANCH` dir because the project has stable branches that will # publish docs that might be different from other versions (similar, # but not exactly the same to what the Ceph project does) -mkdir -p "/var/ceph-lvm/docs/$BRANCH" -rsync -auv --delete .tox/docs/tmp/html/* "/var/ceph-lvm/docs/$BRANCH/" +mkdir -p "/var/ceph-volume/docs/$BRANCH" +rsync -auv --delete .tox/docs/tmp/html/* "/var/ceph-volume/docs/$BRANCH/" diff --git a/ceph-lvm-docs/config/definitions/ceph-lvm-docs.yml b/ceph-volume-docs/config/definitions/ceph-lvm-docs.yml similarity index 80% rename from ceph-lvm-docs/config/definitions/ceph-lvm-docs.yml rename to ceph-volume-docs/config/definitions/ceph-lvm-docs.yml index 44010865..25d1cd0a 100644 --- a/ceph-lvm-docs/config/definitions/ceph-lvm-docs.yml +++ b/ceph-volume-docs/config/definitions/ceph-lvm-docs.yml @@ -1,16 +1,16 @@ - job: - name: ceph-lvm-docs + name: ceph-volume-docs node: docs project-type: freestyle defaults: global - display-name: 'ceph-lvm: docs build' + display-name: 'ceph-volume: docs build' quiet-period: 5 block-downstream: false block-upstream: false retry-count: 3 properties: - github: - url: https://github.com/ceph/ceph-lvm + url: https://github.com/ceph/ceph-volume logrotate: daysToKeep: -1 numToKeep: 10 @@ -22,7 +22,7 @@ scm: - git: - url: https://github.com/ceph/ceph-lvm + url: https://github.com/ceph/ceph-volume branches: - master # as more stable branches are published, they need to be -- 2.39.5