File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ deploy_mkdir $DEPLOY_DIR/htmls
9393
9494deploy_log " Resolve / Create Index for base architecture"
9595deploy_do " gen:resolved_arch"
96+ tar czf $DEPLOY_DIR /resolved_arch.tar.gz gen/resolved_arch/_
9697deploy_cp_recursive gen/resolved_arch/_ $DEPLOY_DIR /resolved_arch
9798
9899deploy_log " Create _site/isa_explorer"
@@ -169,7 +170,19 @@ cat <<- EOF > $DEPLOY_DIR/index.html
169170 <br/>
170171 <h3>Resolved architecture</h3>
171172 <ul>
172- <li><a href="$PAGES_URL /resolved_arch/index.yaml">index.yaml</a> Database index, as array of relative paths from $PAGES_URL /resolved_arch</li>
173+ <li>
174+ <a href="$PAGES_URL /resolved_arch/index.yaml">index.yaml</a>
175+ Database index, as array of relative paths from $PAGES_URL /resolved_arch
176+ <ul>
177+ <li>
178+ For example, you can find <a href="$PAGES_URL /resolved_arch/ext/Sm.yaml">Sm.yaml</a> at $PAGES_URL /resolved_arch/ext/Sm.yaml
179+ </li>
180+ </ul>
181+ </li>
182+ <li>
183+ <a href="$PAGES_URL /resolved_arch.tar.gz">resolved_arch.tar.gz</a>
184+ The contents of the resolved architecture as a tarball
185+ </li>
173186 </ul>
174187
175188 <br/>
You can’t perform that action at this time.
0 commit comments