#1431 Hardlink or copy scratch builds always
Merged 3 years ago by hlin. Opened 3 years ago by hlin.
hlin/pungi RHELCMP-1566  into  master

file modified
+4
@@ -97,6 +97,10 @@ 

          if src == dst:

              return

  

+         # Always hardlink or copy scratch builds

+         if "/work/tasks/" in src:

+             self._link_file(src, dst, "hardlink-or-copy")

+ 

          old_src = src

          if relative:

              src = relative_path(src, dst)

JIRA: RHELCMP-1566
Signed-off-by: Haibo Lin hlin@redhat.com

rebased onto 9920aa7

3 years ago

Looks good to me. :thumbsup:

Pull-Request has been merged by hlin

3 years ago