diff --git a/scripts/update_auto_tree b/scripts/update_auto_tree index 08909e72..a68d561d 100755 --- a/scripts/update_auto_tree +++ b/scripts/update_auto_tree @@ -1,2 +1,14 @@ #!/bin/bash -PORTDIR="/release/trees/portage-auto/" FEATURES="$FEATURES -news" emerge --sync -q +PORTDIR="/release/trees/portage-auto/" +TMPREPO=$(mktemp) +trap "rm -f $TMPREPO" EXIT +cat >$f <$f <$f <