Enhanced release workflow to update self-hosted pack index. (#21)
- Add GitHub pack-index branch as pack URL - Add GitHub repository to PDSC file - Enhance gen_changelog to put specific download URLs to each release in pdsc format - Enhance workflow to update pack-index branchpull/26/head
parent
7ae1cf11a6
commit
f76f0bda7c
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<vendor>ARM</vendor>
|
||||
<url>https://raw.githubusercontent.com/ARM-software/CMSIS-DSP/pack-index/</url>
|
||||
<timestamp>$(date -u +%FT%TZ)</timestamp>
|
||||
<pindex>
|
||||
<pdsc url="https://raw.githubusercontent.com/ARM-software/CMSIS-DSP/pack-index/" vendor="ARM" name="CMSIS-DSP" version="$1"/>
|
||||
</pindex>
|
||||
</index>
|
||||
EOF
|
||||
Loading…
Reference in New Issue