From 3cef6ba80866e1c5367d86d8f29fb1e87eb96a08 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 13 Sep 2020 23:02:44 -0700 Subject: Export GL_REPOSITORY and GL_PROJECT_PATH in `git archive` call To support bundling Git LFS objects within a `git archive` call, we will need a custom LFS smudge filter that will download the LFS data. To do this, we will need to make an API call request to check the the requested LFS object ID actually belongs to the LFS object network, so we need to export `GL_REPOSITORY` to the environment. `GL_PROJECT_PATH` may be useful for debugging purposes. --- changelogs/unreleased/sh-export-gl-project-git-archive.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/sh-export-gl-project-git-archive.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/sh-export-gl-project-git-archive.yml b/changelogs/unreleased/sh-export-gl-project-git-archive.yml new file mode 100644 index 000000000..1b0999a7a --- /dev/null +++ b/changelogs/unreleased/sh-export-gl-project-git-archive.yml @@ -0,0 +1,5 @@ +--- +title: Export GL_REPOSITORY and GL_PROJECT_PATH in git archive call +merge_request: 2557 +author: +type: changed -- cgit v1.2.3