test: passerelle 0.5.0.34

This commit is contained in:
Thomas NOËL 2014-10-22 16:28:03 +02:00
parent 40862e92ca
commit c8ab2f1958
3 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,6 @@
<service name="download_url">
<param name="host">repos.entrouvert.org</param>
<param name="protocol">http</param>
<param name="path">/passerelle.git/snapshot/passerelle-5bed322.tar.gz</param>
<param name="path">/passerelle.git/snapshot/passerelle-08ea46e.tar.gz</param>
</service>
</services>

View File

@ -2,6 +2,11 @@
SECRET_KEY = file('/etc/passerelle/secret').read()
# cg14 root URI is "/passerelle/..."
LOGIN_URL = '/passerelle/accounts/login/'
LOGOUT_URL = '/passerelle/accounts/logout/'
LOGIN_REDIRECT_URL = '/passerelle/manage/'
LANGUAGE_CODE = 'fr-fr'
TIME_ZONE = 'Europe/Paris'

View File

@ -1,8 +1,8 @@
%define tag 0.5.0
%define commit 5bed322
%define commit 08ea46e
# si possible, minor = nombre de commit depuis le tag (à la "git describe")
%define minor 33
%define minor 34
# si minor == 0
#%define version %{tag}