You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/09/06 19:47:54 UTC

[jira] [Created] (HBASE-9453) make dev-support/generate-hadoopX-poms.sh have exec perms.

Jonathan Hsieh created HBASE-9453:
-------------------------------------

             Summary: make dev-support/generate-hadoopX-poms.sh have exec perms.
                 Key: HBASE-9453
                 URL: https://issues.apache.org/jira/browse/HBASE-9453
             Project: HBase
          Issue Type: Bug
          Components: build
    Affects Versions: 0.95.2
            Reporter: Jonathan Hsieh
            Assignee: Jonathan Hsieh
            Priority: Minor
             Fix For: 0.98.0, 0.96.1


currently: 

{code}
jon@swoop:~/proj/hbase-trunk$ ls -la dev-support/generate-hadoopX-poms.sh 
-rw-r--r-- 1 jon jon 5216 2013-09-06 10:45 dev-support/generate-hadoopX-poms.sh
{code}
after patch:

{code}
jon@swoop:~/proj/hbase-trunk$ ls -la dev-support/generate-hadoopX-poms.sh 
-rwxr-xr-x 1 jon jon 5216 2013-08-07 18:05 dev-support/generate-hadoopX-poms.sh
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira