1. 28 Jun, 2018 22 commits
  2. 27 Jun, 2018 1 commit
  3. 22 Jun, 2018 8 commits
  4. 21 Jun, 2018 1 commit
  5. 13 Jun, 2018 3 commits
  6. 08 Jun, 2018 1 commit
    • Łukasz Nowak's avatar
      deploy-test: "Backport" commit "PyPI is changing" · e8fb6323
      Łukasz Nowak authored
      Extended KVM SR does not have this hosts in allowed, and we need to stick
      with it.
      
      For reference in case if some existing Python distribution does not install,
      it was detected with "git diff 8deeab.. -- stack/slapos.cfg"
      e8fb6323
  7. 07 Jun, 2018 2 commits
  8. 06 Jun, 2018 2 commits
    • Tristan Cavelier's avatar
      fixup! slaprunner: Support resilience on computers with more them 100 partitions · b8be3950
      Tristan Cavelier authored
      The regexp was matching "slappart10" in `/path/to/slappart10/software.cfg`,
      was also matching "slappart10" in `/path/to/aaslappart10aa/software.cfg`
      and was not matching "slappart1" in `/path/to/slappart1/software.cfg`
      or "slappart1000" in `/path/to/slappart1000/software.cfg`.
      
      The fix allows to match "slappartX" in `/path/to/slappartX/software.cfg`
      where X can be between 0 to infinite. Also, it protects from matching
      "slappartX" in `/path/to/aaaslappartXaaa/software.cfg`.
      b8be3950
    • Julien Muchembled's avatar
      build-rina: also test on latest Debian release · e419ece6
      Julien Muchembled authored
      Now that the test suite passes again for Jessie, let's try Stretch.
      e419ece6