Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/370c81960e82cb6284d12c164e445f2eb0424a32
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/370c81960e82cb6284d12c164e445f2eb0424a32
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/370c81960e82cb6284d12c164e445f2eb0424a32

The branch, master has been updated
       via  370c81960e82cb6284d12c164e445f2eb0424a32 (commit)
       via  a35c313e4db67594d899f926444e0745b59c5f4c (commit)
      from  e03cdb103d632fafa25906a4f7d666a58d438cfc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=370c81960e82cb6284d12c164e445f2eb0424a32
commit 370c81960e82cb6284d12c164e445f2eb0424a32
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    ci: Write BUILD_INFO.txt to toolchain dir

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ade988aca8..d8508ce145 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -66,6 +66,13 @@ jobs:
         GCCSDK_INSTALL_ENV: /opt/netsurf/${{ matrix.toolchain }}/env
       run: make -C sdk
 
+    - name: Write testament
+      run: |
+        echo "Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")" > /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+        echo "Branch: ${{ github.ref_name }}" >> /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+        echo "Commit: $(git rev-parse HEAD)" >> /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+        echo "Subject: $(git log -1 --pretty=format:'%s')" >> /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+
     # Have to tar first to retain permissions
     # Exclude unneeded files to reduce size
     - name: Make tarball


commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=a35c313e4db67594d899f926444e0745b59c5f4c
commit a35c313e4db67594d899f926444e0745b59c5f4c
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    ci: Improve cleanup workflow name

diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml
index 171676f4fe..dc221deafa 100644
--- a/.github/workflows/cleanup.yaml
+++ b/.github/workflows/cleanup.yaml
@@ -6,7 +6,7 @@ on:
 jobs:
   # Clean up temporary releases / tags for deleted branches
   cleanup:
-    name: "Cleanup '${{ github.event.ref }}' temporary release"
+    name: "Cleanup '${{ github.event.ref }}'"
     runs-on: ubuntu-latest
     # Only run for branch deletions, not tag deletions
     if: github.event.ref_type == 'branch'


-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/build.yaml   | 7 +++++++
 .github/workflows/cleanup.yaml | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ade988aca8..d8508ce145 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -66,6 +66,13 @@ jobs:
         GCCSDK_INSTALL_ENV: /opt/netsurf/${{ matrix.toolchain }}/env
       run: make -C sdk
 
+    - name: Write testament
+      run: |
+        echo "Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")" > /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+        echo "Branch: ${{ github.ref_name }}" >> /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+        echo "Commit: $(git rev-parse HEAD)" >> /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+        echo "Subject: $(git log -1 --pretty=format:'%s')" >> /opt/netsurf/${{ 
matrix.toolchain }}/BUILD_INFO.txt
+
     # Have to tar first to retain permissions
     # Exclude unneeded files to reduce size
     - name: Make tarball
diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml
index 171676f4fe..dc221deafa 100644
--- a/.github/workflows/cleanup.yaml
+++ b/.github/workflows/cleanup.yaml
@@ -6,7 +6,7 @@ on:
 jobs:
   # Clean up temporary releases / tags for deleted branches
   cleanup:
-    name: "Cleanup '${{ github.event.ref }}' temporary release"
+    name: "Cleanup '${{ github.event.ref }}'"
     runs-on: ubuntu-latest
     # Only run for branch deletions, not tag deletions
     if: github.event.ref_type == 'branch'


-- 
Cross-compilation toolchains and environments

Reply via email to