tests: passerelle 0.5-48

This commit is contained in:
Thomas NOËL 2014-11-21 11:54:33 +01:00
parent 97715439ad
commit 2d9bd416c0
4 changed files with 8 additions and 6 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-08ea46e.tar.gz</param>
<param name="path">/passerelle.git/snapshot/passerelle-ef79c2a.tar.gz</param>
</service>
</services>

View File

@ -26,7 +26,9 @@ DATABASES = {
INSTALLED_APPS = INSTALLED_APPS[:-1] + (
'solis',
'makorepost',
'bdp',
'gadjo',
'entrouvert.djommon',
)
# where to find templates for makorepost objects

View File

@ -51,8 +51,8 @@ do_create_secret() {
do_migrate() {
# install new applications, if any, migrate others if needed
echo "Applying new migrations (syncdb --migrate)..."
$SCRIPTNAME manage syncdb --migrate --verbosity=2 --traceback --noinput
echo "Installing new apps, applying new migrations (safemigrate)..."
$SCRIPTNAME manage safemigrate --verbosity=2 --traceback --noinput
}
do_collectstatic() {

View File

@ -1,8 +1,8 @@
%define tag 0.5.0
%define commit 08ea46e
%define commit ef79c2a
# si possible, minor = nombre de commit depuis le tag (à la "git describe")
%define minor 34
%define minor 48
# si minor == 0
#%define version %{tag}
@ -32,7 +32,7 @@ Source8: cg14_config.py
BuildArch: noarch
BuildRequires: python2-devel python-django python-setuptools-devel
Requires: python-django python-South python-django-jsonresponse python-django-model-utils python-gunicorn python-Mako python-raven python-django-gadjo python-requests python-django-jsonfield
Requires: python-django python-South python-django-jsonresponse python-django-model-utils python-gunicorn python-Mako python-raven python-django-gadjo python-requests python-django-jsonfield python-entrouvert
%description
Passerelle provides an uniform access to multiple data sources and services.