This project is mirrored from https://github.com/AladW/aurutils.
Pull mirroring updated .
- Oct 24, 2020
-
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
- Sep 19, 2020
-
-
Alad Wenter authored
amend 6365e14f
-
- Aug 20, 2020
-
-
Alad Wenter authored
Fixes #735
-
- Aug 15, 2020
-
- Aug 13, 2020
-
-
Alad Wenter authored
This ensures that all built packages were moved to the local repository before moving them. In particular, if an error occurs before the move, the built package is not lost.
-
Alad Wenter authored
This was done after some concern that PKGDEST may be used by other programs (in particular, build systems) besides makepkg. However, the variable is defined in makepkg(8) as being possible part of the environment, and the custom makepkg.conf parser has broken before (i.e. a newline was missing in the last concatenated makepkg.conf file). As this problematic mostly arised due to yaourt exporting every variable in makepkg.conf (BUILDDIR included), restore the original behavior. See also: https://wiki.archlinux.org/index.php?title=Talk:AUR_helpers&oldid=590741#Drop_%22Clean_Build%22_Column
-
Alad Wenter authored
The [multilib] assumption is only valid on x86_64 systems. (Issue #722)
-
Alad Wenter authored
One-line variant of linking build files: xargs -a "$tmp"/queue -d'\n' realpath -z | xargs -0 ln -t "$tmp_view" -s --
-
Alad Wenter authored
--log was added as workaround when makepkg output went "missing" while using paralell. Since we no longer use parallel (and --log apparently stacks the logs, potentially resulting in dozens of log files), remove the option again.
-
The aur-jobs wrapper does little more than remove the citation nagging, which was since removed by upstream packager[1], thus we can retire aur-jobs. [1]:https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/parallel&id=e2abd3a81e6848bc18993ed878ba45ec4f39ef9d
-
See #582. This commit also adds the `-j`/`--jobs` flag for the upper bound of makepkg jobs. Co-Authored-By:
rafasc <rafa.almas@gmail.com>
-
Alad Wenter authored
Fixes #732
-
- Nov 07, 2019
- Oct 26, 2019
-
-
Removed in pacman. https://git.archlinux.org/pacman.git/commit/?id=9adb0d5b37df7ca668e23877e85431dabeea005e Fixes #547
-
- Mar 17, 2019
-
-
-
-
`aur sync` will use $PAGER if `vifm` is not avaiable, falling back to `less -K` if $PAGER is unset. `aur sync` uses the exit code from this invocation to decide if the build process should continue or should be aborted. This is a important part of the process as continuing implies the user reviewed and agreed to run the PKGBUILD. While vifm and the current default (less -K) allows exiting with error by using :cq or ^C respectively, if the user has $PAGER set to something that doesn't wait for user input and provide a way to exit with error, or has LESS=F which causes `less` to exit successfully if the output fits in one page, aur sync will proceed without explicitly consent from the user. Let's override the -F option on our default fallback making sure it always paginate, and prompt for confirmation whenever a custom $PAGER is set in order to always have explicit consent from the user and a way to abort if desired. Fixes #530
-
- Feb 21, 2019
-
-
Rafael Ascensão authored
-
- Feb 20, 2019
-
-
James Alad Bork authored
-
James Alad Bork authored
#455
-
James Alad Bork authored
#217
-
James Alad Bork authored
-
James Alad Bork authored
-
James Alad Bork authored
+sort alphabetically
-
James Alad Bork authored
#350
-
James Alad Bork authored
Closes #437
-
James Alad Bork authored
Closes #437
-
James Alad Bork authored
Closes #507
-
James Alad Bork authored
Closes #438
-
- Feb 19, 2019
-
-
James Alad Bork authored
-
- Feb 18, 2019
-
-
James Alad Bork authored
-
James Alad Bork authored
-
James Alad Bork authored
-
James Alad Bork authored
-
James Alad Bork authored
-