Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/AladW/aurutils. Pull mirroring updated .
  1. Dec 03, 2020
  2. Nov 26, 2020
  3. Nov 25, 2020
  4. Nov 20, 2020
  5. Nov 11, 2020
  6. Nov 10, 2020
  7. Nov 09, 2020
  8. Nov 08, 2020
  9. Nov 07, 2020
  10. Nov 06, 2020
    • Alad Wenter's avatar
      Merge pull request #781 from AladW/chroot-etc · 5b4b12df
      Alad Wenter authored
      aur-chroot: add --create
      Unverified
      5b4b12df
    • Alad Wenter's avatar
      aur-chroot: add --create · 7ddb8c8d
      Alad Wenter authored
      * Add --create which solely runs mkarchroot (and creation of parent
        directories). Compared to --update, this allows the user to specify
        the installed package(s) (groups) directly on the command-line
      
      * If no packages are specified after --create, default to base-devel or
        multilib-devel depending if the pacman configuration (--pacman-conf)
        has a [multilib] section. This is done with pacini (instead of pacconf)
        due to devtools not supporting Include directives.
      
      * When running --update, add a directory check and reminder to run
        aur-chroot --create.
      
      * Add wait $! after pacman-conf to preserve the exit status.
      
      * Let --packagelist read the makepkg.conf inside the container
        (depending on its directory), rather than a fixed path to makepkg.conf
        on the host.
      7ddb8c8d
    • Alad Wenter's avatar
      aur-build: default to /etc/aurutils/pacman-<db>.conf · 85028c59
      Alad Wenter authored
      This does not require users to write files to /usr/share and allows to
      have several pacman.conf files with --chroot (per repository) without
      requiring --pacman-conf.
      85028c59
  11. Nov 02, 2020
Loading