Changeset 25568
- Timestamp:
- 09/13/20 16:27:08 (5 years ago)
- Location:
- issm/trunk-jpl/packagers
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
r25552 r25568 168 168 rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package 169 169 rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package 170 rm - f ${PACKAGE}/test/SandBox # Remove testing sandbox from package170 rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package 171 171 echo "Creating tarball: ${TARBALL_NAME}" 172 172 tar -czf ${TARBALL} ${PACKAGE} -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r25301 r25568 142 142 rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package 143 143 rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package 144 rm - f ${PACKAGE}/test/SandBox # Remove testing sandbox from package144 rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package 145 145 echo "Creating tarball: ${TARBALL_NAME}" 146 146 tar -czf ${TARBALL} ${PACKAGE} -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries.sh
r25244 r25568 101 101 rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package 102 102 rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package 103 rm - f ${PACKAGE}/test/SandBox # Remove testing sandbox from package103 rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package 104 104 echo "Creating tarball: ${TARBALL_NAME}" 105 105 tar -czf ${TARBALL} ${PACKAGE} -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh
r25553 r25568 162 162 rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package 163 163 rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package 164 rm - f ${PACKAGE}/test/SandBox # Remove testing sandbox from package164 rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package 165 165 echo "Creating tarball: ${TARBALL_NAME}" 166 166 tar -czf ${TARBALL} ${PACKAGE} -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
r25301 r25568 136 136 rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package 137 137 rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package 138 rm - f ${PACKAGE}/test/SandBox # Remove testing sandbox from package138 rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package 139 139 echo "Creating tarball: ${TARBALL_NAME}" 140 140 tar -czf ${TARBALL} ${PACKAGE} -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh
r25244 r25568 96 96 rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package (we only need MEX-files) 97 97 rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package 98 rm - f ${PACKAGE}/test/SandBox # Remove testing sandbox from package98 rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package 99 99 echo "Creating tarball: ${TARBALL_NAME}" 100 100 tar -czf ${TARBALL} ${PACKAGE}
Note:
See TracChangeset
for help on using the changeset viewer.