diff --git a/docs/developer/release/README-release-process.html b/docs/developer/release/README-release-process.html index 8abf68ff273..8c1cc334fd1 100644 --- a/docs/developer/release/README-release-process.html +++ b/docs/developer/release/README-release-process.html @@ -178,10 +178,13 @@
mkdir -p /scratch/$USER/cf-release
- cd /scratch/$USER/cf-release
- test -d checker-framework && (cd checker-framework && git pull --ff-only --quiet) || git clone --quiet https://github.com/typetools/checker-framework.git
- cd checker-framework/docs/developer/release
+
+ mkdir -p /scratch/$USER/cf-release
+ chmod -R types_www /scratch/$USER/cf-release
+ cd /scratch/$USER/cf-release
+ test -d checker-framework && (cd checker-framework && git pull --ff-only --quiet) || git clone --quiet https://github.com/typetools/checker-framework.git
+ cd checker-framework/docs/developer/release
+
(The release scripts will checkout and build all dependencies.)