Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
cspp-geo-gridded-glm
Merge requests
!4
add satpy to our buildbucket
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add satpy to our buildbucket
nickb-add-satpy-PR
into
master
Overview
0
Commits
12
Pipelines
0
Changes
2
Merged
Nick Bearson
requested to merge
nickb-add-satpy-PR
into
master
4 years ago
Overview
0
Commits
12
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
ed33f8a9
Prev
Next
Show latest version
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ed33f8a9
consolidate the runtime under libexec too
· ed33f8a9
Nick Bearson
authored
4 years ago
buildbucket/package.sh
+
2
−
2
Options
@@ -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