Skip to content
Snippets Groups Projects
  1. Feb 05, 2010
  2. Feb 04, 2010
  3. Jan 29, 2010
  4. Jan 25, 2010
    • Mike Hibler's avatar
      Minor fixes for snmpit_remote: · d7240cc5
      Mike Hibler authored
      Add missing argument to RecordVlanInsertion().
      
      Don't return 1 from RemoteDoList() on error.  The caller is expecting a list
      and not any sort of error.  Instead, on error we tbdie() which is what other
      backend modules do on errors.
      d7240cc5
  5. Jan 23, 2010
  6. Dec 29, 2009
  7. Dec 28, 2009
  8. Dec 23, 2009
    • Robert Ricci's avatar
      Bugfix: tell getopt not to ingore case · ab749191
      Robert Ricci authored
      ab749191
    • Leigh B. Stoller's avatar
      A couple of changes that attempt to cut short the waiting when · 28ac96a5
      Leigh B. Stoller authored
      a node has failed.
      
      * In the main wait loop, I check the eventstate for the node, for
        TBFAILED or PXEFAILED. Neither of these should happen after the
        reboot, so it makes sense to quit waiting if they do.
      
      * I added an event handler to libosload, specifically to watch for
        nodes entering RELOADSETUP or RELOADING, after the reboot. Because
        of the race with reboot, this was best done with a handler instead
        of polling the DB state like case #1 above. The idea is that a node
        should hit one of these two states within a fairly short time (I
        currently have it set to 5 minutes). If not, something is wrong and
        the loop bails on that node. ÊWhat happens after is subject to the
        normal waiting times.
      
      I believe that these two tests will catch a lot of cases where osload
      is waiting on something that will never finish.
      28ac96a5
    • Robert Ricci's avatar
      Add a -T option that lets you test on a branch other than master · d26eab09
      Robert Ricci authored
      Fix a problem with the -h flag - I was forgetting to exit()
      d26eab09
    • Robert Ricci's avatar
      Add an option for 'extra' command line args to be passed to 'git show' · 1c8d87dd
      Robert Ricci authored
      so that I can add '-p' (show patch) to my public repository.
      
      Also, fixed up an existing config option that had a character
      illegal for 'git config' (underscores are not allowed).
      1c8d87dd
    • Ryan Jackson's avatar
      Fixes for git-cvspush and modified cvsexportcommit · efded17a
      Ryan Jackson authored
      Make git-diff-tree generate more context (8 lines).
      
      Also, keep track of the last commit successfully pushed to CVS and start
      there when doing a cvspush if the local repo is up to date.  This should
      prevent duplicate commits and allow new commits to be pushed before the
      central Git repo is updated from CVS.
      efded17a
    • Leigh B. Stoller's avatar
      Minor fix to previous commit. · f9f745ec
      Leigh B. Stoller authored
      f9f745ec
  9. Dec 22, 2009
Loading