~ubuntu-branches/ubuntu/precise/horizon/precise-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-17 10:12:25 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120217101225-5wulil2mv7f2nvnb
Tags: 2012.1~e4~20120217.1354-0ubuntu1
* debian/patches/openstack-config-settings.patch: Refreshed.
* debian/copyright: Updated copyright.
* debian/rules: Diable tests since it doesnt work without a
  virtualenv.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        cp $(CURDIR)/openstack-dashboard/local/local_settings.py.example \
26
26
                $(CURDIR)/debian/openstack-dashboard/etc/openstack-dashboard/local_settings.py
27
27
 
28
 
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
29
 
override_dh_auto_test:
30
 
        bash run_tests.sh -N || true
31
 
endif
 
28
#ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 
29
#override_dh_auto_test:
 
30
#       bash run_tests.sh -N || true
 
31
#endif
32
32
 
33
33
override_dh_auto-clean:
34
34
        dh_clean