You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This buildout uses mr.developer to manage package development.
15
-
See <http://pypi.python.org/pypi/mr.developer> for more information,
16
-
or run {command}`bin/develop help` for a list of available commands.
12
+
This buildout uses `mr.developer` to manage package development.
13
+
See https://pypi.org/project/mr.developer/ for more information, or run `bin/develop help` for a list of available commands.
17
14
18
15
The most common workflow to get all the latest updates is:
19
16
20
-
```
21
-
> git pull
22
-
> bin/develop rb
17
+
```shell
18
+
git pull
19
+
bin/develop rb
23
20
```
24
21
25
-
This will get you the latest coredev configuration,
26
-
checkout and update all packages via git and Subversion in src and run buildout to configure the whole thing.
22
+
This will get you the latest `coredev` configuration, checkout and update all packages via git and Subversion in src, and run buildout to configure the whole thing.
27
23
28
24
From time to time you can check if some old cruft has accumulated:
29
25
30
-
```
31
-
> bin/develop st
26
+
```shell
27
+
bin/develop st
32
28
```
33
29
34
30
If this prints any lines with a question mark in front, you can cleanup by:
35
31
36
-
```
37
-
> bin/develop purge
32
+
```shell
33
+
bin/develop purge
38
34
```
39
35
40
-
This will remove packages from {file}`src/` which are no longer needed,
41
-
as they have been replaced by proper egg releases of these packages.
36
+
This will remove packages from {file}`src/` which are no longer needed, as they have been replaced by proper egg releases of these packages.
0 commit comments