#4047 closed defect (fixed)
Docs are broken on trunk, add SVN revision number and show git time in UTC
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.0 |
Component: | documentation | Version: | master |
Keywords: | Cc: |
Description (last modified by )
Even though I got the job running again, the docs are still broken for trunk.
https://debbie.postgis.net/job/PostGIS_Make_Dist/label=debbie/183/consoleFull 05:37:19 generating ../images/st_subdivide01.png 05:37:19 Could not find style named Style01 05:37:21 generating ../images/st_subdivide02.png 05:37:23 make[1]: *** [Makefile:178: ../images/st_subdivide02.png] Error 1 05:37:23 make[1]: Leaving directory '/var/lib/jenkins/workspace/PostGIS_Make_Dist/label/debbie/20b95b81feb9f7e80dc829cd53f2640db4d2933e/doc/html/image_src' 05:37:23 make: *** [Makefile:311: images] Error 2 05:37:23 /usr/bin/xsltproc --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml 05:37:23 if test x"dbtoepub" = x; then \ 05:37:23 echo "Error: dbtoepub not found, can't build epub"; \ 05:37:23 echo " try installing dbtoepub"; \ 05:37:25 false; \ 05:37:25 else \ 05:37:25 dbtoepub -c "/var/lib/jenkins/workspace/PostGIS_Make_Dist/label/debbie/20b95b81feb9f7e80dc829cd53f2640db4d2933e/doc/html/style.css" \ 05:37:25 -o postgis-2.5.0dev.epub \ 05:37:25 postgis-out.xml; \ 05:37:25 fi
I still have to investigate what's up. Lot of imagemagick errors I don't recal seeing before, but don't think that's the main issue.
Change History (19)
comment:1 by , 7 years ago
Component: | postgis → documentation |
---|---|
Owner: | changed from | to
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Description: | modified (diff) |
---|
comment:4 by , 7 years ago
I'll close this ticket if the r16462 fixes it, I may have caused additional problems trying to put the SVN number back in, so will close this once confirmed that is working okay.
comment:10 by , 7 years ago
Okay I think r16468 should fix everything including injecting the git log timestamp as UTC time instead of Unix timestamp and also injecting the SVN revision number Dan Baston requested.
comment:11 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:14 by , 7 years ago
Summary: | Docs are broken on trunk → Docs are broken on trunk, add SVN revision number and show git time in UTC |
---|
Note:
See TracTickets
for help on using tickets.
In 16462: