Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.libnetworkcache
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
Łukasz Nowak
slapos.libnetworkcache
Commits
432c47b4
Commit
432c47b4
authored
Aug 01, 2011
by
Lucas Carvalho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revoved useless import and fix typo.
parent
aafce11b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
slapos/libnetworkcache.py
slapos/libnetworkcache.py
+1
-2
No files found.
slapos/libnetworkcache.py
View file @
432c47b4
...
...
@@ -13,7 +13,6 @@
##############################################################################
import
base64
import
hashlib
import
httplib
import
json
...
...
@@ -203,7 +202,7 @@ class NetworkcacheClient(object):
return
True
for
certificate_url
in
self
.
signature_certificate_url_list
:
file_descriptor
=
slapos
.
libconnection
.
download
(
certificat
ion_fil
e_url
)
file_descriptor
=
slapos
.
libconnection
.
download
(
certificate_url
)
try
:
file_name
=
file_descriptor
.
name
if
self
.
_verifySignatureCertificate
(
signature_string
,
file_name
):
...
...
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