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

Checking installed packages #6

Open
cpilsworth opened this issue Aug 1, 2014 · 1 comment
Open

Checking installed packages #6

cpilsworth opened this issue Aug 1, 2014 · 1 comment

Comments

@cpilsworth
Copy link

I noticed your comment here:
https://github.com/tacitknowledge/aem-cookbook/blob/master/providers/package.rb#L76

You could query the installed packages using the aem querybuilder. Something like...

http://localhost:4502/bin/querybuilder.json?nodename=*.zip&orderby=@jcr:content%2Fjcr:lastModified&orderby.sort=desc&p.limit=100&path=%2Fetc%2Fpackages&type=nt:file

That might need a bit of filtering to exclude snapshots and give just the information you needed.

@pdunnavant
Copy link
Collaborator

@cpilsworth Thanks! I'll try to look into that the next time I get a chance to work on this cookbook.

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