~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to Makefile

[r=bloodearnest] Remove the hack for collectstatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
$(TARBALL_BUILD_PATH): $(TARBALL_BUILD_DIR) tarball_exclude.txt
25
25
        @echo "Creating deployment tarball at $(TARBALL_BUILD_PATH)"
26
 
        @DJANGO_SETTINGS_MODULE=django_project.settings_collectstatic SSO_LOGS_DIR=/tmp python django_project/manage.py collectstatic --noinput
 
26
        @DJANGO_SETTINGS_MODULE=django_project.settings_devel SSO_LOGS_DIR=/tmp python django_project/manage.py collectstatic --noinput
27
27
        @tar -cj --exclude-from 'tarball_exclude.txt' -f $(TARBALL_BUILD_PATH) ./
28
28
 
29
29
$(TARBALL_BUILD_DIR):