-
Notifications
You must be signed in to change notification settings - Fork 15
Willing to maintain #13
Comments
Hey great news, yes this all seems really a good idea. Here is what I suggest:
I've written that 3 years ago I don't think there's anything left to save ;) |
Also feel free to do #8 if you want to. |
Sure thing. I also usually keep trying the master branch working.
I can imagine a possible teamup with pheanstalk. The main client, a monitor
and possibly a console application to interact with beanstalk.
|
One thing I am not completely sure about is committing the vendor directory into the repo. For that case, I would rather create a ZIP and upload it when releasing the version. WDYT? |
No, you don't commit the vendor directory. That is fetched by the developer or installer. You commit the |
@judgej you are right, this is how composer usually works. However @mnapoli wants that the user just downloads the ZIP file and it works without messing with composer. While this is an acceptable requirement, I don't think it should be done for the branch archives too. Instead I would tag new releases regularly and create custom archives with installed dependencies. |
It was certainly handy when you used to be able to upload arbitrary zip files to the release mechanism, then you could put together a complete build and release that. Bur certainly keeping the repository reserved just for the source that is used to create the builds, will pay dividends when developing. |
Regarding the |
My plan is to create a build script which builds a ZIP and a TAR archive which can be easily uploaded for releases. I would rather not automatize it as building process might differ from simply running It depends on our release cycle: if we plan regular releases, we might want to automatize it. If not, I have no problem with doing it manually. |
Hey, are you still offering this?
I was planning something similar.
Would you allow me to do some rewrite? I would use a microframework instead of zend.
I am also thinking about writting a REST api.
The text was updated successfully, but these errors were encountered: