From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5363413828B for ; Fri, 27 May 2016 20:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E82DD21C012; Fri, 27 May 2016 20:56:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88E8221C012 for ; Fri, 27 May 2016 20:56:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27BB2340943 for ; Fri, 27 May 2016 20:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16FE8964 for ; Fri, 27 May 2016 20:56:27 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1464382555.69b94063ec91bddce79573c5b776c05efece51fd.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: scripts/ X-VCS-Repository: proj/releng X-VCS-Files: scripts/update_auto_tree scripts/update_official_tree scripts/update_snapshot_tree X-VCS-Directories: scripts/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 69b94063ec91bddce79573c5b776c05efece51fd X-VCS-Branch: master Date: Fri, 27 May 2016 20:56:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08167a0f-2f1d-4992-95bb-0e44288a1d75 X-Archives-Hash: bd019e694cfd2cc38e9bbed08c5ac9ea commit: 69b94063ec91bddce79573c5b776c05efece51fd Author: Robin H. Johnson gentoo org> AuthorDate: Fri May 27 20:55:55 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri May 27 20:55:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=69b94063 emerge must use repos.conf now, instead of PORTDIR. Signed-off-by: Robin H. Johnson gentoo.org> scripts/update_auto_tree | 14 +++++++++++++- scripts/update_official_tree | 14 +++++++++++++- scripts/update_snapshot_tree | 14 +++++++++++++- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/scripts/update_auto_tree b/scripts/update_auto_tree index 08909e7..a68d561 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 <