diff options
| author | nl6720 <nl6720@gmail.com> | 2024-05-02 10:51:08 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2024-05-09 17:30:03 +0300 |
| commit | e567a2ab268e340be608ac442eb13c54c566fbff (patch) | |
| tree | 7879e2289f0d5cc2139dbb327768b2ffcaabc74a /.gitlab | |
| parent | 969b91f700fab2f8b9c80fbf31cce0f8a1b248e5 (diff) | |
| download | archiso-e567a2ab268e340be608ac442eb13c54c566fbff.tar.gz archiso-e567a2ab268e340be608ac442eb13c54c566fbff.tar.bz2 | |
mkarchiso: do not place the pkglist.x86_64.txt file inside the bootstrap tarball's root.x86_64 directory
Keep it inside the archive, but separate from the `root.x86_64` directory
to avoid polluting it.
Diffstat (limited to '.gitlab')
| -rwxr-xr-x | .gitlab/ci/build_archiso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/build_archiso.sh b/.gitlab/ci/build_archiso.sh index eec8d75..24112b6 100755 --- a/.gitlab/ci/build_archiso.sh +++ b/.gitlab/ci/build_archiso.sh @@ -152,7 +152,7 @@ create_metrics() { "$(du -m -- "${output}/"*.tar*(.gz|.xz|.zst) | cut -f1)" printf 'bootstrap_package_count{image="%s"} %s\n' \ "${profile}" \ - "$(sort -u -- "${tmpdir}/"*/bootstrap/root.*/pkglist.*.txt | wc -l)" + "$(sort -u -- "${tmpdir}/"*/bootstrap/pkglist.*.txt | wc -l)" ;; esac } >"${_metrics}" |
