aboutsummaryrefslogtreecommitdiff
path: root/96boards-bubblegum-u-boot.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2015-12-03 09:23:41 -0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2015-12-03 09:23:44 -0200
commitf0c9392f5de2c3027fa089252eeaedde5617dfcc (patch)
tree65267debe410de9cf998a81f7de6baeab30a1a89 /96boards-bubblegum-u-boot.yaml
parentf115d48a17329e0b90fbc1668c99926846978203 (diff)
96boards-bubblegum-u-boot: adding textile back
Better when browsing the build artifacts, and similar to what we already have for the RPBs. Change-Id: Ic0762ef8534df6a2f0e15a872dd3981391ffdd1b Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-bubblegum-u-boot.yaml')
-rw-r--r--96boards-bubblegum-u-boot.yaml25
1 files changed, 14 insertions, 11 deletions
diff --git a/96boards-bubblegum-u-boot.yaml b/96boards-bubblegum-u-boot.yaml
index eec4583ea8..72df6209d7 100644
--- a/96boards-bubblegum-u-boot.yaml
+++ b/96boards-bubblegum-u-boot.yaml
@@ -70,23 +70,26 @@
* git commit: ${GIT_COMMIT}
EOF
- cat > out/HEADER.html << EOF
- <html>
- <body>
- <div id="content"><meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <pre style="font-size:.85em; padding:0 0 0 10;">
- <linaro:include file="README.txt" />
- </pre>
- </body>
- </html>
- EOF
-
cp -a u-boot-dtb.img out/
cp -a .config out/u-boot.config
# Create MD5SUMS file
(cd out && md5sum * > MD5SUMS.txt)
+ # Build information (textile, for the web view)
+ cat > out/README.textile << EOF
+
+ h4. 96Boards - Actions Semi Bubblegum - U-Boot
+
+ U-Boot development build for Actions Semi Bubblegum
+
+ Build Description:
+ * Build URL: "$BUILD_URL":$BUILD_URL
+ * U-Boot tree: "$GIT_URL":$GIT_URL
+ * U-Boot branch: $GIT_BRANCH
+ * U-Boot commit: $GIT_COMMIT
+ EOF
+
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py