Skip to content
Snippets Groups Projects
  1. Aug 24, 2021
  2. Aug 15, 2021
  3. Jul 31, 2021
    • David Runge's avatar
      Merge branch 'issues/47' · 0f3a83ab
      David Runge authored
      * issues/47:
        gitlab-ci: Call renamed check target
        Makefile: Remove mkinitcpio-archiso specific targets
        README.rst: Remove initcpio, fix formatting
        Remove mkinitcpio-archiso files
      0f3a83ab
    • David Runge's avatar
      gitlab-ci: Call renamed check target · e5891016
      David Runge authored
      .gitlab-ci.yml:
      Change the called make target in the gitlab CI check target to `check` (it has been renamed from `lint`).
      e5891016
    • David Runge's avatar
      Makefile: Remove mkinitcpio-archiso specific targets · 874166ec
      David Runge authored
      Makefile:
      Remove all code specific to mkinitcpio-archiso.
      Allow overriding PREFIX (defaults to /usr/local).
      Gather scripts to check more generically.
      Add abstractions for installation directories.
      874166ec
    • David Runge's avatar
      README.rst: Remove initcpio, fix formatting · 571ea810
      David Runge authored
      README.rst:
      Remove note on installing the initcpio scripts as they now reside in a separate project.
      Fix codeblock describing how to boot into the ISO from grub.
      571ea810
    • David Runge's avatar
      Remove mkinitcpio-archiso files · 75d36d21
      David Runge authored
      archiso/initcpio/*:
      Remove mkinitcpio-archiso scripts as they have been split out into a separate project.
      
      docs/README.{altbootmethods,bootparams}:
      Remove mkinitcpio-archiso specific documentation.
      75d36d21
  4. Jul 30, 2021
  5. Jul 29, 2021
  6. Jul 27, 2021
  7. Jul 11, 2021
  8. Jul 03, 2021
  9. Jul 02, 2021
  10. Jul 01, 2021
    • David Runge's avatar
      Remove build-host.sh · f48e9cda
      David Runge authored
      .gitlab/ci/build-host.sh:
      Remove script, as it has been replaced by ci-scripts.
      f48e9cda
    • David Runge's avatar
      gitlab-ci: Include from ci-scripts · d56cbd95
      David Runge authored
      .gitlab-ci.yml:
      Include a gitlab CI yaml file from the ci-scripts repository, that replaces the build-host.sh script and abstracts the
      .build target.
      Move all variables to top-level as they are useful in all build targets.
      Remove unnecessary before_script definitions because they are abstracted away by ci-scripts.
      d56cbd95
    • David Runge's avatar
      ci: Provide artifacts in top-level output dir · e0514b1d
      David Runge authored
      .gitlab/ci/build-inside-vm.sh:
      Change the build script to provide the build artifacts and metrics in the top-level output directory.
      This goes in line with the soon to be used ci-scripts, allowing code sharing amongst several projects.
      e0514b1d
    • David Runge's avatar
      Rename build script · a44310b2
      David Runge authored
      .gitlab/ci/build_archiso.sh:
      Rename .gitlab/ci/build-inside-vm.sh to .gitlab/ci/build_archiso.sh.
      
      .gitlab-ci.yml:
      Rename BUILD_SCRIPT to build_archiso.sh.
      a44310b2
  11. Jun 30, 2021
Loading