summaryrefslogtreecommitdiff
path: root/makedist.in
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2000-08-11 11:10:25 +0000
committerBruce Guenter <bruce@untroubled.org>2000-08-11 11:10:25 +0000
commite11b9203bf2b7fb2ae57e6f91d3e72349b700fd8 (patch)
treefd2bf9066bdc7b48ae662da787532d5f71a62cd9 /makedist.in
parent294e5aa230f8e6557574c4e6417c5435c738822c (diff)
1.00RC3 release checkin.
Diffstat (limited to 'makedist.in')
-rw-r--r--makedist.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/makedist.in b/makedist.in
index f3e4c53..be4c01a 100644
--- a/makedist.in
+++ b/makedist.in
@@ -9,9 +9,11 @@ LISTSUB=nullmailer-subscribe@lists.em.ca
# Set MAKERPM to non-empty if the tarball is to be built into a RPM.
MAKERPM=true
+NOARCH=
# Set DOCS to the list of files that should go into the "docs" directory
# in the destination site.
+DOCS=
# Set EXTRAS to a list of any other extra files that should go into the
# base directory in the destination site.
@@ -20,17 +22,12 @@ EXTRAS="ChangeLog HOWTO NEWS README TODO YEAR2000"
# Set EXTRAS_VER to a list of any other extra files that should go into
# the version-numbered directory in the destination site.
EXTRAS_VER="ANNOUNCEMENT"
+EXTRAS_DIST=
VERSION_BASE=archive
-# Set HOSTNAME to the name of the host to which to connect via ssh
-HOSTNAME=em.ca
-
-# Set USERNAME to the name to log in as
-USERNAME=bruceg
-
-# Set PKGDIR to the directory to change into before delivering the files
-PKGDIR=www/nullmailer
+WEBSITE=em.ca
+WEBDIR=www/nullmailer
# Set RPMUPLOAD to a list of additional "hostname/path" destinations to
# which to upload the source and binary RPMs.