]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Adjust build scripts. rc_6_tinyos_2_1_1 release_tinyos_2_1_1_3 tinyos/2.1.1
authorscipio <scipio>
Fri, 26 Feb 2010 22:09:17 +0000 (22:09 +0000)
committerscipio <scipio>
Fri, 26 Feb 2010 22:09:17 +0000 (22:09 +0000)
tools/release/build-rpms
tools/release/tinyos-tools.spec
tools/release/tinyos.spec

index 57c1ec41bc614a9a34917ef485dccbd91fe1ecb9..1cdb2c292eda7da96397ae4119200b67c1d42754 100755 (executable)
@@ -6,19 +6,19 @@ TOS_NAME="tinyos"
 TOS_VERSION=2.1.1
 
 TOS_TOOLS_NAME="tinyos-tools"
-TOS_TOOLS_VERSION=1.3.1
+TOS_TOOLS_VERSION=1.4.0
 
 TOS_DEPUTY_NAME="tinyos-deputy"
 TOS_DEPUTY_VERSION=1.1-1
 
 echo "*** Building tarballs"
-sh tinyos.files $TOS_NAME $TOS_VERSION $RPMS/SOURCES/$TOS_NAME-$TOS_VERSION.tar.gz
-sh tinyos-tools.files $TOS_TOOLS_NAME $TOS_TOOLS_VERSION $RPMS/SOURCES/$TOS_TOOLS_NAME-$TOS_TOOLS_VERSION.tar.gz
-sh deputy.files
+bash tinyos.files $TOS_NAME $TOS_VERSION $RPMS/SOURCES/$TOS_NAME-$TOS_VERSION.tar.gz
+bash tinyos-tools.files $TOS_TOOLS_NAME $TOS_TOOLS_VERSION $RPMS/SOURCES/$TOS_TOOLS_NAME-$TOS_TOOLS_VERSION.tar.gz
+#sh deputy.files
 
 echo "*** Creating rpms"
 rpmbuild -bb tinyos.spec
 rpmbuild -bb tinyos-tools.spec
-rpmbuild -bb deputy.spec
+#rpmbuild -bb deputy.spec
 
 
index 4b89b2656dd1fa4c448a42747c373951ca6faf3a..0fe0968f79a017c967b753babf98545847c21525 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: TinyOS tools 
 Name: tinyos-tools
-Version: 1.3.0
+Version: 1.4.0
 Release: 1%{dist}
 License: Please see source
 Group: Development/System
index b5ee3f6515e9bfacaed1ed51d4eb8c72edeaea4d..ca01f7b49d1d90628028c58d4527a34ddb842434 100644 (file)
@@ -1,7 +1,7 @@
 Summary: An event-based operating environment designed for use with embedded networked sensors.
 Name: tinyos
 BuildArchitectures: noarch
-Version: 2.1.0
+Version: 2.1.1
 Release: 1%{dist}
 License: Please see source
 Packager: TinyOS Group, UC Berkeley
@@ -10,7 +10,7 @@ URL: www.tinyos.net
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-root
 Prefix: /opt
-Requires: tinyos-tools >= 1.3, nesc >= 1.3
+Requires: tinyos-tools >= 1.4, nesc >= 1.3
 
 %description
 TinyOS is an event based operating environment designed for use with