From 0f867a3dfd535bca768ecfff7440820edc855a48 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 20 Mar 2016 16:08:57 -0400 Subject: [PATCH] catalyst-auto: use automatic GITDIR for ppc/ppc64/sparc64 --- tools/catalyst-auto-ppc.conf | 2 -- tools/catalyst-auto-ppc64.conf | 2 -- tools/catalyst-auto-sparc64.conf | 2 -- 3 files changed, 6 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 79387a18..44ecae7f 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.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/ppc/ppc32 SPECS="stage1.spec stage2.spec stage3.spec" diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf index ff78a0c4..b726e7e0 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.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/ppc/ppc64 SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec" diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 92e47733..4d56b0f0 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -1,8 +1,6 @@ # This is the config file for the catalyst-auto script. It should be pretty # self-explanatory. -GITDIR=/root/releng/ - SPECS_DIR=${GITDIR}/releases/weekly/specs/sparc/sparc64 SETS="default multilib"