Skip to content
Snippets Groups Projects

add satpy to our buildbucket

Merged Nick Bearson requested to merge nickb-add-satpy-PR into master
Files
8
+ 2
2
@@ -71,12 +71,12 @@ conda pack --n-threads $(nproc) -n build -o ${conda_tb}
# Build up our package directory
mkdir -p ${pkg_name}
cd ${pkg_name}
mkdir -p bin opt/conda
mkdir -p bin libexec/python_runtime
# Copy package scripts/data to package directory
cp $GGLM_DIR/PACKAGE_README.md ./README.md
cp $GGLM_DIR/bin/* ./bin/
# Untar the tarball so we can put things where we want
tar -xz -C ./opt/conda -f ../${conda_tb}
tar -xz -C ./libexec/python_runtime -f ../${conda_tb}
# Go back to original work directory
cd ..
Loading