Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Evili del Rio i Silvan
heroku-buildpack-python
Commits
8b3e99ad
Commit
8b3e99ad
authored
9 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Patches
Plain Diff
manual cache population
parent
c5972cdb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/compile
+16
-2
16 additions, 2 deletions
bin/compile
with
16 additions
and
2 deletions
bin/compile
+
16
−
2
View file @
8b3e99ad
...
...
@@ -207,8 +207,22 @@ bpwatch stop post_compile
# Store new artifacts in cache.
bpwatch start dump_cache
rm
-rf
$CACHE_DIR
/
$CACHED_DIR
cp
-R
$CACHED_DIR
$CACHE_DIR
/
# python vendor python-stack python-version venv
rm
-rf
$CACHE_DIR
/
$CACHED_DIR
/python
cp
-R
$CACHED_DIR
/python
$CACHE_DIR
/python
rm
-rf
$CACHE_DIR
/
$CACHED_DIR
/python-stack
cp
-R
$CACHED_DIR
/python-stack
$CACHE_DIR
/python-stack
rm
-rf
$CACHE_DIR
/
$CACHED_DIR
/python-version
cp
-R
$CACHED_DIR
/python-version
$CACHE_DIR
/python-version
rm
-rf
$CACHE_DIR
/
$CACHED_DIR
/vendor
cp
-R
$CACHED_DIR
/vendor
$CACHE_DIR
/vendor
rm
-rf
$CACHE_DIR
/
$CACHED_DIR
/venv
cp
-R
$CACHED_DIR
/venv
$CACHE_DIR
/venv
bpwatch stop dump_cache
# ### Fin.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment