You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "xiangdong Huang (JIRA)" <ji...@apache.org> on 2019/07/19 10:27:00 UTC

[jira] [Created] (IOTDB-147) Script to generate the releasing structure

xiangdong Huang created IOTDB-147:
-------------------------------------

             Summary: Script to generate the releasing structure 
                 Key: IOTDB-147
                 URL: https://issues.apache.org/jira/browse/IOTDB-147
             Project: Apache IoTDB
          Issue Type: Sub-task
            Reporter: xiangdong Huang


Hi, as discussed on mailing list, we hope the file structure of the binary release is:

.
├──  LICENSE
├──  NOTICE
├──  RELEASE_NOTES
│
├──  bin
│      ├──  start-client.bat
│      ├──  start-client.sh
│      ├──  start-server.bat
│      ├──  start-server.sh
│      ├──  stop-server.bat
│      └──  stop-server.sh
│
├──  conf
│      ├──  iotdb-engine.properties
│      ├──  iotdb-env.bat
│      ├──  iotdb-env.sh
│      ├──  iotdb-sync-client.properties
│      ├──  logback.xml
│      └──  tsfile-format.properties
│
├──  lib
│      └──  *.jar
│
├──  licenses
│      └──  *.license
│
└──  tools
       ├──  export-csv.bat
       ├──  export-csv.sh
       ├──  import-csv.bat
       ├──  import-csv.sh
       ├──  start-WalChecker.bat
       ├──  start-WalChecker.sh
       ├──  memory-tool.bat
       ├──  memory-tool.sh
       ├──  start-sync-client.bat
       ├──  start-sync-client.sh
       ├──  stop-sync-client.bat
       └──  stop-sync-client.sh

Now we need a script (or maven plugin) to implement it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)