[ 
https://issues.apache.org/jira/browse/HBASE-20134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16388324#comment-16388324
 ] 

Hudson commented on HBASE-20134:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.3-IT #367 (See 
[https://builds.apache.org/job/HBase-1.3-IT/367/])
HBASE-20134 dev-support scripts should use mktemp instead of hard-coding 
(busbey: rev 57c70a98f8e92a11d044feee770872ad8f7b0032)
* (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)

Reply via email to