Author: miguel Date: 2005-03-31 15:05:08 -0500 (Thu, 31 Mar 2005) New Revision: 42443
Added: trunk/release/packaging/bscripts/ trunk/release/packaging/conf/hosts trunk/release/packaging/cstatus/ trunk/release/packaging/defs/ trunk/release/packaging/defs/libgdiplus trunk/release/packaging/defs/mono-1.1 trunk/release/packaging/multi-build Log: Add new files Added: trunk/release/packaging/conf/hosts =================================================================== --- trunk/release/packaging/conf/hosts 2005-03-31 19:20:29 UTC (rev 42442) +++ trunk/release/packaging/conf/hosts 2005-03-31 20:05:08 UTC (rev 42443) @@ -0,0 +1,4 @@ +2 [EMAIL PROTECTED] +2 [EMAIL PROTECTED] +1 [EMAIL PROTECTED] + Added: trunk/release/packaging/defs/libgdiplus =================================================================== --- trunk/release/packaging/defs/libgdiplus 2005-03-31 19:20:29 UTC (rev 42442) +++ trunk/release/packaging/defs/libgdiplus 2005-03-31 20:05:08 UTC (rev 42443) @@ -0,0 +1,13 @@ +# +# Build Buddy Package: mono-1.1 +# +nld-9-x86_64 +fedora-3-i386 +sles-9-x86_64 +redhat-9-i386 +sles-9-i586 +rhel-3-i386 +suse-90-i586 +rhel-4-i386 +suse-91-i586 +suse-92-i586 Added: trunk/release/packaging/defs/mono-1.1 =================================================================== --- trunk/release/packaging/defs/mono-1.1 2005-03-31 19:20:29 UTC (rev 42442) +++ trunk/release/packaging/defs/mono-1.1 2005-03-31 20:05:08 UTC (rev 42443) @@ -0,0 +1,14 @@ +# +# Build Buddy Package: mono-1.1 +# +nld-9-x86_64 +fedora-3-i386 +sles-8-i386 +sles-9-x86_64 +redhat-9-i386 +sles-9-i586 +rhel-3-i386 +suse-90-i586 +rhel-4-i386 +suse-91-i586 +suse-92-i586 Added: trunk/release/packaging/multi-build =================================================================== --- trunk/release/packaging/multi-build 2005-03-31 19:20:29 UTC (rev 42442) +++ trunk/release/packaging/multi-build 2005-03-31 20:05:08 UTC (rev 42443) @@ -0,0 +1,18 @@ +#!/bin/sh + +rm -f bscripts/* +for i in $*; do + for def in `cat defs/$i | grep -v '^#'`; do + . conf/$def + echo sh build $def $i >> bscripts/$target_host + if echo $hosts | grep -v $target_host > /dev/null; then + hosts="$hosts $target_host"; + fi + done +done +echo Hosts to run on: +count=0 +for i in `echo $hosts`; do + mv bscripts/$i bscripts/$count + count=$[$count+1] +done \ No newline at end of file _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
