]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Update build scripts.
authorscipio <scipio>
Thu, 19 Apr 2007 06:26:13 +0000 (06:26 +0000)
committerscipio <scipio>
Thu, 19 Apr 2007 06:26:13 +0000 (06:26 +0000)
tools/release/build-rpms
tools/release/tinyos.files
tools/release/tinyos.spec

index bb4076347b3cde8d80037b703d39dd14e59684ff..9141af546ef44d00319d037225f80f1772a3e45e 100755 (executable)
@@ -4,7 +4,7 @@
 # For linux, change to /usr/src/redhat
 # For my cygwin: /cygdrive/c/rpmsrc
 RPMS=/usr/src/redhat
-TINYOS_VERSION=2.0.0
+TINYOS_VERSION=2.0.1
 TINYOS_TOOLS_VERSION=1.2.3
 
 echo "*** Building tarballs"
index 7ed655f4429588417363c0847fef1118fb301d45..4091aa58c3e3bdacb40f932e929f1a7f4ba1119f 100644 (file)
@@ -1,23 +1,25 @@
 NAME=tinyos
-VERSION=2.0.0
+VERSION=2.0.1
 
 cd ../..
 rm -rf $NAME-$VERSION
 tools/release/extractor $NAME-$VERSION <<'EOF' | gzip >../$NAME-$VERSION.tar.gz
-!^./apps/tests/(eyesIFX|mica2|msp430|RadioStress|TestAlarm|TestAMOnOff|TestAMService|TestBroadcast|TestCollection|TestPowerManager|TestPowerup|TestPrintf|TestRadioPM|TestScheduler|TestSerialBandwidth|TestSleep|TestTimerSync|TestTreeRouting|TestTrickleTimer)
+!^./apps/tests/(eyesIFX|mica2|msp430|RadioStress|TestAlarm|TestAMOnOff|TestAMService|TestBroadcast|TestCollection|TestMultihopLqi|TestOscilloscopeLQI|TestPowerManager|TestPowerup|TestPrintf|TestRadioPM|TestScheduler|TestSerialBandwidth|TestSharedResource|TestSimTimers|TestSleep|TestTimerSync|TestTreeRouting|TestTrickleTimer)
 !^/apps/(BlinkAlarm|BlinkMSP430|BlinkTask|BlinkToRadio|Test|TestADC|TestArbiter|TestCC2420|TestRadio|TestSPI|TestScheduler|TestSchedulerTemp|TestSerial)
 !^./doc
 !^./overall-todo.txt
 !^./support/make/Makelocal
 !^./support/make/btnode3.target
-!^./support/make/telosa.target
-!^./tools
-!^./tos/chips/cc1000_pm
+!^./tests
+!^./tos/chips/Atmega128
 !^./tos/chips/cc2420_pm
+!^./tos/chips/cc1000_pm
+!^./tos/lib/adc
+!^./tos/lib/ByteRadio
 !^./tos/lib/deluge
-!^./tos/lib/printf
+!^./tos/lib/net/collection
+!^./tos/lib/oski
 !^./tos/platforms/btnode3
-!^./tos/sensorboards/mts300
 !/.cvsignore
 !/CVS/
 !/CVS$
@@ -26,6 +28,5 @@ tools/release/extractor $NAME-$VERSION <<'EOF' | gzip >../$NAME-$VERSION.tar.gz
 !/build$
 !#
 !.class$
-!^./tos/platforms/telosa/.platform
 EOF
 rm -rf $NAME-$VERSION
index 5526ad25d963a46c91f03331ed6e36baa79bce7a..3fcb4a6cf56915fb473190151c7b07d7da4fee47 100644 (file)
@@ -1,8 +1,8 @@
 Summary: An event-based operating environment designed for use with embedded networked sensors.
 Name: tinyos
 BuildArchitectures: noarch
-Version: 2.0.0
-Release: 2
+Version: 2.0.1
+Release: 1
 License: Please see source
 Packager: TinyOS Group, UC Berkeley
 Group: Development/System