Add completion files in Linux/MacOS packages

This commit is contained in:
Fabrice Reix 2024-03-11 11:27:31 +01:00 committed by hurl-bot
parent 314987918c
commit 80809262d4
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
4 changed files with 26 additions and 3 deletions

View File

@ -12,9 +12,11 @@ echo "tarball_file=${tarball_file}"
mkdir -p "${package_dir}"
mkdir -p "${package_dir}/bin"
mkdir -p "${package_dir}/completions"
mkdir -p "${package_dir}/man/man1"
cp target/release/{hurl,hurlfmt} "${package_dir}/bin"
cp completions/{_hurl,_hurlfmt,hurl.bash,hurlfmt.bash,hurl.fish,hurlfmt.fish} "${package_dir}/completions"
cp target/man/* "${package_dir}/man/man1"
mkdir -p target/upload

View File

@ -1,5 +1,5 @@
[semver pattern: hurl-x.y.z-aarch64-apple-darwin.tar.gz]
[elements: total 10, dirs 4, files 4, empty-files 0]
[elements: total 17, dirs 5, files 10, empty-files 0]
attr user_group type file
------- ---------- ---- ----
@ -7,6 +7,13 @@ drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/
drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/bin/
-rwxr-xr-x runner/staff file hurl-x.y.z-aarch64-apple-darwin/bin/hurl
-rwxr-xr-x runner/staff file hurl-x.y.z-aarch64-apple-darwin/bin/hurlfmt
drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/completions/
-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/completions/_hurl
-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/completions/_hurlfmt
-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/completions/hurl.bash
-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/completions/hurl.fish
-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/completions/hurlfmt.bash
-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/completions/hurlfmt.fish
drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/man/
drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/man/man1/
-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/man/man1/hurl.1.gz

View File

@ -1,5 +1,5 @@
[semver pattern: hurl-x.y.z-x86_64-apple-darwin.tar.gz]
[elements: total 10, dirs 4, files 4, empty-files 0]
[elements: total 17, dirs 5, files 10, empty-files 0]
attr user_group type file
------- ---------- ---- ----
@ -7,6 +7,13 @@ drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/
drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/bin/
-rwxr-xr-x runner/staff file hurl-x.y.z-x86_64-apple-darwin/bin/hurl
-rwxr-xr-x runner/staff file hurl-x.y.z-x86_64-apple-darwin/bin/hurlfmt
drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/completions/
-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/completions/_hurl
-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/completions/_hurlfmt
-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/completions/hurl.bash
-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/completions/hurl.fish
-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/completions/hurlfmt.bash
-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/completions/hurlfmt.fish
drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/man/
drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/man/man1/
-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/man/man1/hurl.1.gz

View File

@ -1,5 +1,5 @@
[semver pattern: hurl-x.y.z-x86_64-unknown-linux-gnu.tar.gz]
[elements: total 10, dirs 4, files 4, empty-files 0]
[elements: total 17, dirs 5, files 10, empty-files 0]
attr user_group type file
------- ---------- ---- ----
@ -7,6 +7,13 @@ drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/
drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/bin/
-rwxr-xr-x runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/bin/hurl
-rwxr-xr-x runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/bin/hurlfmt
drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/completions/
-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/completions/_hurl
-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/completions/_hurlfmt
-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/completions/hurl.bash
-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/completions/hurl.fish
-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/completions/hurlfmt.bash
-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/completions/hurlfmt.fish
drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/man/
drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/man/man1/
-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/man/man1/hurl.1.gz