index
:
devtools
gitpackages
gitpkgsv2
master
working
Main repo at https://projects.archlinux.org/devtools.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
makechrootpkg.in
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
makechrootpkg: Expose failed build logs/products
bartoszek
1
-1
/
+1
2020-02-27
makechrootpkg: use the chroot database to find checkpkg packages
Eli Schwartz
1
-18
/
+14
2019-12-05
makechrootpkg: sync databases for checkpkg off-site
Levente Polyak
1
-2
/
+13
2019-11-30
makechrootpkg: double quote array expansions for checkpkg locations
Levente Polyak
1
-1
/
+1
2019-11-30
makechrootpkg: sync database for checkpkg to avoid nonexistent targets
Levente Polyak
1
-1
/
+1
2019-11-30
makechrootpkg: check local pkg versions before downloading for checkpkg
Levente Polyak
1
-6
/
+12
2019-11-07
use libmakepkg to find and use variables in makepkg.conf
Eli Schwartz
1
-28
/
+6
2019-09-28
checkpkg: add option to print a warning in case of differences
Levente Polyak
1
-1
/
+1
2019-09-28
checkpkg: add option to avoid keeping the tmp dir
Levente Polyak
1
-1
/
+1
2019-09-28
makechrootpkg: run checkpkg automatically after build
Levente Polyak
1
-1
/
+19
2019-09-12
Revert "makechrootpkg: with -n, check if the package failed to install"
Eli Schwartz
1
-8
/
+1
2019-08-09
makechrootpkg: with -n, check if the package failed to install
Eli Schwartz
1
-1
/
+8
2019-08-09
makechrootpkg: make the -U option work for the first time ever
Eli Schwartz
1
-2
/
+2
2019-08-09
makechrootpkg: also downgrade packages when updating chroots
Eli Schwartz
1
-1
/
+1
2019-08-09
makechrootpkg: when installing with -I, ensure package is installed
Eli Schwartz
1
-1
/
+1
2019-08-09
makechrootpkg: accept arguments useful to verifysource
Eli Schwartz
1
-3
/
+5
2019-08-09
makechrootpkg: fix breakage in makepkg option parsing
Eli Schwartz
1
-2
/
+1
2019-08-09
Escape paths with ":" that are passed to systemd-nspawn --bind
Eli Schwartz
1
-2
/
+2
2019-08-09
makechrootpkg: check truthiness using shell arithmetic
Eli Schwartz
1
-18
/
+19
2019-08-09
Revert "makechrootpkg: Have functions be more function-y."
Eli Schwartz
1
-33
/
+6
2019-08-09
Revert "makechrootpkg: Avoid having code floating around outside of a function."
Eli Schwartz
1
-121
/
+117
2019-08-09
makechrootpkg: load makepkg.conf variables correctly
Eli Schwartz
1
-1
/
+1
2019-06-12
Revert "makechrootpkg: sync_chroot: Make more general."
Eli Schwartz via arch-projects
1
-19
/
+13
2019-03-25
makechrootpkg: keep *DEST, MAKEFLAGS & PACKAGER
Matt Robinson
1
-1
/
+1
2019-01-22
remove empty tree if "--verifysource" failed
Erich Eckner
1
-7
/
+3
2018-05-31
makechrootpkg: whitelist return code 14 from makepkg
Eli Schwartz via arch-projects
1
-0
/
+7
2018-05-16
Do not assume the makechrootpkg user's groupname is the same as the username
20180528
Eli Schwartz
1
-1
/
+1
2018-05-13
makechrootpkg: Do not copy the user keyring into the chroot.
Eli Schwartz
1
-6
/
+1
2018-05-12
makechrootpkg: add /etc/shadow entry for builduser
Evangelos Foutras
1
-1
/
+2
2018-03-24
makechrootpkg: fix verifysource with pacman-git
Eli Schwartz
1
-1
/
+1
2018-03-24
makechrootpkg: respect GNUPGHOME
Emiel Wiedijk
1
-2
/
+3
2018-01-21
makechrootpkg: make sure that makepkg.conf is always parsed as text
Bartłomiej Piotrowski
1
-1
/
+1
2018-01-21
makechrootpkg: Adjust to work properly with `set -e`
Luke Shumaker
1
-1
/
+1
2018-01-21
makechrootpkg: Fix anti-pattern when checking for enabled features
Eli Schwartz
1
-2
/
+2
2018-01-21
makechrootpkg: Fix unconditionally running namcap
Eli Schwartz
1
-1
/
+1
2017-12-27
Revert "makechrootpkg: Reopen console to assign the CTTY"
Evangelos Foutras
1
-3
/
+0
2017-11-22
Support reproducible builds
Eli Schwartz
1
-2
/
+3
2017-10-30
makechrootpkg: Fix function usage comments
Luke Shumaker
1
-1
/
+1
2017-10-30
makechrootpkg: move init_variables() to be part of main()
Luke Shumaker
1
-24
/
+20
2017-09-14
makechrootpkg: Reopen console to assign the CTTY
Jan Alexander Steffens (heftig)
1
-0
/
+3
2017-09-14
makechrootpkg: Prevent collecting coredumps
Jan Alexander Steffens (heftig)
1
-0
/
+4
2017-08-24
makechrootpkg: Also look for -e as --noextract
Jan Alexander Steffens (heftig)
1
-6
/
+6
2017-08-24
makechrootpkg: Prevent removing build dir when --noextract specified
Martchus
1
-7
/
+7
2017-07-13
makechrootpkg: Skip integrity checks inside the chroot
Jan Alexander Steffens (heftig)
1
-1
/
+1
2017-07-13
makechrootpkg: Use long args for makepkg
Jan Alexander Steffens (heftig)
1
-2
/
+2
2017-07-13
makechrootpkg: Move makepkg-as-root check to main()
Jan Alexander Steffens (heftig)
1
-8
/
+8
2017-07-05
makechrootpkg: Fix broken symlinks because of chroot SRCPKGDEST /srcpkgdest
Luke Shumaker
1
-0
/
+5
2017-07-05
Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto
Luke Shumaker
1
-0
/
+1
2017-07-05
Quote strings that shellcheck warns about.
Luke Shumaker
1
-3
/
+3
2017-07-05
Make purely stylistic changes to make shellcheck happier.
Luke Shumaker
1
-7
/
+9
[next]