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
|
||||
Reference in New Issue
Block a user