1. 05 Oct, 2022 5 commits
  2. 04 Oct, 2022 5 commits
  3. 30 Sep, 2022 4 commits
    • Ophélie Gagnard's avatar
      Update shebangs to python3. · 1dc2b5dd
      Ophélie Gagnard authored
      1dc2b5dd
    • Alain Takoudjou's avatar
    • Xiaowu Zhang's avatar
      Add re6stnet in slapos testing · a2af2c8c
      Xiaowu Zhang authored
      See merge request !1266
      a2af2c8c
    • Jérome Perrin's avatar
      glib: configure with `$PYTHON` as python · 4c89be22
      Jérome Perrin authored
      This take another approach at c5cd4e06 (component/glib: set --with-python
      to generate scripts with slapos python, 2022-09-20) because this python
      might exceed the limit of shebang lines, that change was bad because it
      brought back the problem that we fixed in 6acdc8ca (glib: put the expected
      python in $PATH, 2019-12-18)
      
      Now that component/defaults.cfg set the ${python:location}/bin in $PATH,
      we can assume that python is always in $PATH. The problem with python3
      software is that python3 does not install a "python" binary, only python3,
      so we can use the $PYTHON environment variable which will be set to
      python2 or python3 and that in both cases this will be a valid python
      interpreter.
      
      This re-applies 7581b668 (component/glib: remove bad file bin/gtester-report
      after compilation, 2020-08-07) because with this approach that script's
      shebang is just #!python3
      4c89be22
  4. 29 Sep, 2022 8 commits
  5. 28 Sep, 2022 3 commits
    • zhifan huang's avatar
      slapos-testing: add re6stnet tests · a131b63a
      zhifan huang authored
      use unshare to create new user-root namesapce to have the perrmission to
      create network device, use mount to update files information of network
      device in /sys(nemu)
      test use iptables to manage route condition, miniupnpd to manage upnp,
      brctl(nemu) to create bridge, so add them in component.
      
      add openvpn, add babel, modify ovpn-client/server
      
      due to outdated pypi version, nemu don't include need moudle in
      setup.py, so add them in buildout
      a131b63a
    • zhifan huang's avatar
      component: add bridge-utils · 684e8505
      zhifan huang authored
      684e8505
    • zhifan huang's avatar
      component: add miniupnpd · b307350c
      zhifan huang authored
      b307350c
  6. 27 Sep, 2022 1 commit
  7. 23 Sep, 2022 2 commits
  8. 22 Sep, 2022 6 commits
  9. 21 Sep, 2022 6 commits