Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
a4d3e026
Commit
a4d3e026
authored
Jun 23, 2010
by
Marius Gedminas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo: occured -> occurred.
parent
f91c9626
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
12 deletions
+12
-12
CHANGES.txt
CHANGES.txt
+1
-1
bootstrap/newbootstrap.py
bootstrap/newbootstrap.py
+1
-1
src/zc/buildout/buildout.py
src/zc/buildout/buildout.py
+1
-1
src/zc/buildout/buildout.txt
src/zc/buildout/buildout.txt
+4
-4
src/zc/buildout/debugging.txt
src/zc/buildout/debugging.txt
+1
-1
src/zc/buildout/easy_install.py
src/zc/buildout/easy_install.py
+1
-1
src/zc/buildout/extends-cache.txt
src/zc/buildout/extends-cache.txt
+1
-1
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+2
-2
No files found.
CHANGES.txt
View file @
a4d3e026
...
...
@@ -501,7 +501,7 @@ Bugs Fixed
- 92891: bootstrap crashes with recipe option in buildout section.
- 113085: Buildout exited with a zero exist status when internal errors
occured.
occur
r
ed.
1.0.0b23 (2007-03-19)
...
...
bootstrap/newbootstrap.py
View file @
a4d3e026
...
...
@@ -189,7 +189,7 @@ else: # Windows prefers this, apparently; otherwise we would prefer subprocess
if
exitcode
!=
0
:
sys
.
stdout
.
flush
()
sys
.
stderr
.
flush
()
print
(
"An error occured when trying to install zc.buildout. "
print
(
"An error occur
r
ed when trying to install zc.buildout. "
"Look above this message for any errors that "
"were output by easy_install."
)
sys
.
exit
(
exitcode
)
...
...
src/zc/buildout/buildout.py
View file @
a4d3e026
...
...
@@ -1502,7 +1502,7 @@ def _error(*message):
sys
.
exit
(
1
)
_internal_error_template
=
"""
An internal error occured due to a bug in either zc.buildout or in a
An internal error occur
r
ed due to a bug in either zc.buildout or in a
recipe being used:
"""
...
...
src/zc/buildout/buildout.txt
View file @
a4d3e026
...
...
@@ -463,7 +463,7 @@ leave previously created paths in place:
While:
Installing data-dir.
<BLANKLINE>
An internal error occured due to a bug in either zc.buildout or in a
An internal error occur
r
ed due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
...
...
...
@@ -495,7 +495,7 @@ If we fix the typo:
While:
Installing data-dir.
<BLANKLINE>
An internal error occured due to a bug in either zc.buildout or in a
An internal error occur
r
ed due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
...
...
...
@@ -572,7 +572,7 @@ When we rerun the buildout:
While:
Installing data-dir.
<BLANKLINE>
An internal error occured due to a bug in either zc.buildout or in a
An internal error occur
r
ed due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
...
...
...
@@ -653,7 +653,7 @@ directories will be created:
While:
Installing data-dir.
<BLANKLINE>
An internal error occured due to a bug in either zc.buildout or in a
An internal error occur
r
ed due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
...
...
...
src/zc/buildout/debugging.txt
View file @
a4d3e026
...
...
@@ -5,7 +5,7 @@ Buildouts can be pretty complex. When things go wrong, it isn't
always obvious why. Errors can occur due to problems in user input or
due to bugs in zc.buildout or recipes. When an error occurs, Python's
post-mortem debugger can be used to inspect the state of the buildout
or recipe code were there error occured. To enable this, use the -D
or recipe code were there error occur
r
ed. To enable this, use the -D
option to the buildout. Let's create a recipe that has a bug:
>>> mkdir(sample_buildout, 'recipes')
...
...
src/zc/buildout/easy_install.py
View file @
a4d3e026
...
...
@@ -529,7 +529,7 @@ class Installer:
if
exit_code
:
logger
.
error
(
"An error occured when trying to install %s. "
"An error occur
r
ed when trying to install %s. "
"Look above this message for any errors that "
"were output by easy_install."
,
dist
)
...
...
src/zc/buildout/extends-cache.txt
View file @
a4d3e026
...
...
@@ -383,7 +383,7 @@ Error: Couldn't download 'http://localhost/base.cfg' in offline mode.
While:
Installing.
Checking for upgrades.
An internal error occured ...
An internal error occur
r
ed ...
ValueError: install_from_cache set to true with no download cache
...
...
src/zc/buildout/tests.py
View file @
a4d3e026
...
...
@@ -1442,7 +1442,7 @@ def internal_errors():
Getting section data-dir.
Initializing part data-dir.
<BLANKLINE>
An internal error occured due to a bug in either zc.buildout or in a
An internal error occur
r
ed due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
...
...
...
@@ -2546,7 +2546,7 @@ if sys.version_info > (2, 4):
Initializing section x.
Loading zc.buildout recipe entry zc.buildout.testexit:default.
<BLANKLINE>
An internal error occured due to a bug in either zc.buildout or in a
An internal error occur
r
ed due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment