From: Stephen Rothwell Date: Fri, 9 Jun 2017 00:24:58 +0000 (+1000) Subject: fetch_trees: remove the user xattr that wget helpfully adds to files X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=c1f240407ab16bb5cd4544424209a8cea9b5947a;p=next-scripts 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. --- 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 ) }