Skip to content

Commit

Permalink
Issue-vert-x#30 Fixes to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Aug 28, 2013
1 parent b48e732 commit 8bc7753
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ classes
.springBeans
bin
build
*.pyc
5 changes: 0 additions & 5 deletions dist/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ def release():
base_dir = os.getcwd()
branch = "master"

escalante_version = settings.escalante_version
if escalante_version is None:
prettyprint("No mod-lang-scala version given", Levels.FATAL)
sys.exit(1)

# next_version = settings.next_version
# if next_version is None:
# proceed = input_with_default(
Expand Down

0 comments on commit 8bc7753

Please sign in to comment.