Commit 8a4fcd21 authored by Jérome Perrin's avatar Jérome Perrin Committed by Julien Muchembled

fixup! Write .installed.cfg only once, in safe way and only if there's any change.

Because updating a section no longer add the section t the end of parts in
.installed, uninstallation happens in this order.
parent 1960030f
...@@ -2660,9 +2660,9 @@ provide alternate locations, and even names for these directories:: ...@@ -2660,9 +2660,9 @@ provide alternate locations, and even names for these directories::
Creating directory '/sample-alt/work'. Creating directory '/sample-alt/work'.
Creating directory '/sample-alt/developbasket'. Creating directory '/sample-alt/developbasket'.
Develop: '/sample-buildout/recipes' Develop: '/sample-buildout/recipes'
Uninstalling d4.
Uninstalling d2. Uninstalling d2.
Uninstalling debug. Uninstalling debug.
Uninstalling d4.
Uninstalling d3. Uninstalling d3.
>>> ls(alt) >>> ls(alt)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment