meta/pkg-push: note on cleaning out old package builds
I didn't implement an automatic clean-up, since this service is going away soon, hopefully.
This commit is contained in:
parent
84f2c8e524
commit
5f6cb187b2
|
@ -10,6 +10,10 @@ RACKET = racket
|
||||||
# shouldn't be the clone that implements `RACKET'), and other files
|
# shouldn't be the clone that implements `RACKET'), and other files
|
||||||
# will be written and cached at "build":
|
# will be written and cached at "build":
|
||||||
PLT_TOP = ../../../..
|
PLT_TOP = ../../../..
|
||||||
|
# Beware that old packages can accumulate in "build/archive".
|
||||||
|
# Discard that directory periodically to clean out old versions.
|
||||||
|
# (The S3 update will independently preserve old uploaded versions
|
||||||
|
# for at least one week.)
|
||||||
|
|
||||||
# Along with the following, "~/.aws-keys" must have your AWS keys in
|
# Along with the following, "~/.aws-keys" must have your AWS keys in
|
||||||
# the form
|
# the form
|
||||||
|
|
Loading…
Reference in New Issue
Block a user