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 65EF859CA3 for ; Wed, 16 Mar 2016 21:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887D1E0817; Wed, 16 Mar 2016 21:28:30 +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 36329E0817 for ; Wed, 16 Mar 2016 21:28:29 +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 0C2A4340B30 for ; Wed, 16 Mar 2016 21:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9213D847 for ; Wed, 16 Mar 2016 21:28:25 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1458163696.8b1a77084225efe6ce090cea51b09832725d6984.vapier@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-hppa.conf tools/catalyst-auto-ia64.conf X-VCS-Directories: tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8b1a77084225efe6ce090cea51b09832725d6984 X-VCS-Branch: master Date: Wed, 16 Mar 2016 21:28:25 +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: 78261aa9-e463-4ccb-ac91-31bab2657c6d X-Archives-Hash: 260f50b0c4d335ad366579fb4b92d602 commit: 8b1a77084225efe6ce090cea51b09832725d6984 Author: Mike Frysinger gentoo org> AuthorDate: Wed Mar 16 21:28:16 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Mar 16 21:28:16 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8b1a7708 catalyst-auto: use automatic GITDIR for hppa/ia64 tools/catalyst-auto-hppa.conf | 2 -- tools/catalyst-auto-ia64.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 6f606a3..17bab7a 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -1,8 +1,6 @@ # This is the config file for the catalyst-auto script. It should be pretty # self-explanatory. -GITDIR=/home/armin76/releng - SPECS_DIR=${GITDIR}/releases/weekly/specs/hppa SETS="hppa1_1 hppa2_0 hppa_livecd hppa_netboot" diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index a094f48..684c60c 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -1,8 +1,6 @@ # This is the config file for the catalyst-auto script. It should be pretty # self-explanatory. -GITDIR=/home/armin76/releng - SPECS_DIR=${GITDIR}/releases/weekly/specs/ia64 SPECS="stage1.spec stage2.spec stage3.spec"