File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,14 @@ and skip any others that are only for internal use.
9898For the alpha review, publish (at least) the UCD and emoji files, and the charts.
9999
100100Run the [ pub/copy-alpha-to-draft.sh] ( https://github.com/unicode-org/unicodetools/blob/main/pub/copy-alpha-to-draft.sh )
101- on the unicode.org server which copies the set of the .../dev/ data files for an alpha snapshot
102- from a unicodetools workspace to the location behind https://www.unicode.org/Public/draft/ .
101+ script from an up-to-date repo workspace.
102+ The script copies the set of the .../dev/ data files for an alpha snapshot
103+ from a unicodetools workspace to a target folder with the layout of https://www.unicode.org/Public/draft/ .
104+
105+ Go into the “draft” target folder and zip its contents. Send the zip file to Rick for posting.
106+ Ask Rick to add other files that are not tracked in the unicodetools repo:
107+ * Unihan.zip to .../draft/UCD/ucd
108+ * alpha charts to .../draft/UCD/charts
103109
104110Note: No version/delta infixes in names of data files.
105111We simply use the “draft” folder and the file-internal time stamps for versioning.
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ rm $DRAFT/UCD/ucd/zipped-ReadMe.txt
1818
1919mkdir -p $DRAFT /emoji
2020cp $UNITOOLS_DATA /emoji/dev/* $DRAFT /emoji
21- rm $DRAFT /emoji/emoji-data.txt
22- rm $DRAFT /emoji/emoji-variation-sequences.txt
2321
2422echo " --------------------"
2523echo " Copy files from elsewhere:"
You can’t perform that action at this time.
0 commit comments