Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
To generate a list of modules with old parent versions, the following steps are needed
# clone the sling repos as documented at https://github.com/apache/sling-aggregator/#retrieving-all-sling-modules # (if needed) ensure that the repos are up-to-date $ repo sync -j 16 # run the check using the attached test_has_old_parent.sh $ repo forall -c $(pwd)/test_has_old_parent.sh | grep 'has old'