index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-28 | Whitespace fixes/cleanup to all of the scripts | Dan McGee | |
Add the same vim modeline to all the files, as well as cleanup the newly added scripts a bit. If you look at this diff with the -w option, you'll see it really isn't all that significant. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-28 | Allow user to see invalid chrootpath in error message | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-28 | Fix some bashisms (but change #! to /bin/bash) | Dan McGee | |
We need to use bash due to the usage of arrays, but we might as well fix some bashisms that were used in the scripts anyways. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-27 | makechrootpkg: clarify usage message | Armin Luntzer | |
Signed-off-by: Jason Chu <jchu@xentac.net> | |||
2007-11-27 | makechrootpkg: Check if build was successful. Copy package to cwd and ↵ | Armin Luntzer | |
cleanup $chrootdir/rw/build on success, keep directory contents on failure. Signed-off-by: Jason Chu <jchu@xentac.net> | |||
2007-11-27 | Clarify message when PKGBUILD does not exist and always have help available | Dan McGee | |
makechrootpkg should check for a PKGBUILD and user credentials after the option to print usage is granted. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
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 ↵ | Jason Chu | |
directory | |||
2007-11-04 | Escape the uniondir directory reference when creating $uniondir/etc/sudoers ↵ | Jason Chu | |
and set it to the proper permissions (440) | |||
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 ↵ | Jason Chu | |
makepkg and even options that are used by makechrootpkg | |||
2007-11-04 | Allow optional params to makechrootpkg (to actually accept extra makepkg args) | Jason Chu | |
2007-10-29 | Trap normal exit for makechrootpkg | Jason Chu | |
Make sure we umount everything on a clean exit too Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-21 | Added GPL headers | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-07 | Allow us to properly drop permissions in the chroot via sudo | Aaron Griffin | |
Use sudo to drop permissions and build as "nobody" in the chroot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-10-03 | Initial checking of makechrootpkg | Aaron Griffin | |
Mostly functional, missing true su capability.... Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |