diff options
author | linimon <linimon@FreeBSD.org> | 2010-12-01 10:38:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-12-01 10:38:04 +0800 |
commit | d0aadc88e9b4ede9119ec9e5a0ec894e3ca9aecc (patch) | |
tree | e627bba1acf58adf65e33417e17cec660a300c7a /Tools | |
parent | 75880714ad5278d8c3f6d4260af0d1d15e89e721 (diff) | |
download | freebsd-ports-gnome-d0aadc88e9b4ede9119ec9e5a0ec894e3ca9aecc.tar.gz freebsd-ports-gnome-d0aadc88e9b4ede9119ec9e5a0ec894e3ca9aecc.tar.zst freebsd-ports-gnome-d0aadc88e9b4ede9119ec9e5a0ec894e3ca9aecc.zip |
Refactor some variables that need to be in sync between the server-side
and client-side definitions into common.conf.
While here, slide the 7-stable release to 7.3. This was driving me
crazy while trying to debug the INDEX and duds problems.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/conf/client.conf | 5 | ||||
-rw-r--r-- | Tools/portbuild/conf/server.conf | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/Tools/portbuild/conf/client.conf b/Tools/portbuild/conf/client.conf index 76839be5ae89..ddd6e7e6433a 100644 --- a/Tools/portbuild/conf/client.conf +++ b/Tools/portbuild/conf/client.conf @@ -19,14 +19,9 @@ CLIENT_UPLOAD_HOST=pointyhat.FreeBSD.org # items that will most likely be common to all package build masters # -ARCHS_REQUIRING_AOUT_COMPAT="i386" -ARCHS_REQUIRING_LINPROCFS="amd64 i386" - CLIENT_DISTDIR=/tmp/distfiles -CLIENT_LOCALBASE=/usr/local # XXX renaming this from PACKAGES CLIENT_PACKAGES_LOCATION=/tmp/packages -CLIENT_PKGSUFFIX=.tbz CLIENT_SRCBASE=/usr/src CLIENT_WRKDIRPREFIX=/work diff --git a/Tools/portbuild/conf/server.conf b/Tools/portbuild/conf/server.conf index b82222c9782f..0fe9f966a590 100644 --- a/Tools/portbuild/conf/server.conf +++ b/Tools/portbuild/conf/server.conf @@ -20,10 +20,12 @@ SUPPORTED_ARCHS="amd64 i386 ia64 powerpc sparc64" SRC_BRANCHES="6 7 8 9" SRC_BRANCHES_PATTERN="^[0-9]*" SRC_BRANCH_6_TAG=RELENG_6_4 -SRC_BRANCH_7_TAG=RELENG_7_1 +SRC_BRANCH_7_TAG=RELENG_7_3 SRC_BRANCH_8_TAG=RELENG_8_0 SRC_BRANCH_9_TAG=. +DEFAULT_LINUX_OSRELEASE="2.6.16" + # # directory management definitions # |