~replaceafill/ubuntu/trusty/schooltool.virginia/trusty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gediminas Paulauskas
  • Date: 2013-08-01 18:58:27 UTC
  • mfrom: (1.1.12)
  • Revision ID: menesis@pov.lt-20130801185827-h2regsqte87tay8u
Tags: 0.8.0-0ubuntu1
* New upstream release.
* debian/control: requires python-schooltool (>= 1:2.5~)
* debian/watch: change series to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
LOCALES=src/schooltool/virginia/locales
5
5
TRANSLATIONS_ZCML=schooltool/virginia/translations.zcml
6
6
 
7
 
DIST=/home/ftp/pub/schooltool/flourish
 
7
DIST=/home/ftp/pub/schooltool/trunk
8
8
PYTHON=python
9
9
 
10
10
INSTANCE_TYPE=schooltool
162
162
            echo cp dist/$(PACKAGE)-$${VERSION}.tar.gz $${DIST} ;\
163
163
            cp dist/$(PACKAGE)-$${VERSION}.tar.gz $${DIST} ;\
164
164
        else \
165
 
            echo scp dist/$(PACKAGE)-$${VERSION}.tar.gz* schooltool.org:$${DIST} ;\
166
 
            scp dist/$(PACKAGE)-$${VERSION}.tar.gz* schooltool.org:$${DIST} ;\
 
165
            echo scp dist/$(PACKAGE)-$${VERSION}.tar.gz* ftp.schooltool.org:$${DIST} ;\
 
166
            scp dist/$(PACKAGE)-$${VERSION}.tar.gz* ftp.schooltool.org:$${DIST} ;\
167
167
        fi
168
168
 
169
169
# Helpers