implement docs pipeline changes in ci scripts
These changes implement the plan decided upon in #2 (closed). The docs will be hosted from our webserver with versioning support.
Merge request reports
Activity
- Resolved by Jaden DIEFENBAUGH
Looks good, @jdiefenbaugh. Please check the discussion above and resolve it. After that, let's merge it and see it working ;-)
- Resolved by André Anjos
- Resolved by André Anjos
- Resolved by André Anjos
mentioned in commit befe03f6
Ok, I had to modify the whole strategy to get it working, but I think it should be OK now. Most of it was moved into
functions.sh
anddocs.sh
is now very simple, using arrays.There is one potential problem with the current commits: in case a new package is created, the DAV MKDIR command will fail since the directories preceeding the top-level doc directory will not exist. We have to implement it in a way it works recursively, from the root of the DAV upload (i.e. "private-upload" or "public-upload"). Please let me know if that is not clear.