Skip to content
Snippets Groups Projects
  1. Dec 14, 2023
  2. Dec 04, 2023
  3. Dec 01, 2023
  4. Nov 08, 2023
  5. Nov 07, 2023
  6. Oct 20, 2023
  7. Oct 12, 2023
  8. Sep 15, 2023
  9. Sep 10, 2023
    • Matthias Schiffer's avatar
      contrib: Dockerfile: install libnss-unknown · c8bbef80
      Matthias Schiffer authored
      While Podman automatically populates /etc/passwd and /etc/group with
      matching entries for the mapped host user, such a feature is missing
      from Docker. Install libnss-unknown, which will return passwd entries of
      the form "uid-1000" for all unknown UIDs, to avoid warnings and other
      weird behaviour that may occur when running as an unnamed user.
      
      `-o` must be passed to useradd now to allow non-unique user entries, as
      with libnss-unknown, every UID is considered occupied.
      Unverified
      c8bbef80
    • Matthias Schiffer's avatar
      contrib: Dockerfile: use UID/GID 100 for gluon user · 4ada0c4e
      Matthias Schiffer authored
      To make the container behave the same regardless of the UIDs used
      outside of the container, choose a UID that is unlikely to be used by
      the user mounting their build directory the container. 100 should not
      conflict with common defaults on Linux (min UID 1000) or MacOS X
      (min UID 500). Conveniently, there is already a group "users" at GID
      100, so creating a new group can be avoided.
      Unverified
      4ada0c4e
    • Magnus Frühling's avatar
      contrib: Dockerfile: actually create gluon user directory · 9f904754
      Magnus Frühling authored
      Initialize the /gluon volume with the contents of /etc/skel.
      
      [Matthias Schiffer: extend commit message]
      Unverified
      9f904754
    • Matthias Schiffer's avatar
      contrib: depdot: use processed package info · 57a95b08
      Matthias Schiffer authored
      Instead of poorly parsing Makefiles using grep, use OpenWrt's processed
      package info files. This fixes handling of DEPENDS fields spanning
      multiple lines and adds support for source packages building multiple
      binary packages.
      
      Closes #2814
      Unverified
      57a95b08
  10. Aug 21, 2023
  11. Aug 09, 2023
  12. Apr 02, 2023
  13. Jan 20, 2023
  14. Jan 15, 2023
  15. Jan 10, 2023
  16. Jan 03, 2023
  17. Dec 18, 2022
  18. Nov 07, 2022
  19. Aug 30, 2022
  20. Jun 22, 2022
  21. May 28, 2022
  22. May 27, 2022
  23. May 21, 2022
  24. Mar 23, 2022
  25. Jan 23, 2022
  26. Jan 03, 2022
  27. Dec 21, 2021
    • Martin Weinelt's avatar
      Add helper to run a containerized build environment (#2292) · 6728c4a1
      Martin Weinelt authored
      Using `make container` or, if you don't have automake/gmake on your host
      system, `./scripts/container.sh` will build an image for the current
      branch your are on and drop you into a shell running inside a container
      using that image.
      
      From there all tooling required to work on Gluon is available.
      
      Supports both podman (preferred) and docker.
      Unverified
      6728c4a1
  28. Sep 19, 2021
  29. Sep 06, 2021
  30. Aug 11, 2021
  31. Aug 10, 2021
Loading