Skip to content
Snippets Groups Projects
  1. Sep 24, 2012
    • Eric Eide's avatar
      Replace license symbols with {{{ }}}-enclosed license blocks. · 6df609a9
      Eric Eide authored
      This commit is intended to makes the license status of Emulab and
      ProtoGENI source files more clear.  It replaces license symbols like
      "EMULAB-COPYRIGHT" and "GENIPUBLIC-COPYRIGHT" with {{{ }}}-delimited
      blocks that contain actual license statements.
      
      This change was driven by the fact that today, most people acquire and
      track Emulab and ProtoGENI sources via git.
      
      Before the Emulab source code was kept in git, the Flux Research Group
      at the University of Utah would roll distributions by making tar
      files.  As part of that process, the Flux Group would replace the
      license symbols in the source files with actual license statements.
      
      When the Flux Group moved to git, people outside of the group started
      to see the source files with the "unexpanded" symbols.  This meant
      that people acquired source files without actual license statements in
      them.  All the relevant files had Utah *copyright* statements in them,
      but without the expanded *license* statements, the licensing status of
      the source files was unclear.
      
      This commit is intended to clear up that confusion.
      
      Most Utah-copyrighted files in the Emulab source tree are distributed
      under the terms of the Affero GNU General Public License, version 3
      (AGPLv3).
      
      Most Utah-copyrighted files related to ProtoGENI are distributed under
      the terms of the GENI Public License, which is a BSD-like open-source
      license.
      
      Some Utah-copyrighted files in the Emulab source tree are distributed
      under the terms of the GNU Lesser General Public License, version 2.1
      (LGPL).
      6df609a9
  2. Jul 27, 2011
  3. Aug 02, 2007
  4. Apr 26, 2007
  5. Jan 12, 2007
  6. Dec 05, 2006
  7. Dec 01, 2006
  8. Oct 25, 2006
    • Leigh B. Stoller's avatar
      Makefile Whacking! Try to deal with the problem caused by the delay · 7590f9c5
      Leigh B. Stoller authored
      between when something is installed and when post-install runs. Short
      of a global lock (which we probably need anyway someday), my solution
      is this. In your makefiles, add these variables before the line that
      has the include of $(TESTBED_SRCDIR)/GNUmakerules:
      
      	SETUID_BIN_SCRIPTS   =
      	SETUID_SBIN_SCRIPTS  =
      
      I have added three new rules to GNUmakerules that look like this:
      
      	$(addprefix $(SBINDIR)/, $(SETUID_SBIN_SCRIPTS)): $(SBINDIR)/%: %
      		echo "Installing (setuid) $<"
      		-mkdir -p $(INSTALL_SBINDIR)
      		$(SUDO) $(INSTALL) -o root -m 4755 $< $@
      
      Yep, your eyes ain't lying to you; use sudo to run the target so that
      install does the right thing (which is that the old file is not
      replaced until the new one has the proper attributes on it).
      
      Note that post-install is still needed for the initial install, but
      should no longer be needed for day to day installs since all that other
      stuff post-install does is mkdir/chmod on directories.
      7590f9c5
  9. Jul 18, 2006
  10. Jul 17, 2006
  11. May 04, 2006
    • Kirk Webb's avatar
      · 51a91c3f
      Kirk Webb authored
      Add prototypes to make perl 5.8 happy
      51a91c3f
  12. Apr 07, 2006
  13. Mar 29, 2006
  14. Feb 15, 2006
  15. Sep 27, 2005
  16. Sep 11, 2005
  17. Aug 31, 2005
  18. Aug 29, 2005
  19. Aug 08, 2005
  20. Jul 28, 2005
  21. Jul 26, 2005
  22. Jun 30, 2005
  23. Jun 27, 2005
  24. Jun 25, 2005
  25. Jun 24, 2005
  26. Jun 21, 2005
  27. Jun 16, 2005
  28. Jun 15, 2005
    • David Johnson's avatar
      Whoops, get rid of some debug stuff. · ca1fac1b
      David Johnson authored
      ca1fac1b
    • David Johnson's avatar
      This commit adds software reset of the brainstem modules. First, the Moto · 1784c13d
      David Johnson authored
      is reset, then the GP (it seems that the GP acts as the I2C router... so
      moto has to be reset first -- this may not be true, not sure yet).  Reset
      can be toggled in pilot by sending a USR2 to the pilot process.  If reset
      is sent while robot is executing any sort of move, the only way to recover
      is to kill pilot.  Reset can be toggled whenever the robot is not moving
      without consequence (obviously, brainstem state (including wheel odometry)
      is lost).  There is also a separate reset command (brainstem-reset) that
      works independently.  This command is now called in the pilot-wrapper.sh
      script before pilot is (re)started.
      
        * GNUmakefile.in: new target `brainstem-reset'.
      
        * garcia-pilot.cc: not much.
      
        * garciaUtil.cc: the brainstem_reset function.
      
        * garciaUtil.hh: prototypes...
      
        * pilot-wrapper.sh: call brainstem-reset (NOTE: this always fails the
          first time, and I'm not sure why.  It always succeeds subsequently...
          so it makes no difference at the moment).
      
        * brainstem-reset.cc: new command to reset the brainstem modules.
      1784c13d
  29. Jun 13, 2005
Loading