1. 15 Jul, 2022 3 commits
    • Ophélie Gagnard's avatar
      obs/generic/: Generate the debian files automatically from templates. · e02580f4
      Ophélie Gagnard authored
      templates/: Split into compilation templates and distribution files templates.
      
      distribution-specifics/:
      - Remove mca, lunzip and fluent-bit files: they should be generated the same way.
      - Add examples files.
      
      build-scripts/:
      - Add some variables.
      - Add a script for the distribution files.
      
      Makefile:
      - Add a stage for distribution files.
      - Add a build target: no distrib files generation, no obs.
      
      Warning: General targets tested with lunzip. Reversibility with clean_* untested.
      e02580f4
    • Ophélie Gagnard's avatar
      obs/generic/: Support bin/buildout backup. Tweak some variables. · 7392abad
      Ophélie Gagnard authored
      build-scripts/:
      - Backup bin/buildout and restore it so that it is not "rebootstraped" when sent to OBS.
      - Change some variable names, add a sed regex.
      7392abad
    • Ophélie Gagnard's avatar
      obs/generic: Initial commit. · e697eb57
      Ophélie Gagnard authored
      This provides a tool to help package a software from buildout using OBS.
      e697eb57
  2. 08 Jul, 2022 2 commits
  3. 06 Jul, 2022 3 commits
  4. 16 Jun, 2022 2 commits
  5. 02 Jun, 2022 2 commits
  6. 24 May, 2022 1 commit
  7. 15 May, 2022 1 commit
  8. 13 May, 2022 1 commit
  9. 07 May, 2022 2 commits
    • Julien Muchembled's avatar
      re6st: fix build on OS with Python 3 · 02d6e441
      Julien Muchembled authored
      For CentOS_8 & CentOS_8_Stream, I give up:
      - nothing provides python, python2, python3 or /usr/bin/python
        (actually, there's a python2 package on CentOS_8_Stream, but only to ship
        a /usr/bin/python2 that tells the user not to use Python 2... wtf ?)
      - by default, there exists /usr/libexec/platform-python and it's functional
        but the build of openssl requires any of python{,2,3} in PATH, which means
        that a probable solution is to:
        - conditionally depend on 'python' only `%if 0%{?centos_ver} != 8`
        - change Makefile.in to add a symlink to /usr/libexec/platform-python
          in a temporary directory that we add to $PATH during the build
      - ... but it's probably fine to use packages for CentOS_7
      02d6e441
    • Julien Muchembled's avatar
      re6st: fix build on old OS · eedbe098
      Julien Muchembled authored
      eedbe098
  10. 05 May, 2022 1 commit
  11. 03 May, 2022 2 commits
  12. 22 Apr, 2022 1 commit
  13. 13 Apr, 2022 1 commit
  14. 15 Mar, 2022 3 commits
  15. 09 Mar, 2022 1 commit
  16. 04 Mar, 2022 1 commit
  17. 24 Feb, 2022 1 commit
  18. 16 Feb, 2022 1 commit
  19. 11 Feb, 2022 1 commit
  20. 07 Feb, 2022 2 commits
    • Levin Zimmermann's avatar
      playbook: Fix sensor installation for Debian 11 · 7c5a2eff
      Levin Zimmermann authored
      Previously it only worked with Debian 10. This commit reflects the
      removal of the apt package 'python-pip' in Debian 11 and the change
      of the i2c bus number.
      7c5a2eff
    • Levin Zimmermann's avatar
      playbook: Fix firewall settings for olimex sensor · 90ea4d1c
      Levin Zimmermann authored
      There were still two issues which are solved with this commit:
      
      1. Previously the firewall prevented the installation of Fluentd
         (because no connection via http/https was possible).
      
      2. Previously the sensor couldn't send data to the IoT gateway (
         the opened port wasn't sufficient).
      90ea4d1c
  21. 11 Jan, 2022 8 commits