summaryrefslogtreecommitdiff
path: root/makechrootpkg
AgeCommit message (Expand)Author
2008-03-17Set $HOME before dropping permissionsAaron Griffin
2008-02-07Correcting an error in e0f139ad0e2b4144c39fa4431d174f453eb0ca520.5.1Simo Leone
2008-02-06Change unionfs module loading0.5Simo Leone
2008-01-29Add -r to the default makepkg argsAaron Griffin
2008-01-23Minor pathing cleanupsAaron Griffin
2008-01-23Check for existing files when copying to chrootAaron Griffin
2008-01-23Remove "use sudo" from default makechrootpkg makepkg argsAaron Griffin
2008-01-23Don't clear build dir upon completionAaron Griffin
2008-01-23Fix getopts bug and be more specific when moving package file.Travis Willard
2008-01-23Copy makepkg.conf and ~/.makepkg.conf into chroot.Travis Willard
2008-01-23Added support for makepkg's PKGDEST and SRCDEST params.Travis Willard
2008-01-23Renamed -c option to -r (for "root") and added -c option (for clean).Travis Willard
2007-11-28Whitespace fixes/cleanup to all of the scriptsDan McGee
2007-11-28Allow user to see invalid chrootpath in error messageDan McGee
2007-11-28Fix some bashisms (but change #! to /bin/bash)Dan McGee
2007-11-27makechrootpkg: clarify usage messageArmin Luntzer
2007-11-27makechrootpkg: Check if build was successful. Copy package to cwd and cleanup...Armin Luntzer
2007-11-27Clarify message when PKGBUILD does not exist and always have help availableDan McGee
2007-11-04Make sure that build is owned by nobody, so that it can write to the directoryJason Chu
2007-11-04Pass $MAKEPKG_ARGS as separate parameters to makepkg instead of one big stringJason Chu
2007-11-04Call mkarchroot not ./mkarchroot so that we can use makechrootpkg from any di...Jason Chu
2007-11-04Escape the uniondir directory reference when creating $uniondir/etc/sudoers a...Jason Chu
2007-11-04Copy the install file into the build directory because we need that tooJason Chu
2007-11-04Accept options to makepkg after a -- so that we can accept longopts for makep...Jason Chu
2007-11-04Allow optional params to makechrootpkg (to actually accept extra makepkg args)Jason Chu
2007-10-29Trap normal exit for makechrootpkgJason Chu
2007-10-21Added GPL headersAaron Griffin
2007-10-07Allow us to properly drop permissions in the chroot via sudoAaron Griffin
2007-10-03Initial checking of makechrootpkgAaron Griffin