]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/release/build-rpms
We don't want README.mkd in the tree right now, though.
[tinyos-2.x.git] / tools / release / build-rpms
index e3a45aabb8d3392d7bbba845faec29529b7bf861..097a96205a41593c1dea0a1a28b93de9148823da 100755 (executable)
@@ -4,10 +4,10 @@
 # For linux, change to /usr/src/redhat
 # For my cygwin: /cygdrive/c/rpmsrc
 if [ -z $RPMS ]; then #test to see if RPMS is overridden by the environment
-               RPMS=/usr/src/redhat
+               RPMS=/usr/src/rpm
 fi             
-TINYOS_VERSION=2.0.2
-TINYOS_TOOLS_VERSION=1.2.4
+TINYOS_VERSION=2.1.0
+TINYOS_TOOLS_VERSION=1.3.0
 
 echo "*** Building tarballs"
 #rm ../../../*.tar.gz
@@ -36,7 +36,7 @@ cp tinyos-tools-$TINYOS_TOOLS_VERSION.tar.gz $RPMS/SOURCES
 echo "*** Creating rpms"
 cd $RPMS
 rpmbuild -bb $HERE/tinyos.spec
-#rpmbuild -bb $HERE/tinyos-tools.spec
+rpmbuild -bb $HERE/tinyos-tools.spec
 #rpmbuild -bb $HERE/task-tinydb/task-tinydb.spec
 #rpmbuild -bb $HERE/contrib/contrib.spec
 #rpmbuild -bb $HERE/vm/vm.spec