Skip to content

Commit a26ee56

Browse files
committed
We don't use bootstrap.py. Burn it with 🔥!
1 parent 62072af commit a26ee56

File tree

3 files changed

+1
-59
lines changed

3 files changed

+1
-59
lines changed

‎docs/contributing/core/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ Now run the script to install Plone 6.
114114
./bootstrap.sh
115115
```
116116

117-
If you run into issues in this process, see {doc}`troubleshoot`.
118-
119117
This will run for a long time if it's your first pull (approximately 10-20 minutes, depending on network speed and your hardware).
120118

121119
Once that's done, you can start an instance of Plone with the following command.
@@ -308,7 +306,6 @@ See {doc}`continuous-integration` for more information.
308306
documentation
309307
continuous-integration
310308
mrdeveloper
311-
troubleshoot
312309
plips
313310
plip-review
314311
package-dependencies

‎docs/contributing/core/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ These are:
6868
git clone [email protected]:plone/buildout.coredev.git
6969
cd buildout.coredev
7070
git checkout 6.1
71-
python bootstrap.py
71+
./bootstrap.sh
7272
bin/buildout -c buildout.cfg
7373
```
7474

‎docs/contributing/core/troubleshoot.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)