summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-06Change unionfs module loading0.5Simo Leone1-1/+7
2008-02-06Separate mounting from config copyingSimo Leone1-1/+6
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-23Remove DBPath from mkarchrootAaron Griffin1-1/+0
2008-01-23Don't clear build dir upon completionAaron Griffin1-0/+14
2008-01-23Ensure scp'ing the package file works when PKGDEST is defined.Travis Willard1-1/+1
2008-01-23Ensure pkgurl is always fully-qualified pathname in checkpkg.Travis Willard1-15/+14
2008-01-23Improve makepkg config loading for checkpkg and extrapkg.Travis Willard2-2/+24
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-23Output full path to package in finddepsDamir Perisa1-2/+2
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
2008-01-23Use full filename for scp uploadAaron Griffin1-1/+1
2007-11-29Copy resolv.conf each time just like mtabAaron Griffin1-3/+3
2007-11-29Force symlink creation in the install targetAaron Griffin1-3/+3
2007-11-29Fixed a typo (mkarchchroot -> mkarchroot)Aaron Griffin1-1/+1
2007-11-29Whitespace fixes/cleanup to all of the scriptsDan McGee6-120/+133
2007-11-29Add finddeps script from cvs-archAaron Griffin2-0/+38
2007-11-29Add lddd script from cvs-archAaron Griffin2-0/+48
2007-11-28Use user's locale.gen instead of sed-magicDan McGee1-1/+1
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 McGee2-7/+7
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-28mkarchroot: create $working_dir/etc (fixes error msg when trying to copy /etc...Armin Luntzer1-0/+1
2007-11-28mkarchroot: copy /etc/resolv.conf to chrootArmin Luntzer1-0/+2
2007-11-28mkarchroot: add -M switch for a custom makepkg.confArmin Luntzer1-1/+9
2007-11-28Add an uninstall targetDan McGee1-0/+10
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-11-04Copy mtab over to chroot so that pacman can detect disk spaceJason Chu1-0/+3
2007-11-04Pass $RUN to chroot so that all the params are expanded properlyJason Chu1-1/+1
2007-11-03Install the custom pacman.conf in the chroot so that it can be used for later...Jason Chu1-0/+5
2007-11-03add -C option to mkarchrootDaniel Isenmann1-1/+6
2007-10-30Update makefile for new chroot tools0.4Dan McGee1-1/+5
2007-10-30mkarchroot: move check for root below option parsingDan McGee1-5/+6
2007-10-30mkarchroot: clean up/unify output messagesDan McGee1-18/+14
2007-10-30Trap normal exit for makechrootpkgJason Chu1-1/+1
2007-10-24Make sure that var/lib/pacman is createdJason Chu1-1/+1
2007-10-24Added 'update' to mkarchrootAaron Griffin1-3/+5