Skip to content
Snippets Groups Projects
  1. Jul 16, 2021
  2. 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
  3. 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
  4. Jun 12, 2021
  5. 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