Skip to content
Snippets Groups Projects
  1. Aug 24, 2022
    • Romain Bouvier's avatar
      Do not run useless distcheck in CI · 240ea1b1
      Romain Bouvier authored
      - Since dbfc8c88, distcheck is run even
        when there is only a commit in po/
      - This is because "extends" merges hashes, but not array, so the
        ".make" rules are overriden by the "distcheck" rule
      - Use !reference to force the usage of ".make" rules in distcheck (and
        this avoid duplicating the "if" everywhere)
      240ea1b1
  2. Apr 07, 2022
  3. Oct 13, 2021
  4. Sep 16, 2021
  5. Sep 06, 2021
  6. Jul 05, 2021
    • Romain Bouvier's avatar
      Try to build higher version available tag · 47ac3506
      Romain Bouvier authored
      - If 4.17.x is available, pick this one
      - If 4.16.x is the higher (on component without 4.17 yet), pick it
      - "grep" the component name to remove any "xfce-" release tags
      - Enhance MR!49
      47ac3506
  7. Mar 10, 2021
    • Simon Steinbeiss's avatar
      xfce-build: Always pick the latest stable release · 54119a26
      Simon Steinbeiss authored
      Alternatively we could also pick the latest overall release, but the
      downside would be that the container could jump back and forth between
      4.17 dev and 4.16 maintenance releases.
      git describe --tags `git rev-list --tags --max-count=1` --match "$NAME*"
      54119a26
  8. Jan 19, 2021
  9. Dec 15, 2020
  10. Dec 13, 2020
  11. Dec 09, 2020
  12. Dec 08, 2020
    • O H's avatar
      use strict CFLAGS to catch common mistakes in ci pipeline · b7e6c14a
      O H authored and Romain Bouvier's avatar Romain Bouvier committed
      
      A number of common coding errors are missed by the compiler.
      They turn up only after release once packages are build with full CFLAGS.
      
      Adjust the gitlab CI to catch such errors:
      
      -Wall enables a number of diagnostics
      
      -Wno-deprecated-declarations will hide a bogus warning.
      As long as an API exists it can be used. Noone beside a curious developer
      will actually take the time to do research and look for the replacment.
      In the wild this warning is just noise in the build log.
      
      -Werror=implicit-function-declaration will point out missing includes.
      In case such errors are not fixed, the resulting code will assume int
      for function arguments and function return values.
      
      -Werror=return-type will point out incorrect return values. The caller
      will most likely receive just garbage.
      
      Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
      b7e6c14a
  13. Jun 24, 2020
  14. May 26, 2020
  15. May 14, 2020
  16. May 12, 2020
  17. May 11, 2020
  18. May 10, 2020
Loading