Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guard the Execute Blocks #8

Open
mikelococo opened this issue Aug 12, 2014 · 2 comments
Open

Guard the Execute Blocks #8

mikelococo opened this issue Aug 12, 2014 · 2 comments

Comments

@mikelococo
Copy link
Owner

Right now, the recipe naively unpacks the tt-rss tarball every time. Add some not_if/only_if guards to do this only on initial-install and on upgrades. Perhaps even investigate ark to do the unpacking, though it might be overkill.

execute 'unpack' do

execute 'unpack' do

@kaimi
Copy link

kaimi commented Sep 2, 2014

Do you know the “application” cookbook? With that you can deploy directly from git (or SVN).

@mikelococo
Copy link
Owner Author

I wasn't aware, thanks for the heads up. When I pick this bug up, I'll have a peak at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants