This project is mirrored from https://github.com/AladW/aurutils.
Pull mirroring updated .
- 01 Dec, 2018 1 commit
-
-
- 26 Mar, 2018 7 commits
-
-
-
Alad Wenter authored
Avoid conflicts when a configuration file is used.
-
rafasc authored
Specifying a relative directory will trigger a regression under some circumstances. $ GIT_DIR=spotify/.git GIT_WORK_TREE=spotify git reset HEAD fatal: couldn't read spotify/.git/packed-refs: Not a directory $ GIT_DIR=$PWD/spotify/.git GIT_WORK_TREE=$PWD/spotify git reset HEAD workaround for AladW/aurutils#332
-
Alad Wenter authored
Avoid "Stopping at filesystem boundary" issues with different file systems.
-
Alad Wenter authored
Remove gpg --verbose, makepkg -L
-
Alad Wenter authored
-
Alad Wenter authored
-
- 08 Mar, 2017 9 commits
-
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
For compability with repose
-
Alad Wenter authored
This commit only works with repo-add
-
Alad Wenter authored
-
Alad Wenter authored
Fixes #219
-
Alad Wenter authored
-
Morten Linderud authored
Signed-off-by:
Morten Linderud <morten@linderud.pw>
-
- 07 Mar, 2017 15 commits
-
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
Avoid duplicate CacheDir entries in the chroot's pacman.conf
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
Use own implementation with mktemp/mv -b
-
Alad Wenter authored
repo-add rotates the db to a temporary directory before signing it, avoiding "file exists" prompts from gpg (this could be avoided with --yes, but this may have other implications)
-
Alad Wenter authored
-
Alad Wenter authored
Requires use of global variable for now
-
- 06 Mar, 2017 8 commits
-
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
-
Alad Wenter authored
Avoid issues from host IgnorePkg
-
Alad Wenter authored
We already know which packages to add, and if a package is rebuilt with same pkgver then a new entry must be added
-
Alad Wenter authored
-
Alad Wenter authored
The regex would break if pkgver contains special characters.
-
Alad Wenter authored
-