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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
fffc80f7
Commit
fffc80f7
authored
Aug 02, 2011
by
Lucas Carvalho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Modified to provide backward compatibility."
This reverts commit
01b2ca0a
.
parent
01b2ca0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/zc/buildout/testing.py
src/zc/buildout/testing.py
+1
-5
No files found.
src/zc/buildout/testing.py
View file @
fffc80f7
...
@@ -364,11 +364,7 @@ def buildoutSetUp(test):
...
@@ -364,11 +364,7 @@ def buildoutSetUp(test):
def create_signature_file_list(path,
def create_signature_file_list(path,
private_key_file='private.pem',
private_key_file='private.pem',
certificate_file='public.pem'):
certificate_file='public.pem'):
try:
from slapos.signature import createPrivateKeyAndCertificateFile
from slapos.signature import createPrivateKeyAndCertificateFile
except ImportError:
return private_key_file, certificate_file
private_key_file = os.path.join(path, private_key_file)
private_key_file = os.path.join(path, private_key_file)
certificate_file = os.path.join(path, certificate_file)
certificate_file = os.path.join(path, certificate_file)
createPrivateKeyAndCertificateFile(certificate_file, private_key_file)
createPrivateKeyAndCertificateFile(certificate_file, private_key_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