pyrus / Pyrus_Developer

Developer tools for building PEAR compatible packages
7 stars 7 forks source link

Allow aliases in several commands. #13

Closed fpoirotte closed 12 years ago

fpoirotte commented 12 years ago

Makes it possible to use aliases in several commands provided by Pyrus_Developer, namely: make, pickle and generate-pear2. For unknown channels (or aliases), an exception will still be raised. For known aliases, the channel's full name will be used (eg. written to package.xml).

See also pyrus/Pyrus_Developer#7.