Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
4106767f
Commit
4106767f
authored
Sep 16, 2016
by
Mark Haines
Committed by
GitHub
Sep 16, 2016
Browse files
Merge pull request #25 from matrix-org/markjh/fix_jenkins
Fix jenkins.sh
parents
4ff663a0
8acf8fd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
jenkins.sh
View file @
4106767f
...
...
@@ -3,7 +3,7 @@
set
-e
make clean
rm
olm-
*
.tgz
rm
-f
olm-
*
.tgz
make lib
make
test
...
...
python/olm/__main__.py
View file @
4106767f
...
...
@@ -327,7 +327,7 @@ def do_inbound_group(args):
sys
.
exit
(
1
);
session
=
InboundGroupSession
()
session
.
init
(
credentials
[
'message_index'
],
credentials
[
'session_key'
])
session
.
init
(
credentials
[
'session_key'
])
with
open
(
args
.
session_file
,
"wb"
)
as
f
:
f
.
write
(
session
.
pickle
(
args
.
key
))
...
...
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