1. 17 Apr, 2023 27 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