Skip to content

Commit

Permalink
Get rid of passenger package-runtime command.
Browse files Browse the repository at this point in the history
Closes GH-1133.
  • Loading branch information
FooBarWidget committed Jun 26, 2014
1 parent 4035bf9 commit 76f0df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 106 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Expand Up @@ -17,6 +17,10 @@ Release 4.0.46
load shell startup files by default.
* Passenger Standalone now works properly when the HOME environment variable
isn't set. Closes GH-713.
* Passenger Standalone's `package-runtime` command has been removed. It has
been broken for a while and has nowadays been obsolete by our automatic
[binary generation system](https://github.com/phusion/passenger_autobuilder).
Closes GH-1133.


Release 4.0.45
Expand Down
1 change: 0 additions & 1 deletion lib/phusion_passenger/standalone/main.rb
Expand Up @@ -30,7 +30,6 @@ class Main
['start', 'StartCommand'],
['stop', 'StopCommand'],
['status', 'StatusCommand'],
['package-runtime', 'PackageRuntimeCommand'],
['version', 'VersionCommand'],
['help', 'HelpCommand']
]
Expand Down
105 changes: 0 additions & 105 deletions lib/phusion_passenger/standalone/package_runtime_command.rb

This file was deleted.

0 comments on commit 76f0df8

Please sign in to comment.