Hi, I just checking in a shell script at tooling/releases/sync_obr_with_dist.sh [1] that can be used to update the sling.xml OBR file when releasing bundles.
It takes two inputs ( optionally from a config file in a well-known location): - the dist directory where bundles are located - the site directory where the sling.xml OBR file is located I just used it to re-populate sling.xml as it was missing a lot of bundles ( see [2] ) so it works, at least for me. Since it's a shell script I'd like to ask the next release managers to take it for a spin and report any issues. It works for me with Bash 4.3 + the GNU toolchain on Linux, but I'm pretty bad at writing portable scripts :-) Once I get a confirmation that it works for others I'll update to documents to reference it. Cheers, Robert [1]:http://svn.apache.org/repos/asf/sling/trunk/tooling/release/sync_obr_with_dist.sh [2]: https://issues.apache.org/jira/browse/SLING-2387
