More
This commit is contained in:
7
.buildbot/deliver/01-sdist
Normal file
7
.buildbot/deliver/01-sdist
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
python setup.py sdist --dist-dir . --formats gztar
|
||||||
|
if test -n "$DIST_FILE" ; then
|
||||||
|
dist_name=`python setup.py --name`
|
||||||
|
dist_version=`python setup.py --version`
|
||||||
|
dist_file="${dist_name}-${dist_version}.tar.gz"
|
||||||
|
mv "$dist_file" "$DIST_FILE"
|
||||||
|
fi
|
||||||
1
.buildbot/deploy/01-requirements
Normal file
1
.buildbot/deploy/01-requirements
Normal file
@@ -0,0 +1 @@
|
|||||||
|
pip install -r requirements.txt
|
||||||
1
.buildbot/deploy/02-setup
Normal file
1
.buildbot/deploy/02-setup
Normal file
@@ -0,0 +1 @@
|
|||||||
|
python setup.py django
|
||||||
2
setup.py
2
setup.py
@@ -113,7 +113,7 @@ class SetupDjangoProject(MyCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-test',
|
name='django-test',
|
||||||
version='1.0',
|
version='2.0.dev0',
|
||||||
description='An example django based web application.',
|
description='An example django based web application.',
|
||||||
url='https://heinzelwelt.de',
|
url='https://heinzelwelt.de',
|
||||||
maintainer='Jens Kleineheismann',
|
maintainer='Jens Kleineheismann',
|
||||||
|
|||||||
Reference in New Issue
Block a user