From 5bf097ba7a2e5c99db74f0ae4997e7b44d47580c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Jan 2022 15:35:09 -0300 Subject: aux/ci/ci-build.sh: Bundle repository and expose it publicly --- aux/ci/ci-build.sh | 3 +++ aux/containers/guix/manifest.scm | 1 + 2 files changed, 4 insertions(+) diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 34233b7..332d9f0 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -38,6 +38,9 @@ EOF sh aux/ci/report.sh -n "$PROJECT" -o public rsync -av public/ "/srv/http/$PROJECT/" --delete + tar -C /srv/http -cf /srv/http/"$PROJECT"/repo.tar.gz \ + "$PROJECT".git + printf '\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s\n>>>\n\n' \ "$STATUS" } diff --git a/aux/containers/guix/manifest.scm b/aux/containers/guix/manifest.scm index 7d07345..74f9220 100644 --- a/aux/containers/guix/manifest.scm +++ b/aux/containers/guix/manifest.scm @@ -8,6 +8,7 @@ sed m4 git + tar gawk make graphviz -- cgit v1.2.3