summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
AgeCommit message (Expand)AuthorFilesLines
2009-03-09makechrootpkg: remove (pkg|src)dest mount checkAaron Griffin1-21/+17
2009-03-09makechrootpkg: Don't fail if no chroot namcapAaron Griffin1-1/+2
2009-03-09makechrootpkg: Don't mount-bind srcdest/pkgdestAaron Griffin1-10/+17
2009-02-27makechrootpkg: Check for files before copyingAaron Griffin1-4/+10
2009-02-26makechrootpkg: Allow setting rw layer dir nameAaron Griffin1-19/+23
2009-02-25Check mkarchroot's return codeAaron Griffin1-18/+21
2009-02-24makechrootpkg: Use --noconfirm when updatingAaron Griffin1-1/+1
2009-02-24makechrootpkg: Add -d to add to local repoAaron Griffin1-2/+14
2009-02-24makechrootpkg: Remove $CHROOT_SHELL env varAaron Griffin1-19/+18
2009-02-24Change makechrootpkg -i arg to -IAaron Griffin1-4/+4
2009-02-23Add 'update first' flag and fix helpAaron Griffin1-5/+17
2009-01-31makechrootpkg - understand makepkg source syntaxAllan McRae1-1/+1
2008-04-22Allow makechrootpkg to install package files in the chrootAaron Griffin1-1/+14
2008-04-22makechrootpkg: Always attempt to move pkg/srcAaron Griffin1-12/+13
2008-04-14Copy ChangeLog into chroot too.Travis Willard1-0/+4
2008-04-14Temporary workaround for unionfs issuesAaron Griffin1-0/+1
2008-03-17Set $HOME before dropping permissionsAaron Griffin1-0/+1
2008-02-08Correcting an error in e0f139ad0e2b4144c39fa4431d174f453eb0ca520.5.1Simo Leone1-1/+1
2008-02-06Change unionfs module loading0.5Simo Leone1-1/+7
2008-01-29Add -r to the default makepkg argsAaron Griffin1-1/+1
2008-01-23Minor pathing cleanupsAaron Griffin1-2/+4
2008-01-23Check for existing files when copying to chrootAaron Griffin1-2/+3
2008-01-23Remove "use sudo" from default makechrootpkg makepkg argsAaron Griffin1-1/+1
2008-01-23Don't clear build dir upon completionAaron Griffin1-0/+14
2008-01-23Fix getopts bug and be more specific when moving package file.Travis Willard1-2/+2
2008-01-23Copy makepkg.conf and ~/.makepkg.conf into chroot.Travis Willard1-4/+9
2008-01-23Added support for makepkg's PKGDEST and SRCDEST params.Travis Willard1-1/+39
2008-01-23Renamed -c option to -r (for "root") and added -c option (for clean).Travis Willard1-2/+8
2007-11-29Whitespace fixes/cleanup to all of the scriptsDan McGee1-9/+11
2007-11-28Allow user to see invalid chrootpath in error messageDan McGee1-1/+1
2007-11-28Fix some bashisms (but change #! to /bin/bash)Dan McGee1-2/+2
2007-11-28makechrootpkg: clarify usage messageArmin Luntzer1-1/+1
2007-11-28makechrootpkg: Check if build was successful. Copy package to cwd and cleanup...Armin Luntzer1-3/+12
2007-11-28Clarify message when PKGBUILD does not exist and always have help availableDan McGee1-11/+11
2007-11-05Make sure that build is owned by nobody, so that it can write to the directoryJason Chu1-0/+1
2007-11-05Pass $MAKEPKG_ARGS as separate parameters to makepkg instead of one big stringJason Chu1-1/+1
2007-11-05Call mkarchroot not ./mkarchroot so that we can use makechrootpkg from any di...Jason Chu1-1/+1
2007-11-05Escape the uniondir directory reference when creating $uniondir/etc/sudoers a...Jason Chu1-1/+2
2007-11-05Copy the install file into the build directory because we need that tooJason Chu1-0/+3
2007-11-05Accept options to makepkg after a -- so that we can accept longopts for makep...Jason Chu1-1/+7
2007-11-04Allow optional params to makechrootpkg (to actually accept extra makepkg args)Jason Chu1-1/+1
2007-10-30Trap normal exit for makechrootpkgJason Chu1-1/+1
2007-10-22Added GPL headersAaron Griffin1-0/+8
2007-10-07Allow us to properly drop permissions in the chroot via sudoAaron Griffin1-8/+22
2007-10-04Initial checking of makechrootpkgAaron Griffin1-0/+92