Commit 0924633d authored by Hanno Schlichting's avatar Hanno Schlichting

drop zc prefix from project name references

parent d7fb5c30
...@@ -117,7 +117,7 @@ Bugs fixed: ...@@ -117,7 +117,7 @@ Bugs fixed:
- Better Windows compatibility in test infrastructure. - Better Windows compatibility in test infrastructure.
- Now the bootstrap.py has an optional --version argument, - Now the bootstrap.py has an optional --version argument,
that can be used to force zc.buildout version to use. that can be used to force buildout version to use.
- ``zc.buildout.testing.buildoutSetUp`` installs a new handler in the - ``zc.buildout.testing.buildoutSetUp`` installs a new handler in the
python root logging facility. This handler is now removed during python root logging facility. This handler is now removed during
...@@ -168,7 +168,7 @@ Bugs fixed: ...@@ -168,7 +168,7 @@ Bugs fixed:
of md5 module, which is deprecated in Python 2.6. of md5 module, which is deprecated in Python 2.6.
- Added Jython support for bootstrap, development bootstrap - Added Jython support for bootstrap, development bootstrap
and zc.buildout support on Jython and buildout support on Jython
- Fixed a bug that would cause buildout to break while computing a - Fixed a bug that would cause buildout to break while computing a
directory hash if it found a broken symlink (Launchpad #250573) directory hash if it found a broken symlink (Launchpad #250573)
...@@ -413,7 +413,7 @@ Feature Changes ...@@ -413,7 +413,7 @@ Feature Changes
are being added. are being added.
- Changed the logging format to exclude the logger name for the - Changed the logging format to exclude the logger name for the
zc.buildout logger. This reduces noise in the output. buildout logger. This reduces noise in the output.
- Clean up lots of messages, adding missing periods and adding quotes around - Clean up lots of messages, adding missing periods and adding quotes around
requirement strings and file paths. requirement strings and file paths.
...@@ -754,7 +754,7 @@ Bugs Fixed ...@@ -754,7 +754,7 @@ Bugs Fixed
from develop sections. from develop sections.
- Running a non-local buildout command (one not installed in the - Running a non-local buildout command (one not installed in the
buildout) ket to a hang if there were new versions of zc.buildout or buildout) ket to a hang if there were new versions of buildout or
setuptools were available. Now we issue a warning and don't setuptools were available. Now we issue a warning and don't
upgrade. upgrade.
...@@ -827,7 +827,7 @@ support. ...@@ -827,7 +827,7 @@ support.
- Increased the default level of verbosity. - Increased the default level of verbosity.
- Buildouts now automatically update themselves to new versions of - Buildouts now automatically update themselves to new versions of
zc.buildout and setuptools. buildout and setuptools.
- Added Windows support. - Added Windows support.
...@@ -865,10 +865,10 @@ from source distributions. ...@@ -865,10 +865,10 @@ from source distributions.
======= =======
- Changed the bootstrapping code to only install setuptools and - Changed the bootstrapping code to only install setuptools and
zc.buildout. The bootstrap code no-longer runs the buildout itself. buildout. The bootstrap code no-longer runs the buildout itself.
This was to fix a bug that caused parts to be recreated This was to fix a bug that caused parts to be recreated
unnecessarily because the recipe signature in the initial buildout unnecessarily because the recipe signature in the initial buildout
reflected temporary locations for setuptools and zc.buildout. reflected temporary locations for setuptools and buildout.
- Now create a minimal setup.py if it doesn't exist and issue a - Now create a minimal setup.py if it doesn't exist and issue a
warning that it is being created. warning that it is being created.
......
...@@ -110,13 +110,13 @@ zc.recipe.testrunner recipe. In the section for the test script, I ...@@ -110,13 +110,13 @@ zc.recipe.testrunner recipe. In the section for the test script, I
specify that I want to run the tests in the zc.ngi package. specify that I want to run the tests in the zc.ngi package.
When I check out this project into a new sandbox, I run bootstrap.py When I check out this project into a new sandbox, I run bootstrap.py
to get setuptools and zc.buildout and to create bin/buildout. I run to get setuptools and buildout and to create bin/buildout. I run
bin/buildout, which installs the test script, bin/test, which I can bin/buildout, which installs the test script, bin/test, which I can
then use to run the tests. then use to run the tests.
This is probably the most common type of buildout. This is probably the most common type of buildout.
If I need to run a previous version of zc.buildout, I use the If I need to run a previous version of buildout, I use the
`--version` option of the bootstrap.py script:: `--version` option of the bootstrap.py script::
$ python bootstrap.py --version 1.4.2 $ python bootstrap.py --version 1.4.2
......
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