From cfbfc87fec8fb7fd2e91020894ce1ee8f81479cf Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 6 Mar 2023 09:32:00 +0100 Subject: [PATCH 1/2] main: use tar for upstream orig archive generation --- main.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 0c3cefa..7b214bc 100644 --- a/main.js +++ b/main.js @@ -183,8 +183,14 @@ async function main() { await exec.exec("docker", [ "exec", container, - "git-deborig", - "HEAD" + "tar", + "--exclude-vcs", + "--exclude=debian", + "--create", + "--gzip", + "--verbose", + `--file=../${pkg}_${version}.orig.tar.gz`, + "." ]) core.endGroup() } From 03d287fc9621f63fc876acd4bce972a29223932f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 6 Mar 2023 09:42:56 +0100 Subject: [PATCH 2/2] workflows: update `at` ref --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0245677..f61aaec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - package: at arch: arm repo: https://salsa.debian.org/debian/at.git - ref: debian/3.1.23-1 + ref: debian/3.2.2-1 lintian_opts: "-v" lintian_run: false - package: lolcat