Skip to content

Commit

Permalink
Merge pull request #73 from dawidd6/tar-orig
Browse files Browse the repository at this point in the history
main: use tar for upstream orig archive generation
  • Loading branch information
dawidd6 authored Mar 6, 2023
2 parents 19ce78f + 03d287f commit 4fd2008
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 8 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 4fd2008

Please sign in to comment.