1. 24 Oct, 2011 7 commits
  2. 21 Oct, 2011 16 commits
  3. 20 Oct, 2011 14 commits
  4. 19 Oct, 2011 3 commits
    • Morris Jette's avatar
      Merge branch 'slurm-2.3' · d69f985d
      Morris Jette authored
      d69f985d
    • Morris Jette's avatar
      Revert 35075c10 · 5f60fc31
      Morris Jette authored
      This reverts https://github.com/hautreux/slurm/commit/35075c10995f4e83d0104662f147cd7b413d25f4
      My version of RPM doesn't seem to understand the "replace"
      parameter for %config, so rpm builds bomb out with
          Invalid %config token: replace
          Invalid %config token: replace
      
      I think the default for %config is to not replace config
      files, so I'm not sure this commit is needed. Since the
      release agents are not really config files, but need to
      be tightly coupled to the release of task/cgroup and
      proctrack/cgroup, I would say the release agents should
      be moved under /usr/libexec/slurm
      
      At the very least, this commit needs to be reverted before slurm-2.3.1
      in order to allow rpms to be built.
      
      Thanks,
      Mark Grondona
      5f60fc31
    • Morris Jette's avatar
      Correct reason for pending job · d1727590
      Morris Jette authored
      Report correct job "Reason" if needed nodes are DOWN, DRAINED, or
      NOT_RESPONDING, "Resources" rather than "PartitionNodeLimit".
      d1727590