Skip to content
Snippets Groups Projects
  1. Sep 21, 2021
  2. Apr 18, 2021
    • Julian Lengelsen's avatar
      Fix ownership issue in bash install script · 79948297
      Julian Lengelsen authored
      
      When using tar with sudo the extracted files will retain the ownership
      of the files in the archive. When using the bash install script the flux
      binary is owned by user ID 1001 and group docker after installation.
      
      This commit fixes the ownership by appending the -o option to the tar
      command which will extract files with the correct ownership, namely user
      root and group root.
      
      Signed-off-by: default avatarJulian Lengelsen <julian.lengelsen@th-koeln.de>
      79948297
  3. Jan 15, 2021
    • Hidde Beydals's avatar
      Configure `project_name` for GoReleaser · c7080d28
      Hidde Beydals authored
      
      This causes the format of the checksum file generated during the release
      to change from `flux2_*_checksums.txt` to `flux_*_checksums.txt`.
      
      The configuration change is made through `project_name` and not via the
      `checksum.name_template` setting, because a single checksum file is
      generated during the release process.
      
      The download and/or installation script in `install/flux.sh` has been
      adapted to assume the new filename starting with MINOR version `0.6.0`.
      
      Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
      c7080d28
  4. Nov 27, 2020
  5. Oct 29, 2020
  6. Sep 04, 2020
  7. Sep 01, 2020
  8. Aug 20, 2020
  9. Jun 19, 2020
  10. Apr 30, 2020
Loading