]> oss.titaniummirror.com Git - tinyos-utils.git/log
tinyos-utils.git
11 years agotos-maketags: support for VARIANT and SENSORBOARD master
R. Steve McKown [Wed, 26 Dec 2012 17:18:38 +0000 (10:18 -0700)]
tos-maketags: support for VARIANT and SENSORBOARD

VARIANT and SENSORBOARD variables may be used by a TinyOS application
build for selective compile.

11 years agoAdd maketags utility
R. Steve McKown [Tue, 11 Dec 2012 16:07:49 +0000 (09:07 -0700)]
Add maketags utility

maketags builds a tags file for a compilable TinyOS application

13 years agoTinyOS development is now on google code.
R. Steve McKown [Wed, 3 Nov 2010 16:15:41 +0000 (10:15 -0600)]
TinyOS development is now on google code.

tinyos-2.x-contrib is still in CVS, so this script still has some value.

15 years agoRemove cvsimports git repos. Make verbose output an option. Add additional
R. Steve McKown [Thu, 9 Apr 2009 23:55:38 +0000 (23:55 +0000)]
Remove cvsimports git repos.  Make verbose output an option.  Add additional
output, such as pointing out when tasks are complete.

15 years agoSeveral improvements to tinyos-mirror.sh
R. Steve McKown [Thu, 9 Apr 2009 20:11:30 +0000 (20:11 +0000)]
Several improvements to tinyos-mirror.sh
* Do not run a default operation if no --option flag set
* No longer replicate tinyos-1.x by default.  We don't need it.
* Smarten up rsync so that it only replicates those parts of the remote CVS
  that are relevant to the modules provided on the command line, or the
  default modules.
* Replace occurrences of $CVSBASE/tinyos with $CVSROOT.
* Put rotation of multiple remote CVS (hard-linked) backups into its own
  function so it can in the future be optionally be disabled.
* Make the locks_present work on a per CVS module basis, so one module won't
  be prevented an import because of a lock in a different module.
* Add a .git/description to the repositories, for a description that will show
  up in gitweb.
* Add an env_ok function to test for the existence of the base directories and
  their permissions.

15 years agoUpdate a comment
R. Steve McKown [Thu, 9 Apr 2009 04:56:05 +0000 (04:56 +0000)]
Update a comment

15 years agoAdded some new features to slice up the import from remote CVS via local CVS
R. Steve McKown [Thu, 9 Apr 2009 03:51:13 +0000 (03:51 +0000)]
Added some new features to slice up the import from remote CVS via local CVS
a couple of different ways.  But the real change was preventing rsync from
modifying the permissions of incoming files.  This fixed the problem where
our local git derived via --localcvs had different commit hashes that the
remote git repo at http://hinrg.cs.jhu.edu/git/.  Now, as long as enough
memory is present, the local git and remote git have exactly the same contents
and same commit hashes.

15 years agoImport tinyos-utils, which only contains tinyos-mirror.sh right now
R. Steve McKown [Wed, 8 Apr 2009 23:45:22 +0000 (23:45 +0000)]
Import tinyos-utils, which only contains tinyos-mirror.sh right now