Age | Commit message (Expand) | Author |
2008-03-17 | Set $HOME before dropping permissions | Aaron Griffin |
2008-02-07 | Correcting an error in e0f139ad0e2b4144c39fa4431d174f453eb0ca520.5.1 | Simo Leone |
2008-02-06 | Add architecture-specific logic into extrapkg | Dan McGee |
2008-02-06 | Change unionfs module loading0.5 | Simo Leone |
2008-02-06 | Separate mounting from config copying | 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 | Remove DBPath from mkarchroot | Aaron Griffin |
2008-01-23 | Don't clear build dir upon completion | Aaron Griffin |
2008-01-23 | Ensure scp'ing the package file works when PKGDEST is defined. | Travis Willard |
2008-01-23 | Ensure pkgurl is always fully-qualified pathname in checkpkg. | Travis Willard |
2008-01-23 | Improve makepkg config loading for checkpkg and extrapkg. | Travis Willard |
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 | Output full path to package in finddeps | Damir Perisa |
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 |
2008-01-23 | Use full filename for scp upload | Aaron Griffin |
2007-11-28 | Copy resolv.conf each time just like mtab | Aaron Griffin |
2007-11-28 | Force symlink creation in the install target | Aaron Griffin |
2007-11-28 | Fixed a typo (mkarchchroot -> mkarchroot) | Aaron Griffin |
2007-11-28 | Whitespace fixes/cleanup to all of the scripts | Dan McGee |
2007-11-28 | Add finddeps script from cvs-arch | Aaron Griffin |
2007-11-28 | Add lddd script from cvs-arch | Aaron Griffin |
2007-11-28 | Use user's locale.gen instead of sed-magic | 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 | mkarchroot: create $working_dir/etc (fixes error msg when trying to copy /etc... | Armin Luntzer |
2007-11-27 | mkarchroot: copy /etc/resolv.conf to chroot | Armin Luntzer |
2007-11-27 | mkarchroot: add -M switch for a custom makepkg.conf | Armin Luntzer |
2007-11-27 | Add an uninstall target | Dan McGee |
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-11-04 | Copy mtab over to chroot so that pacman can detect disk space | Jason Chu |
2007-11-04 | Pass $RUN to chroot so that all the params are expanded properly | Jason Chu |
2007-11-03 | Install the custom pacman.conf in the chroot so that it can be used for later... | Jason Chu |
2007-11-03 | add -C option to mkarchroot | Daniel Isenmann |
2007-10-29 | Update makefile for new chroot tools0.4 | Dan McGee |
2007-10-29 | mkarchroot: move check for root below option parsing | Dan McGee |
2007-10-29 | mkarchroot: clean up/unify output messages | Dan McGee |