On Mon, Sep 27, 2010 at 09:32:01PM +0930, Karl Goetz wrote: >On Mon, 27 Sep 2010 12:00:05 +0000 >[email protected] (Debian Bug Tracking System) wrote: > >> Thank you for filing a new Bug report with Debian. >> >> This is an automatically generated reply to let you know your message >> has been received. > >Then here are my other two patches. >kk > >-- >Karl Goetz, (Kamping_Kaiser / VK5FOSS) >Debian contributor / gNewSense Maintainer >http://www.kgoetz.id.au >No, I won't join your social networking group
>=== modified file 'build.sh' >--- build.sh 2010-05-27 13:33:26 +0000 >+++ build.sh 2010-07-30 13:16:00 +0000 >@@ -13,8 +13,8 @@ > export COMPLETE=1 > fi > >-if [ $# -gt 1 ] ; then >- echo "ERROR: too many arguments." >&2 >+if [ $1 -ne 1 ] ; then >+ echo "ERROR: Invalid number of arguments." >&2 > exit 1 > elif [ -n "$1" ] ; then > export ARCHES="$1" Hmmmm. What are you trying to do here? $1 isn't the number of arguments!?! >=== modified file 'CONF.sh' >--- CONF.sh 2010-07-09 11:54:19 +0000 >+++ CONF.sh 2010-07-30 13:03:54 +0000 >@@ -181,8 +181,8 @@ > # them too > export MAX_PKG_SIZE=600000000 > >-# uncoment this to make build_all.sh try to build a simple CD image if >-# the proper official CD run does not work >+# Should build_all.sh try to build a simple CD image if the proper official >+# CD run does not work? > ATTEMPT_FALLBACK=yes > > # Set your disk type here. Known types are: >@@ -357,14 +357,14 @@ > # If so we will link to them on the web site. > export OMIT_RELEASE_NOTES=1 > >+# Set this to override the default location >+#export RELEASE_NOTES_LOCATION="http://www.debian.org/releases/$CODENAME" >+ > # Set to 1 to not include the doc/tools directories on CD1 > # Useful to save space and avoids failures if you have a mirror > # without those directories. > #export OMIT_DOC_TOOLS=1 > >-# Set this to override the default location >-#export RELEASE_NOTES_LOCATION="http://www.debian.org/releases/$CODENAME" >- > case "$OFFICIAL" in > "Official") > export OFFICIAL_VAL=2 OK. The change for ATTEMPT_FALLBACK is good, thanks. But why have you moved the RELEASE_NOTES_LOCATION setting? Harmless, but... -- Steve McIntyre, Cambridge, UK. [email protected] "...In the UNIX world, people tend to interpret `non-technical user' as meaning someone who's only ever written one device driver." -- Daniel Pead -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

