1. 17 Apr, 2023 2 commits
  2. 14 Apr, 2023 3 commits
    • Joanne Hugé's avatar
      ors-amarisoft: remove confusing 4G terminology · 76045cfa
      Joanne Hugé authored
      * Rename mme software type to core-network since mme is a 4G terminology
      * Rename template-lte-XXX to template-XXX since lte is a 4G terminology
      76045cfa
    • Joanne Hugé's avatar
      ors-amarisoft: remove cluster software types · 82e347c4
      Joanne Hugé authored
      * Remove gnb-epc and enb-epc software types and merge mme and epc together
      82e347c4
    • Jérome Perrin's avatar
      metabase: fix restoring backups · 8218f34a
      Jérome Perrin authored
      In practice, the restoration was always failing with errors like:
      
        pg_restore: [archiver (db)] could not execute query: ERROR: schema "???" already exists
      
      because the database was first initialized, but the usual restore
      scenario is:
       - instance is populated with initial data
       - data is replaced by restoring the data
      
      this also change the timeout to 5 seconds, 30 is too much
      8218f34a
  3. 08 Apr, 2023 1 commit
  4. 07 Apr, 2023 1 commit
  5. 06 Apr, 2023 3 commits
  6. 31 Mar, 2023 4 commits
  7. 30 Mar, 2023 1 commit
    • Thomas Gambier's avatar
      component/perl: fix post-make-hook · de04ac26
      Thomas Gambier authored
      we always had the following warning:
      
      INFO WARNING - several libperl.a found, taking only the first one: /srv/slapgrid/slappart71/srv/runner/shared/perl/aa50bea02bee72b0d400aaaa07ffd490/lib/5.28.1/x86_64-linux-thread-multi/CORE/libperl.a
      INFO /srv/slapgrid/slappart71/srv/runner/shared/perl/aa50bea02bee72b0d400aaaa07ffd490/.build/perl-5.28.1/libperl.a
      INFO Created symlink "libs-c" to lib/5.28.1/x86_64-linux-thread-multi/CORE
      
      Depending on the order of the list, the link could point to broken
      ".build" path.
      de04ac26
  8. 29 Mar, 2023 1 commit
    • Thomas Gambier's avatar
      component/zlib: add -fPIC flag to compile on newest Fedora · 9d85d630
      Thomas Gambier authored
      Fedora 36 and 37 were failing with following message:
      
      cc -shared -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_LARGEFILE64_SOURCE=1 -o libz.so.1.2.12 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo  -lc -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes
      /usr/bin/ld: /tmp/ccrAYWgY.ltrans0.ltrans.o: warning: relocation against `zcfree' in read-only section `.text'
      /usr/bin/ld: /tmp/ccrAYWgY.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol `_length_code' can not be used when making a shared object; recompile with -fPIC
      /usr/bin/ld: final link failed: bad value
      collect2: error: ld returned 1 exit status
      9d85d630
  9. 27 Mar, 2023 1 commit
  10. 26 Mar, 2023 1 commit
  11. 24 Mar, 2023 1 commit
  12. 22 Mar, 2023 3 commits
  13. 21 Mar, 2023 1 commit
  14. 20 Mar, 2023 6 commits
  15. 16 Mar, 2023 1 commit
  16. 14 Mar, 2023 2 commits
  17. 13 Mar, 2023 1 commit
  18. 10 Mar, 2023 1 commit
  19. 09 Mar, 2023 4 commits
  20. 08 Mar, 2023 2 commits