Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarelli committed Jul 4, 2013
1 parent e291f0b commit 33d83e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utilities/build_server_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

#put the .plan file in the pickup folder
with lcd(op.join(tempdir, 'org.geppetto')):
print local('cp owse.plan $SERVER_HOME/pickup/', capture=True)
print local('cp geppetto.plan $SERVER_HOME/pickup/', capture=True)

#fix the properties file REMOVED not needed anymore

Expand Down
2 changes: 1 addition & 1 deletion utilities/update_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@

#put the .plan file in the pickup folder
with lcd(op.join(geppettosourcesdir, 'org.geppetto')):
print local('cp owse.plan $SERVER_HOME/pickup/', capture=True)
print local('cp geppetto.plan $SERVER_HOME/pickup/', capture=True)

print 'Geppetto is now updated to the latest version on master'

0 comments on commit 33d83e7

Please sign in to comment.