Skip to content
Snippets Groups Projects
  1. Oct 29, 2020
  2. Aug 17, 2020
  3. Jul 30, 2020
    • nl6720's avatar
      Move shell script linting into a separate make target · d7fc56e0
      nl6720 authored
      Makefile:
      Move shellcheck to a "lint" target and change "check" so that it runs "lint".
      This provides a more finer grained control and allows to extend "check" with things beyond just linting.
      
      .gitlab-ci.yml:
      Run `make lint` in the lint job.
      d7fc56e0
  4. Jul 29, 2020
    • nl6720's avatar
      Makefile: do not install mkinitcpio hooks by default · e9303ca1
      nl6720 authored
      They are not required in the host system. See #34 .
      e9303ca1
    • David Runge's avatar
      Add license and basic documentation · e264b446
      David Runge authored
      LICENSE:
      Add GPL-3.0 license.
      
      {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}:
      Add SPDX license identifier.
      
      Makefile:
      Add SPDX license identifier.
      Install the `run_archiso.sh` script as global executable `run_archiso`.
      Use -D and -t flags to install to install files more generically (without a previous call to install the directory).
      
      README.rst:
      Add README outlining the project's scope, how to build images from the profiles and how to test.
      
      AUTHORS.rst:
      Add list of all direct contributors to the repository.
      
      CONTRIBUTING.rst:
      Add basic contribution guidelines, explaining the linter and the license in use.
      
      Closes #7
      Closes #3
      e264b446
  5. Jul 17, 2020
    • nl6720's avatar
      Add check target to Makefile · ecd33927
      nl6720 authored
      Makefile:
      Move shellcheck commands from .gitlab-ci.yml.
      
      .gitlab-ci.yml:
      Run `make check`.
      Prevent partial upgrades, i.e. use '-Syu'.
      Prevent reinstalling already installed packages by using pacman's '--needed' option.
      Don't force-download the package database.
      ecd33927
  6. May 31, 2020
  7. Oct 16, 2019
  8. May 01, 2019
  9. Apr 26, 2019
  10. Dec 24, 2018
  11. Aug 22, 2018
  12. Aug 01, 2018
  13. Jul 26, 2018
  14. Jun 24, 2018
  15. Jun 23, 2018
  16. Apr 26, 2018
  17. Nov 01, 2017
  18. Jun 26, 2017
  19. Mar 25, 2017
  20. Feb 21, 2017
  21. Dec 21, 2016
  22. Oct 24, 2016
  23. May 31, 2016
  24. May 15, 2016
  25. Mar 02, 2016
  26. Feb 28, 2016
  27. Sep 28, 2015
  28. Jul 30, 2015
  29. Apr 24, 2015
  30. Nov 01, 2014
  31. Sep 02, 2014
  32. Aug 28, 2014
  33. Jul 26, 2014
  34. May 22, 2014
  35. Feb 01, 2014
  36. Jan 04, 2014
  37. Oct 29, 2013
  38. Sep 28, 2013
  39. Jun 29, 2013
Loading