summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2020-03-24 00:04:20 +0100
committerMichael Scherer <misc@fedoraproject.org>2020-03-24 13:33:24 +0000
commit9ababd6c71eef8e4f954be9b5cae3e8b7fcb0bc6 (patch)
treeccae424795d1feb13a2212dd23c59e5125749392 /build-gluster-org
parentb4a86f6b51dd99707104b3486a415edd1faddc82 (diff)
Fix the planet scp call to include the content of the directory
Otherwise, we have build at / and not really what we want Change-Id: I5a1227dd6c6e0a20f48ab09552746c4378310d29
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/scripts/planet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/planet.sh b/build-gluster-org/scripts/planet.sh
index fc2fcbb..ab2158d 100644
--- a/build-gluster-org/scripts/planet.sh
+++ b/build-gluster-org/scripts/planet.sh
@@ -13,4 +13,4 @@ $MOCK --copyout /src/build/ $WORKSPACE/build
$MOCK --clean
sudo chown -R jenkins:jenkins build
-scp -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -i "$LOG_KEY" -r build _bits-gluster@http.int.rht.gluster.org:/var/www/glusterfs-planet
+scp -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -i "$LOG_KEY" -r build/. _bits-gluster@http.int.rht.gluster.org:/var/www/glusterfs-planet