Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Onion to build PEAR packages of Predis.
Since Pearhub is currently broken (unfortunately the project does not seem to be actively mantained anymore) but we still want to have PEAR packages for our library, we need to automate the creation of a package.xml definition file to build the actual packages that will be uploaded on a self-hosted PEAR channel. Onion, while still in its alpha stage right now, works perfectly fine for our needs and its own package.ini file looks simple enough to edit and maintain. See http://c9s.github.com/Onion for more details about Onion and thank @c9s for making it available.
- Loading branch information
104cd1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Onion project is still on its way. if you encountered any kind of issue or problems, please report to us, we will fix it as soon as possible. :-)
104cd1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been super-easy to get up and running and I haven't encountered any real problems. I'd probably suggest to state clearly in the docs that double quotes for the username in the author string must be escaped in the .ini file or it won't be parsed as expected. Pretty minor stuff anyway, Onion looks good already :-)
104cd1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
I will document it later. :-)