Closed ianstormtaylor closed 10 years ago
The file I'm handing you in the builds
folder is a Magento Connect extension. See connectinstall how to.mp4
in our shared dropbox folder on how you can install this file using the Magento Connect admin. This is also the file you'll submit to Magento Connect when (if) you want to list your extension there.
As for an automated build process, building a continuos integration solution for Segment falls outside our current agreements. I kick off the builds manually, and the automation I have around it is stuff I'm comfortable running on my laptop, but wouldn't be comfortable handing over the world to run.
Was wondering if there was a difference between just the source code here and the "builds". I see the
package.xml
, but wondering if that should just be included here by default? And then the repository itself could just be downloaded as a.tar
and used?If there is a build step, it would be nice to have a
make build
command I think in a Makefile to make building it easy, and then store the built files in a/dist/latest.tgz
folder next to/app
or similar, so that people always know where to find them.What do you think @astorm ?