craftsmancoding / repoman

Repoman allows for easy package development in MODX Revolution. Take back the simplicity!
30 stars 7 forks source link

Transport packages deployment issues #14

Closed remixlearning closed 10 years ago

remixlearning commented 10 years ago

Today I used repoman to build a package to deploy to our staging environment. The package seemed ok, but the snippets were missing after the deploy.

Let me know what info you need!

fireproofsocks commented 10 years ago

Give me a repo url so I can fork it.

remixlearning commented 10 years ago

Its a private repo, I will speak to my ceo, if he is ok about sharing the code

fireproofsocks commented 10 years ago

Ok, let me know: I can't troubleshoot anything blindly. I can tell you that I've been using Repoman for all my MODX development and there are examples of snippets, plugins, CRC, and CMP's in the https://github.com/craftsmancoding/ repos.

remixlearning commented 10 years ago

yes, I have been looking at your repos, and using my package with repoman works, but when I built it, and pushed the zip to our staging env, it installed without errors, but the snippets just didn't show up in the database.

how can I email them to you privately?

fireproofsocks commented 10 years ago

The snippets by themselves do nothing for me: the problem isn't with the snippets it something with how you've set up your repo or how you're using repoman. I need to see your code base. The easiest way to share that and track changes is if I can either fork your repository or be added as a contributor to it. Otherwise we're spending a lot of unnecessary time reinventing wheels.

On Tue, Apr 1, 2014 at 9:52 AM, remixlearning notifications@github.comwrote:

yes, I have been looking at your repos, and using my package with repoman works, but when I built it, and pushed the zip to our staging env, it installed without errors, but the snippets just didn't show up in the database.

how can I email them to you privately?

Reply to this email directly or view it on GitHubhttps://github.com/craftsmancoding/repoman/issues/14#issuecomment-39229585 .

remixlearning commented 10 years ago

done, I have added you to our repo.

remixlearning commented 10 years ago

Just to clarify here as well, the issue is that when I try to install my package from the zip thats built with the build button in components->repoman on install onto the server (without repoman) the snippets are not there.

remixlearning commented 10 years ago

Seems to work with the new updates