Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
  1. You have access to the scripts located at: https://github.com/tkuhrthyperledger-labs/hyperledger-community-management-tools/tree/master/scriptscreate_tarballs
  2. You can run a bash shell script

Step-by-step guide

  1. cd hyperledger-community/scripts
  2. Verify that the repositories.sh file contains the latest list of repositories for each of the projects. If not, modify to reflect the latest list of repositories
  3. For each project, run ./create_tarballs.sh --<project-name>

    Code Block
    languagebash
    for i in burrow caliper cello composer explorer fabric grid indy iroha quilt sawtooth ursa; do
    ./create_tarballs.sh --$i
    done


  4. Copy the *.tar.gz files located in /tmp to /<date>/tarballs to a subdirectory named <yyyy-mm-dd>/tarballs under the Google Drive folder to share with Steve Winslow.
  5. Copy the results provided by Steve to a subdirectory named <yyyy-mm-dd>/results (where <yyyy-mm-dd> matches that used in step #4) under the Google Drive folder.
  6. Create a bug for each project that has license scan issues and copy the results to that bug.

...