Skip to content
Snippets Groups Projects
  1. Oct 19, 2023
  2. Jan 30, 2023
  3. Jan 27, 2023
  4. Jan 26, 2023
  5. Jan 25, 2023
  6. Jan 23, 2023
  7. Jan 20, 2023
    • Lucas Magalhães's avatar
      Move module_VERSION definitions to first make call (fix E3-1112) · 556a5d39
      Lucas Magalhães authored
      From e3-require 4.0.0 to 5.0.0 we changed FETCH_BUILD_NUMBER to
      FETCH_REVISION_NUMBER. But the following error happens if you try to
      build e3-adandor, for example:
      
      2023-01-19 13:41:49,129 [  DEBUG  ] e3.utils: stderr: HEAD is now at 6f3a1f4... Merge pull request #44 from sudilav/master
      msi: Can't open file 'ADBase.template'
      input: 'include "ADBase.template"
      ' at line 5 of  file andorApp/Db/andorCCD.template
      
      The root cause is a mixture of two things, a change we made for 5.0.0
      and an old behavior:
      1. We changed when the db expansions happen in
      b226a847c403eba79bc91efee18d225ed2753c7
      2. The variables holding the dependency versions are defined on the
      second make call after defining T_A.
      
      This commit fixes the issue by moving the module_VERISON definitions
      to the first make call. Whit this we restrict the usage of
      FETCH_REVISION_NUMBER to the modules defined as a dependency in
      configure/CONFIG_MODULE.
      556a5d39
  8. Dec 16, 2022
  9. Dec 02, 2022
  10. Nov 30, 2022
  11. Nov 21, 2022
  12. Nov 17, 2022
  13. Nov 11, 2022
  14. Nov 03, 2022
Loading