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
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
c1f78505
Commit
c1f78505
authored
Aug 13, 2008
by
Sidnei da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Of course, it only makes sense to run this test if os.symlink exists.
Also, add an entry to CHANGES.txt
parent
a68f46f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
CHANGES.txt
CHANGES.txt
+6
-0
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+3
-3
No files found.
CHANGES.txt
View file @
c1f78505
...
@@ -4,6 +4,12 @@ Status
...
@@ -4,6 +4,12 @@ Status
Change History
Change History
**************
**************
1.1.2 (Unreleased)
==================
- Fixed a bug that would cause buildout to break while computing a
directory hash if it found a broken symlink (Launchpad #250573)
1.1.1 (2008-07-28)
1.1.1 (2008-07-28)
==================
==================
...
...
src/zc/buildout/tests.py
View file @
c1f78505
...
@@ -1108,9 +1108,9 @@ changes in .svn or CVS directories.
...
@@ -1108,9 +1108,9 @@ changes in .svn or CVS directories.
"""
"""
def
bug_250537_broken_symlink_doesnt_affect_sig
(
):
if
hasattr
(
os
,
'symlink'
):
"""
def
bug_250537_broken_symlink_doesnt_affect_sig
():
"""
If we have a develop recipe, it's signature shouldn't be affected by
If we have a develop recipe, it's signature shouldn't be affected by
broken symlinks, and better yet, computing the hash should not break
broken symlinks, and better yet, computing the hash should not break
because of the missing target file.
because of the missing target file.
...
...
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