Closed
Bug 1332775
Opened 9 years ago
Closed 9 years ago
tc-lib-docs fails to include images correctly, or tc-docs doesn't include them...
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonasfj, Assigned: bstack)
Details
See:
https://docs.taskcluster.net/reference/platform/queue/docs/worker-interaction
The image is present in docs/ folder:
https://github.com/taskcluster/taskcluster-queue/tree/master/docs
the link also seems correct:
https://docs.taskcluster.net/reference/platform/queue/docs/queue-worker-interaction.svg
| Assignee | ||
Comment 1•9 years ago
|
||
It's present in the download. I guess tc-docs isn't doing the right thing with it
taskcluster-docs|master ⇒ gulp download
[16:43:48] Using gulpfile ~/Projects/taskcluster/taskcluster-docs/gulpfile.js
[16:43:48] Starting 'clean-build'...
[16:43:48] Finished 'clean-build' after 12 ms
[16:43:48] Starting 'download'...
[16:43:48] Finished 'download' after 240 ms
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/auth/latest.tar.gz...
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/github/latest.tar.gz...
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/login/latest.tar.gz...
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/purge-cache/latest.tar.gz...
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/queue/latest.tar.gz...
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/stats-collector/latest.tar.gz...
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/taskcluster-notify/latest.tar.gz...
[16:43:48] Downloading https://taskcluster-raw-docs.s3.amazonaws.com/taskcluster-pulse/latest.tar.gz...
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/login/latest.tar.gz after 241 ms
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/purge-cache/latest.tar.gz after 242 ms
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/stats-collector/latest.tar.gz after 242 ms
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/taskcluster-notify/latest.tar.gz after 217 ms
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/github/latest.tar.gz after 260 ms
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/queue/latest.tar.gz after 315 ms
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/auth/latest.tar.gz after 486 ms
[16:43:48] Downloaded https://taskcluster-raw-docs.s3.amazonaws.com/taskcluster-pulse/latest.tar.gz after 431 ms
taskcluster-docs|master ⇒ ls build/reference
auth github login purge-cache queue stats-collector taskcluster-notify taskcluster-pulse
taskcluster-docs|master ⇒ ls build/reference/queue
README.md docs metadata.json references schemas
taskcluster-docs|master ⇒ ls build/reference/queue/docs
queue-worker-interaction.svg task-life-cycle.md task-life-cycle.svg task-schema.md worker-interaction.md
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bstack
| Assignee | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/taskcluster-docs
https://github.com/taskcluster/taskcluster-docs/commit/8a898a7d7fd1fe0ac9ec9c72add0fc9b49e2f972
Merge pull request #152 from taskcluster/bug-1332775
Bug 1332775 - Include images from lib-docs in builds
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Libraries → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•