add fast_sums and publish_cds variables to debian/CONF.sh

fix comment typo in CONF.sh
This commit is contained in:
Philip Hands 2002-05-06 11:38:53 +00:00
parent 71f060e868
commit 2d2c8a7db9
2 changed files with 13 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export DEFSRCSIZE=635
# them locally
#export FASTSUMS=1
# a couple of things used by publish_cds, so it can twaek the jigdo files,
# a couple of things used by publish_cds, so it can tweak the jigdo files,
# and knows where to put the results
export PUBLISH_URL="http://cdimage.debian.org/jigdo-area"
export PUBLISH_PATH="/home/jigdo-area/"

12
debian/CONF.sh vendored
View File

@ -19,6 +19,9 @@ unset NOSUGGESTS
unset DOJIGDO
unset JIGDOCMD
unset JIGDOTEMPLATEURL
unset FASTSUMS
unset PUBLISH_URL
unset PUBLISH_PATH
# The debian-cd dir
@ -152,3 +155,12 @@ export ISOLINUX=1
# in the .jigdo files, which you can edit easily if you want.
# No trailing slash.
#export JIGDOTEMPLATEURL="http://this-guy-didnt-configure-debiancd-correctly.com/debian-cd/templates/3.0BETA/%ARCH%"
# If set, use the md5sums from the main archive, rather than calculating
# them locally
#export FASTSUMS=1
# a couple of things used by publish_cds, so it can tweak the jigdo files,
# and knows where to put the results
export PUBLISH_URL="http://cdimage.debian.org/jigdo-area"
export PUBLISH_PATH="/home/jigdo-area/"