aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-19 15:28:07 -0300
committerEuAndreh <eu@euandre.org>2022-01-19 15:31:15 -0300
commitdf11150ded3e9870c1777d21683282121d8302cd (patch)
tree4c9e85d01cfada3780cbc411ba840e73bfe4f4a7
parentaux/workflow/l10n.sh: Wait for trailing pending processes (diff)
downloadgit-permalink-df11150ded3e9870c1777d21683282121d8302cd.tar.gz
git-permalink-df11150ded3e9870c1777d21683282121d8302cd.tar.xz
aux/ci/ci-build.sh: Bundle repository and expose it publicly
-rwxr-xr-xaux/ci/ci-build.sh3
-rw-r--r--aux/containers/guix/manifest.scm1
2 files changed, 4 insertions, 0 deletions
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 0e29cd3..cf9a6d7 100644
--- a/aux/containers/guix/manifest.scm
+++ b/aux/containers/guix/manifest.scm
@@ -8,6 +8,7 @@
sed
m4
git
+ tar
gawk
make
shellcheck