1. 19 Mar, 2024 1 commit
  2. 18 Mar, 2024 1 commit
  3. 15 Feb, 2024 1 commit
  4. 21 Feb, 2022 1 commit
  5. 12 Jan, 2022 1 commit
  6. 29 Dec, 2021 2 commits
  7. 06 Dec, 2021 1 commit
  8. 02 Dec, 2021 1 commit
  9. 30 Nov, 2021 2 commits
  10. 23 Sep, 2021 10 commits
  11. 17 Aug, 2021 1 commit
    • Jérome Perrin's avatar
      test: fix tests on python2 · 9c0113de
      Jérome Perrin authored
      1dc49d3e (tests: ignore CryptographyDeprecationWarning on python2, 2021-08-13)
      was wrong, because this warning includes the path of the software, which
      also has a md5sum hash, so the normalization has to be done before the
      md5sum normalization, otherwise this consumes an md5sum and they become
      off by one, with errors like:
      
          Expected:
              package: shared at /shared/package/<MD5SUM:0>
              Uninstalling package.
              Installing package.
              package: Checking whether package is installed at shared path: /shared/package/<MD5SUM:0>
              package: [ENV] FOO = bar
              package: Command 'set -e;./configure --prefix=/shared/package/<MD5SUM:0>"' returned non-zero exit status 127.
              package: Compilation error. The package is left as is at /shared/package/<MD5SUM:0>__compile__ where you can inspect what went wrong.
              A shell script slapos.recipe.build.env.sh has been generated. You can source it in your shell to reproduce build environment.
              /bin/sh: 1: ./configure: not found
              While:
                Installing package.
              Error: System error
          Got:
              package: shared at /shared/package/<MD5SUM:1>
              Uninstalling package.
              Installing package.
              package: Checking whether package is installed at shared path: /shared/package/<MD5SUM:1>
              package: [ENV] FOO = bar
              package: Command 'set -e;./configure --prefix=/shared/package/<MD5SUM:1>"' returned non-zero exit status 127.
              package: Compilation error. The package is left as is at /shared/package/<MD5SUM:1>__compile__ where you can inspect what went wrong.
              A shell script slapos.recipe.build.env.sh has been generated. You can source it in your shell to reproduce build environment.
              <BLANKLINE>
              /bin/sh: 1: ./configure: not found
              While:
                Installing package.
              Error: System error
              <BLANKLINE>
      9c0113de
  12. 13 Aug, 2021 2 commits
  13. 26 Feb, 2021 2 commits
  14. 08 May, 2020 1 commit
  15. 04 May, 2020 1 commit
    • Dmitry Blinov's avatar
      propagate strip_top_level_dir option to slapos.recipe.build:downloadunpacked · f672573a
      Dmitry Blinov authored
      Don't force strip_top_level_dir option to be false when calling for slapos.recipe.build:downloadunpacked - let the user decide.
      
      Effectively adds strip_top_level_dir option to the script which allows for shorter and more consistent paths.
      Also it can help mitigating the variability of path length between archives downloaded for branch, commit hash and release.
      f672573a
  16. 01 May, 2020 1 commit
    • Jérome Perrin's avatar
      tests: cover slapos usage · 2563fc98
      Jérome Perrin authored
      Add some doctests to describe the use cases of shared parts with slapos,
      including the need for our `${:_profile_base_location_}` buildout patch
      and the need to save signature files.
      2563fc98
  17. 26 Apr, 2020 1 commit
  18. 23 Apr, 2020 4 commits
  19. 22 Apr, 2020 5 commits
  20. 15 Apr, 2020 1 commit