srpmproc/pkg
jarod.w d7ed1c7a7f Fix the issue that nothing is ever written to tmpfs location when the
tmpfs is absolute path.

The test case of absolute path is below:
[root@rockylinux86 ~]# srpmproc --version 8 --upstream-prefix file:///root/rocky --storage-addr file:///tmp/srpmproc-cache --source-rpm sed --tmpfs-mode /root/rocky/rpms/sed
[root@rockylinux86 ~]# ls /root/rocky/rpms/sed/
r8  r8-beta  r8s

The test case of relative path is below:
[root@rockylinux86 ~]# pwd
/root
[root@rockylinux86 ~]# srpmproc --version 8 --upstream-prefix file:///root/rocky --storage-addr file:///tmp/srpmproc-cache --source-rpm sed --tmpfs-mode ./rocky/rpms/sed
[root@rockylinux86 ~]# ls /root/rocky/rpms/sed/
r8  r8-beta  r8s

Signed-off-by: jarod.w <wl.jarod@gmail.com>
2022-09-11 17:52:36 +08:00
..
blob fix: filesystem based blob storage should not fail when a blob is missing 2021-10-15 22:27:11 +02:00
data Add support for version/release based fetching 2022-05-05 04:25:07 +02:00
directives fix: disabling auto align should always return one space 2022-03-28 19:55:40 +02:00
misc Regex arguments should be escaped 2022-05-10 12:02:37 +02:00
modes Support inconsistent metadata naming and case-insensitive tags 2022-05-09 19:57:43 +02:00
rpmutils Fix NVR regex 2022-05-10 16:32:31 +02:00
srpmproc Fix the issue that nothing is ever written to tmpfs location when the 2022-09-11 17:52:36 +08:00