- Nov 29, 2007
-
-
Dan McGee authored
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>
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Nov 28, 2007
-
-
Dan McGee authored
The sed-magic was wrong in many cases, including my default locale: LANG=en_US.utf8 locale.gen line: en_US.UTF-8 If we copy the user's locale.gen file, we will generate all of their locales instead of just the current one. Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
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>
-
Armin Luntzer authored
Signed-off-by: Jason Chu <jchu@xentac.net>
-
Armin Luntzer authored
makechrootpkg: Check if build was successful. Copy package to cwd and cleanup $chrootdir/rw/build on success, keep directory contents on failure. Signed-off-by: Jason Chu <jchu@xentac.net>
-
Armin Luntzer authored
mkarchroot: create $working_dir/etc (fixes error msg when trying to copy /etc/mtab during chroot creation) Signed-off-by: Jason Chu <jchu@xentac.net>
-
Armin Luntzer authored
Signed-off-by: Jason Chu <jchu@xentac.net>
-
Armin Luntzer authored
Signed-off-by: Jason Chu <jchu@xentac.net>
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Dan McGee authored
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>
-
- Nov 04, 2007
-
-
Jason Chu authored
-
Jason Chu authored
-
Jason Chu authored
-
Jason Chu authored
Escape the uniondir directory reference when creating $uniondir/etc/sudoers and set it to the proper permissions (440)
-
Jason Chu authored
-
Jason Chu authored
Accept options to makepkg after a -- so that we can accept longopts for makepkg and even options that are used by makechrootpkg
-
Jason Chu authored
-
Jason Chu authored
-
Jason Chu authored
-
- Nov 03, 2007
-
-
Jason Chu authored
-
Daniel Isenmann authored
Signed-off-by: Jason Chu <jchu@xentac.net>
-
- Oct 30, 2007
-
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
This way people can at least see the usage instructions. Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Also remove an extra EUID check, we do this at the beginning. Signed-off-by: Dan McGee <dan@archlinux.org>
-
Jason Chu authored
Make sure we umount everything on a clean exit too Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Oct 24, 2007
-
-
Jason Chu authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Allows automated updating of a chroot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Oct 22, 2007
-
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Oct 07, 2007
-
-
Aaron Griffin authored
Use sudo to drop permissions and build as "nobody" in the chroot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This is a slightly hackish way of auto-filling locale information based on the locale at the time of chroot building. Further locale changes must be done manually. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Simo Leone authored
Trapping exit ensures that unmounting occurs in the event of an exit 1 or a normal exit. Pacman 3.0.6 takes cachedir and dbpath to be relative to it's given root, not absolute. Signed-off-by: Simo Leone <simo@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Oct 04, 2007
-
-
Aaron Griffin authored
Mostly functional, missing true su capability.... Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
A simple utility for build and running within archlinux specific chroot environments Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Oct 03, 2007
-
-
Thomas Bächler authored
fixed tab/space indentation
-
- Oct 02, 2007
-
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
Aaron Griffin authored
Not many changes here, most were already existing checkpkg should fully support PKGDEST Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-