Skip to content

Commit 51f079d

Browse files
committed
Fix bikeshed build
We are bringing our own spec defaults and install them into the bikeshed folder when building our container. Now bikeshed requires an entry in the KDF dataset in order to find the group that we defined. This commit adds the KDF entry to the list and also defines the "CR", i.e. "Community Review" status. This is a reasonable start for a more advanced status management for the documents we maintain here.
1 parent 11c79e9 commit 51f079d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

build-tools/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN apk add --no-cache \
1111

1212
COPY data/boilerplate/dashif /usr/lib/python3.12/site-packages/bikeshed/spec-data/boilerplate/dashif
1313
COPY build-tools/tools /tools
14+
COPY data/boilerplate/dashif.kdl /tmp/dashif.kdl
15+
RUN cat /tmp/dashif.kdl >> /usr/lib/python3.12/site-packages/bikeshed/spec-data/boilerplate/doctypes.kdl
1416

1517
RUN mkdir /data
1618
WORKDIR /data

data/boilerplate/dashif.kdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
org "dashif" {
2+
group "dashif"
3+
4+
status "CR" "Community Review"
5+
}

data/boilerplate/dashif/defaults.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"Issue Tracking": "GitHub https://github.com/Dash-Industry-Forum/DASH-IF-IOP/issues",
33
"Repository": "https://github.com/Dash-Industry-Forum/DASH-IF-IOP GitHub",
44
"Editor": "SVTA DASH-IF Working Group",
5-
65
"Default Highlight": "text",
76
"Line Numbers": "off",
87
"Markup Shorthands": "markdown yes, biblio yes",

specs/live2vod/live2vod.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<pre class="metadata">
22
Revision: 0.9
33
Title: Conversion of Live Services to VoD
4-
!Status: Community Review
4+
Status: CR
55
Shortname: live2vod
66
URL: https://dashif.org/Guidelines/live2vod
77
Group: dashif

0 commit comments

Comments
 (0)