Skip to content
Snippets Groups Projects
  1. Dec 19, 2023
  2. Dec 14, 2023
  3. Dec 04, 2023
  4. Dec 01, 2023
  5. Nov 08, 2023
  6. Nov 07, 2023
  7. Oct 20, 2023
  8. Oct 12, 2023
  9. Sep 15, 2023
  10. 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.
      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.
      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]
      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
      57a95b08
  11. Aug 21, 2023
  12. Aug 09, 2023
  13. Apr 02, 2023
  14. Jan 20, 2023
  15. Jan 15, 2023
  16. Jan 10, 2023
  17. Jan 03, 2023
  18. Dec 18, 2022
  19. Nov 07, 2022
  20. Aug 30, 2022
  21. Jun 22, 2022
  22. May 28, 2022
    • lemoer's avatar
      push_pkg.sh: use scp protocol for openssh scp (#2479) · c133fbbe
      lemoer authored
      Starting from OpenSSH 9.0p, scp started to use sftp in favor of the
      scp protocol by default. As dropbear in OpenWrt currently does not
      support sftp by default, we now use the fallback cli switch "-O"
      to use the scp protocol for scp.
      c133fbbe
  23. May 27, 2022
  24. May 21, 2022
  25. Mar 23, 2022
  26. Jan 23, 2022
  27. Jan 03, 2022
  28. 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.
      6728c4a1
  29. Sep 19, 2021
  30. Sep 06, 2021
  31. Aug 11, 2021
Loading