summaryrefslogtreecommitdiff
path: root/tools/eos-application-manifest
Commit message (Collapse)AuthorAge
* Merge pull request #434 from endlessm/issues/432Rory MacQueen2013-12-10
|\ | | | | Use System.exit() and System.programInvocationName
| * Use System.exit() and System.programInvocationNamePhilip Chimento2013-12-09
| | | | | | | | | | | | | | In GJS >= 1.38, these facilities are available. This removes the workarounds that we had for lack of these facilities. [endlessm/eos-sdk#432]
* | Subcommand 'eos-application-manifest init'Philip Chimento2013-12-09
| | | | | | | | | | | | | | | | | | This implements the 'init' subcommand of the application manifest tool, which creates a new manifest in the current directory. [endlessm/eos-sdk#154] [endlessm/eos-sdk#154]
* | eos-application-manifest: Fix bug in help formattingPhilip Chimento2013-12-09
| | | | | | | | [endlessm/eos-sdk#154]
* | eos-application-manifest: Install subcommands in $libexecdirPhilip Chimento2013-12-09
|/ | | | | | | $libexecdir/eos-application-manifest, instead of $datadir/eos-application-manifest [endlessm/eos-sdk#154]
* 'eos-application-manifest' tool with subcommandsPhilip Chimento2013-10-18
This is the framework for an 'eos-application-manifest' tool with subcommands as in git. Currently the 'help' and 'version' subcommands are implemented. [endlessm/eos-sdk#152]