[Tinyos-2-commits] CVS: tinyos-2.x/tools/release build-rpms,
1.1.2.10, 1.1.2.11
Phil Levis
scipio at users.sourceforge.net
Mon Nov 6 00:13:36 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tools/release
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1307
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
build-rpms
Log Message:
No tools.
Index: build-rpms
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/release/build-rpms,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -d -r1.1.2.10 -r1.1.2.11
*** build-rpms 5 Nov 2006 20:12:06 -0000 1.1.2.10
--- build-rpms 6 Nov 2006 08:13:34 -0000 1.1.2.11
***************
*** 1,7 ****
## NOTE: This is for MY rpm setup. Don't expect it to work for you...
# For linux, change to /usr/src/redhat
# For my cygwin: /cygdrive/c/rpmsrc
! RPMS=/usr/src/rpm
TINYOS_VERSION=2.0.0
TINYOS_TOOLS_VERSION=1.2.3
--- 1,8 ----
+ #!/bin/bash
## NOTE: This is for MY rpm setup. Don't expect it to work for you...
# For linux, change to /usr/src/redhat
# For my cygwin: /cygdrive/c/rpmsrc
! RPMS=/usr/src/redhat
TINYOS_VERSION=2.0.0
TINYOS_TOOLS_VERSION=1.2.3
***************
*** 10,14 ****
#rm ../../../*.tar.gz
sh tinyos.files
! sh tinyos-tools.files
#sh contrib/contrib.files
#sh vm/vm.files
--- 11,15 ----
#rm ../../../*.tar.gz
sh tinyos.files
! #sh tinyos-tools.files
#sh contrib/contrib.files
#sh vm/vm.files
***************
*** 26,30 ****
cd $HERE/../../..
cp tinyos-$TINYOS_VERSION.tar.gz $RPMS/SOURCES
! cp tinyos-tools-$TINYOS_TOOLS_VERSION.tar.gz $RPMS/SOURCES
#cp tinyos-vm-$VM_VERSION.tar.gz $RPMS/SOURCES
#cp tinyos-contrib-$CONTRIB_VERSION.tar.gz $RPMS/SOURCES
--- 27,31 ----
cd $HERE/../../..
cp tinyos-$TINYOS_VERSION.tar.gz $RPMS/SOURCES
! #cp tinyos-tools-$TINYOS_TOOLS_VERSION.tar.gz $RPMS/SOURCES
#cp tinyos-vm-$VM_VERSION.tar.gz $RPMS/SOURCES
#cp tinyos-contrib-$CONTRIB_VERSION.tar.gz $RPMS/SOURCES
***************
*** 34,38 ****
cd $RPMS
rpmbuild -bb $HERE/tinyos.spec
! rpmbuild -bb $HERE/tinyos-tools.spec
#rpmbuild -bb $HERE/task-tinydb/task-tinydb.spec
#rpmbuild -bb $HERE/contrib/contrib.spec
--- 35,39 ----
cd $RPMS
rpmbuild -bb $HERE/tinyos.spec
! #rpmbuild -bb $HERE/tinyos-tools.spec
#rpmbuild -bb $HERE/task-tinydb/task-tinydb.spec
#rpmbuild -bb $HERE/contrib/contrib.spec
More information about the Tinyos-2-commits
mailing list