summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-05Accept multiple package names to checkout with archco0.6Jason Chu
2008-04-05Fix a typo in archco -- now it has the proper urlJason Chu
2008-04-05Update extrapkg to use svn & archrelease instead of cvsJason Chu
2008-04-05Add arch{co,release,rm} to devtools and make them install properlyJason Chu
2008-03-17Set $HOME before dropping permissionsAaron Griffin
2008-02-07Correcting an error in e0f139ad0e2b4144c39fa4431d174f453eb0ca520.5.1Simo Leone
2008-02-06Add architecture-specific logic into extrapkgDan McGee
2008-02-06Change unionfs module loading0.5Simo Leone
2008-02-06Separate mounting from config copyingSimo 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-23Remove DBPath from mkarchrootAaron Griffin
2008-01-23Don't clear build dir upon completionAaron Griffin
2008-01-23Ensure scp'ing the package file works when PKGDEST is defined.Travis Willard
2008-01-23Ensure pkgurl is always fully-qualified pathname in checkpkg.Travis Willard
2008-01-23Improve makepkg config loading for checkpkg and extrapkg.Travis Willard
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-23Output full path to package in finddepsDamir Perisa
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
2008-01-23Use full filename for scp uploadAaron Griffin
2007-11-28Copy resolv.conf each time just like mtabAaron Griffin
2007-11-28Force symlink creation in the install targetAaron Griffin
2007-11-28Fixed a typo (mkarchchroot -> mkarchroot)Aaron Griffin
2007-11-28Whitespace fixes/cleanup to all of the scriptsDan McGee
2007-11-28Add finddeps script from cvs-archAaron Griffin
2007-11-28Add lddd script from cvs-archAaron Griffin
2007-11-28Use user's locale.gen instead of sed-magicDan 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-27mkarchroot: create $working_dir/etc (fixes error msg when trying to copy /etc...Armin Luntzer
2007-11-27mkarchroot: copy /etc/resolv.conf to chrootArmin Luntzer
2007-11-27mkarchroot: add -M switch for a custom makepkg.confArmin Luntzer
2007-11-27Add an uninstall targetDan McGee
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-11-04Copy mtab over to chroot so that pacman can detect disk spaceJason Chu
2007-11-04Pass $RUN to chroot so that all the params are expanded properlyJason Chu
2007-11-03Install the custom pacman.conf in the chroot so that it can be used for later...Jason Chu