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
cubicweb
cubes
trustedauth
Commits
4caa28bd97c9
Commit
453debf5
authored
Oct 21, 2010
by
Aurelien Campeas
Browse files
bump + note
parent
16440ba3e74d
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
4caa28bd
...
...
@@ -4,7 +4,7 @@
modname
=
'apachekerberos'
distname
=
'cubicweb-apachekerberos'
numversion
=
(
0
,
1
,
1
)
numversion
=
(
0
,
1
,
2
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
debian/changelog
View file @
4caa28bd
cubicweb-apachekerberos (0.1.
1
-1) unstable; urgency=low
cubicweb-apachekerberos (0.1.
2
-1) unstable; urgency=low
*
initial
release
*
upstream
release
-- Aurélien Campéas <aurelien.campeas@logilab.fr> Wed,
04 Aug
2010 1
6:07
:00 +0200
-- Aurélien Campéas <aurelien.campeas@logilab.fr> Wed,
21 Oct
2010 1
1:15
:00 +0200
cubicweb-apachekerberos (0.1.0-1) unstable; urgency=low
...
...
hooks.py
View file @
4caa28bd
...
...
@@ -31,5 +31,6 @@ def registration_callback(vreg):
vreg
.
error
(
msg
)
else
:
vreg
.
register
(
ServerStartupHook
)
# XXX won't work in distributed setup
vreg
.
config
.
_secret
=
open
(
fpath
,
'rb'
).
read
().
strip
()
vreg
.
debug
(
'loaded secret key'
)
Write
Preview
Supports
Markdown
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