[
https://issues.apache.org/jira/browse/HBASE-20134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16388323#comment-16388323
]
Hudson commented on HBASE-20134:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.2-IT #1081 (See
[https://builds.apache.org/job/HBase-1.2-IT/1081/])
HBASE-20134 dev-support scripts should use mktemp instead of hard-coding
(busbey: rev ee2eba1d670e86d4e6fe8fb8e68268b2b05f73c4)
* (edit) dev-support/hbase_nightly_source-artifact.sh
> support scripts use hard-coded /tmp
> -----------------------------------
>
> Key: HBASE-20134
> URL: https://issues.apache.org/jira/browse/HBASE-20134
> Project: HBase
> Issue Type: Bug
> Components: website
> Reporter: Mike Drob
> Assignee: Sean Busbey
> Priority: Minor
> Fix For: 3.0.0, 1.5.0, 1.2.7, 1.3.3, 1.4.3
>
> Attachments: HBASE-20134.0.patch
>
>
> {code}
> if [ -z "${working_dir}" ]; then
> echo "[DEBUG] defaulting to creating a directory in /tmp"
> working_dir=/tmp
> while [[ -e ${working_dir} ]]; do
> working_dir=/tmp/hbase-generate-website-${RANDOM}.${RANDOM}
> done
> mkdir "${working_dir}"
> else
> {code}
> This should likely use {{$TMPDIR}} or {{mktemp -d}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)