Skip to content

Commit

Permalink
Publish qpackages after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Bonne committed Feb 2, 2012
1 parent 075a7a1 commit 8282e49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions createNewQPackages.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,6 @@ def replace_deps( p, deps_to_replace):

for p in packages:
p.quickPackage()

msg = 'Releasing Arakoon %s (branch %s)' % (new_version, branch)
q.qp.publish(commitMessage=msg, domain='pylabs.org')

0 comments on commit 8282e49

Please sign in to comment.