Skip to content

Commit

Permalink
Additions in HOWTO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Dec 10, 2013
1 parent b1a58cc commit e334076
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vagrant/HOWTO
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,15 @@ python setup.py sdist upload
python setup.py bdist_rpm --release <NO>
# Test packages in dist/

vi eoxserver/__init__.py
# Adjust version to dev
vi setup.py
# Adjust Development Status if necessary
git commit setup.py eoxserver/__init__.py -m "Adjusting version."

git push
git push --tags
# Edit release at https://github.com/EOxServer/eoxserver/releases

cd dist/
tar czf ../../rpmbuild/RPMS/EOxServer-0.3.1.tar.gz EOxServer-*rpm
Expand Down

0 comments on commit e334076

Please sign in to comment.