Skip to content
Snippets Groups Projects
  1. Jul 05, 2022
  2. Jun 10, 2022
    • David Runge's avatar
      Fix the absolute path to the latest ISO · f74eb041
      David Runge authored
      scripts/build_in_archiso_vm.sh:
      8d96297d introduced a regression by
      which the filename of the downloaded latest ISO would still contain the
      URL path.
      Populate the iso variable with the temporary directory plus the remote
      filename for the iso instead.
      Verified
      f74eb041
  3. Jun 09, 2022
  4. Apr 13, 2022
  5. Jan 29, 2022
  6. Jul 16, 2021
  7. Jun 30, 2021
    • David Runge's avatar
      Merge branch 'issues/1' · a7fc63cc
      David Runge authored
      * issues/1:
        Add gitlab CI integration
        Add Makefile to check files
        Add gitlab CI to prepare archiso VM
        Add script to build in archiso vm
      Verified
      a7fc63cc
  8. Jun 14, 2021
    • David Runge's avatar
      Add gitlab CI integration · a0933c87
      David Runge authored
      .gitlab-ci.yml:
      Add gitlab CI integration to install requirements for and run `make
      check`.
      Verified
      a0933c87
    • David Runge's avatar
      Add Makefile to check files · 64229523
      David Runge authored
      Makefile:
      Add Makefile with `check` target to lint scripts with shfmt and
      shellcheck and YAML files using yamllint.
      Verified
      64229523
    • David Runge's avatar
      Add gitlab CI to prepare archiso VM · 2e44ab42
      David Runge authored
      prepare_archiso_vm.yml:
      Add gitlab CI file that allows remote inclusion from other gitlab CI
      files and the execution of `scripts/build_in_archiso_vm.sh`.
      It implements the basic `.build` target, which can be extended upon.
      By default all required packages (e.g. git and qemu-headless) are
      installed to clone the repository and execute the script.
      Verified
      2e44ab42
  9. Jun 12, 2021
  10. May 29, 2021
    • David Runge's avatar
      Add initial README and LICENSE · bf62f1c8
      David Runge authored
      LICENSE:
      Add LICENSE file (GPL-3-or-later).
      
      README.rst:
      Add initial README explaining what the repository is used for and under
      what licensing terms it is distributed.
      Verified
      bf62f1c8
Loading