From c1f240407ab16bb5cd4544424209a8cea9b5947a Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 9 Jun 2017 10:24:58 +1000 Subject: [PATCH] fetch_trees: remove the user xattr that wget helpfully adds to files this is not supported by tmpfs and so when I use rsync to copy these files to my build machine it generated errors. --- fetch_trees | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch_trees b/fetch_trees index b165bbf..d163bba 100755 --- a/fetch_trees +++ b/fetch_trees @@ -85,6 +85,7 @@ fetch_quilt() } comm -23 .series.old .series.next | xargs -r rm -f rm -f .series.old .series.next + setfattr -x user.xdg.origin.url * >/dev/null 2>&1 ) } -- 2.39.2