apache / apache/infrastructure-staged
tomcat site checkout does not register as deployment when other sub-dirs in the parent directory is changed as well
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- Avg merge
- 1h 49m
- Merged PRs (30d)
- 1
Description
Tomcat's website is checked out as https://svn-master.apache.org/repos/asf/tomcat/site/trunk/docs/ but their site build tends to modify the parent directory as well ( https://svn-master.apache.org/repos/asf/tomcat/site/trunk/ ), which causes stageD to miss the update, as the svn root for the change-set does not match the checkout root.
stageD should iterate through all changed files, calculate the individual svn URL and then check if any of them match the checkout URL
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.