dslinux bulkbuild.sh

stsp stsp at user.in-berlin.de
Thu Oct 5 13:52:04 CEST 2006


Update of /cvsroot/dslinux/dslinux
In directory antilope:/tmp/cvs-serv7701

Modified Files:
	bulkbuild.sh 
Log Message:
<pepsiman> bulkbuild should only update the configs if someone is going
to check and commit before the next build
<stsp> I am not checking on bulkbuild
<stsp> I just let it run from cron every night on a box at uni
<pepsiman> yes, so it's not set up right for you to use
<stsp> but I made it for this purpose :(
<pepsiman> but I want to update the configs with it
<pepsiman> so we need a switch


Index: bulkbuild.sh
===================================================================
RCS file: /cvsroot/dslinux/dslinux/bulkbuild.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- bulkbuild.sh	29 Aug 2006 13:53:57 -0000	1.9
+++ bulkbuild.sh	5 Oct 2006 11:52:01 -0000	1.10
@@ -8,6 +8,13 @@
 
 set -e
 
+if [ "$1" = "-u" ]
+then
+	update_config="CONFIG_DEFAULTS_VENDOR_UPDATE=y"
+else
+	update_config="# CONFIG_DEFAULTS_VENDOR_UPDATE is not set"
+fi
+
 mktopconfig() {
 	cat > .config <<EOF
 CONFIG_DEFAULTS_NINTENDO=y
@@ -18,7 +25,7 @@
 CONFIG_DEFAULTS_OVERRIDE=y
 # CONFIG_DEFAULTS_KERNEL is not set
 # CONFIG_DEFAULTS_VENDOR is not set
-CONFIG_DEFAULTS_VENDOR_UPDATE=y
+$update_config
 CONFIG_VENDOR=Nintendo
 CONFIG_PRODUCT=$1
 CONFIG_LINUXDIR=linux-2.6.x




More information about the dslinux-commit mailing list