Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
devtools32
aba
archlinuxewe
fix-proc-mount-in-lxc
i486
master
pentium4
upstreamMaster
Archlinux32 fork of devtools
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
makechrootpkg
Age
Commit message (
Expand
)
Author
2009-03-09
makechrootpkg: Don't fail if no chroot namcap
Aaron Griffin
2009-03-09
makechrootpkg: Don't mount-bind srcdest/pkgdest
Aaron Griffin
2009-02-26
makechrootpkg: Check for files before copying
Aaron Griffin
2009-02-26
makechrootpkg: Allow setting rw layer dir name
Aaron Griffin
2009-02-25
Check mkarchroot's return code
Aaron Griffin
2009-02-24
makechrootpkg: Use --noconfirm when updating
Aaron Griffin
2009-02-24
makechrootpkg: Add -d to add to local repo
Aaron Griffin
2009-02-24
makechrootpkg: Remove $CHROOT_SHELL env var
Aaron Griffin
2009-02-23
Change makechrootpkg -i arg to -I
Aaron Griffin
2009-02-23
Add 'update first' flag and fix help
Aaron Griffin
2009-01-31
makechrootpkg - understand makepkg source syntax
Allan McRae
2008-04-21
Allow makechrootpkg to install package files in the chroot
Aaron Griffin
2008-04-21
makechrootpkg: Always attempt to move pkg/src
Aaron Griffin
2008-04-14
Copy ChangeLog into chroot too.
Travis Willard
2008-04-14
Temporary workaround for unionfs issues
Aaron Griffin
2008-03-17
Set $HOME before dropping permissions
Aaron Griffin
2008-02-07
Correcting an error in e0f139ad0e2b4144c39fa4431d174f453eb0ca52
0.5.1
Simo Leone
2008-02-06
Change unionfs module loading
0.5
Simo Leone
2008-01-29
Add -r to the default makepkg args
Aaron Griffin
2008-01-23
Minor pathing cleanups
Aaron Griffin
2008-01-23
Check for existing files when copying to chroot
Aaron Griffin
2008-01-23
Remove "use sudo" from default makechrootpkg makepkg args
Aaron Griffin
2008-01-23
Don't clear build dir upon completion
Aaron Griffin
2008-01-23
Fix getopts bug and be more specific when moving package file.
Travis Willard
2008-01-23
Copy makepkg.conf and ~/.makepkg.conf into chroot.
Travis Willard
2008-01-23
Added support for makepkg's PKGDEST and SRCDEST params.
Travis Willard
2008-01-23
Renamed -c option to -r (for "root") and added -c option (for clean).
Travis Willard
2007-11-28
Whitespace fixes/cleanup to all of the scripts
Dan McGee
2007-11-28
Allow user to see invalid chrootpath in error message
Dan McGee
2007-11-28
Fix some bashisms (but change #! to /bin/bash)
Dan McGee
2007-11-27
makechrootpkg: clarify usage message
Armin Luntzer
2007-11-27
makechrootpkg: Check if build was successful. Copy package to cwd and cleanup...
Armin Luntzer
2007-11-27
Clarify message when PKGBUILD does not exist and always have help available
Dan McGee
2007-11-04
Make sure that build is owned by nobody, so that it can write to the directory
Jason Chu
2007-11-04
Pass $MAKEPKG_ARGS as separate parameters to makepkg instead of one big string
Jason Chu
2007-11-04
Call mkarchroot not ./mkarchroot so that we can use makechrootpkg from any di...
Jason Chu
2007-11-04
Escape the uniondir directory reference when creating $uniondir/etc/sudoers a...
Jason Chu
2007-11-04
Copy the install file into the build directory because we need that too
Jason Chu
2007-11-04
Accept options to makepkg after a -- so that we can accept longopts for makep...
Jason Chu
2007-11-04
Allow optional params to makechrootpkg (to actually accept extra makepkg args)
Jason Chu
2007-10-29
Trap normal exit for makechrootpkg
Jason Chu
2007-10-21
Added GPL headers
Aaron Griffin
2007-10-07
Allow us to properly drop permissions in the chroot via sudo
Aaron Griffin
2007-10-03
Initial checking of makechrootpkg
Aaron Griffin