X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tools%2Frelease%2Ftinyos.files;h=4b2819dd7646841e2e89b07dc725b8ea08fcd55d;hb=12fffcd2bf51d36eb57be2b847b20960bfa1af42;hp=a0e003df06140f333cd2fd396794bbb955ed377f;hpb=1cd2402e9cef3b66418ac2924dcd4fecd5fdf92c;p=tinyos-2.x.git diff --git a/tools/release/tinyos.files b/tools/release/tinyos.files index a0e003df..4b2819dd 100644 --- a/tools/release/tinyos.files +++ b/tools/release/tinyos.files @@ -1,16 +1,22 @@ NAME=tinyos -VERSION=2.0.1 +VERSION=2.1.0 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|TestMultihopLqi|TestOscilloscopeLQI|TestPowerManager|TestPowerup|TestPrintf|TestRadioPM|TestScheduler|TestSerialBandwidth|TestSharedResource|TestSimTimers|TestSleep|TestTimerSync|TestTreeRouting|TestTrickleTimer) +!^./tinyos.sh +!^./tos.mk +!^./debian +!^./(patch|configure|build|install)-stamp +!^./apps/tests/(eyesIFX|mica2|msp430|rf230|mts300|telosb) +!^./apps/tests/(RadioStress|TestAlarm|TestAM|TestAMOnOff|TestAMService|TestBroadcast|TestCollection|TestLocalTime|TestMultihopLqi|TestOscilloscopeLQI|TestPowerManager|TestPowerup|TestPrintf|TestRadioPM|TestScheduler|TestSerialBandwidth|TestSharedResource|TestSimTimers|TestSleep|TestTimerSync|TestTreeRouting|TestTrickleTimer|TestTymo) !^/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 !^./tests +!^./tools !^./tos/chips/Atmega128 !^./tos/chips/cc2420_pm !^./tos/chips/cc1000_pm @@ -18,11 +24,18 @@ tools/release/extractor $NAME-$VERSION <<'EOF' | gzip >../$NAME-$VERSION.tar.gz !^./tos/lib/ByteRadio !^./tos/lib/deluge !^./tos/lib/net/collection +!^./tos/lib/net/zigbee +!^./tos/lib/net/tymo !^./tos/lib/oski !^./tos/platforms/btnode3 !/.cvsignore !/CVS/ !/CVS$ +!/.svn/ +!/.svn$ +!^./.git +!^./.gitignore +!^./.gbp.conf !~$ !/build/ !/build$ @@ -37,6 +50,8 @@ tools/release/extractor $NAME-$VERSION <<'EOF' | gzip >../$NAME-$VERSION.tar.gz ./tests/cc2420/LplBroadcastCountToLeds/RadioCountMsg.class ./tests/cc2420/RssiToSerial/SpecAnalyzer.class ./tests/cc2420/RssiToSerial/RssiSerialMsg.class +./tests/TestSerial/TestSerialMsg.class +./tests/TestSerial/TestSerial.class ./RadioCountToLeds/RadioCountMsg.class EOF rm -rf $NAME-$VERSION