Build and distribute a product source code tarball¶
First, Create a new product build repository
- git clone ssh://p-build-framework@cdcvs.fnal.gov/cvs/projects/build-framework-<product>-ssi-build <product>-ssi-build
- Populate your new <product>-ssi-build repostitory with bootstrap.sh, build_<product>.sh, and ups/<product>.table
- Or make the appropriate changes if this is an existing repository
- Make sure you commit and push your changes
- cd <product>-ssi-build
- ./bootstrap <local_product_directory>
- the bootstrap procedure will create a source code tarball in <local_product_directory>
- Use copyToSciSoft to copy the source code tarball to SciSoft