Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-25 | makechrootpkg: support absolute paths for chroot copy | Florian Pritz | 1 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-07-25 | Install a package in the chroot without confirm | Andrea Scarpino | 1 | -1/+1 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-05-03 | Revert "Use en_US.UTF-8 locale instead of C to support unicode filenames" | Pierre Schmitz | 1 | -1/+1 | |
This reverts commit 9b33a29ea549e91ec0a3c4e28a333083dc7e8c2e. This was a bad idea as bsdtar cannot read pacakges create with this locale. | |||||
2011-05-03 | Use en_US.UTF-8 locale instead of C to support unicode filenames | Pierre Schmitz | 1 | -1/+1 | |
2011-04-17 | Copy check() log from chroot | Allan McRae | 1 | -1/+1 | |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-04-02 | Unify comment style | Dan McGee | 1 | -3/+3 | |
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2011-03-22 | Make default copydir user-dependent | Jan Steffens | 1 | -4/+9 | |
Eases usage when chroots are shared between multiple users. | |||||
2011-03-22 | Use Btrfs snapshots for chroot copies, when available | Jan Steffens | 1 | -2/+12 | |
This is much faster than using Rsync to clone. Rsync stays available when the chroots are not on a Btrfs. | |||||
2011-03-22 | Add flock-based locking to chroots | Jan Steffens | 1 | -0/+23 | |
This prevents accidents when chroots are shared between multiple users. | |||||
2011-03-18 | Stop the PACKAGER= and MAKEFLAGS= from piling on | Jan Steffens | 1 | -2/+8 | |
Repeatedly reusing the same chroot kept adding lines to makepkg.conf. | |||||
2011-03-18 | makechrootpkg: Copy package logs with split packages (fixes FS#23239). | Lukas Fleischer | 1 | -1/+1 | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||||
2011-03-14 | Use readlink -e to canonicalize chrootdir | Jan Steffens | 1 | -2/+3 | |
2010-12-09 | makechrootpkg: The user nobody is only needed to run pacman | Pierre Schmitz | 1 | -5/+2 | |
2010-12-09 | Do not clean build directory on successful build | Allan McRae | 1 | -2/+0 | |
It is often useful to go back through build logs after building a package and it is removed at the start of the next run anyway. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-10-17 | install option (-I) does not require a directory containing a PKGBUILD | Andrea Scarpino | 1 | -1/+1 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-08-20 | source PKGBUILD before evaluating install and changelog files | Pierre Schmitz | 1 | -0/+2 | |
This makes it possible to use e.g. install=$pkgname.install | |||||
2010-08-18 | makechrootpkg: read packager and makeflags from makepkg.conf | Pierre Schmitz | 1 | -14/+29 | |
also set some sane default options | |||||
2010-07-01 | Check if ~/.makepkg.conf exists | Pierre Schmitz | 1 | -2/+4 | |
Fixes FS#20041 | |||||
2010-06-28 | local can only be used within functions | Pierre Schmitz | 1 | -2/+1 | |
2010-06-28 | remove useless sourcing of PKGBUILD | Pierre Schmitz | 1 | -1/+0 | |
2010-06-28 | Simplify detection of changelog and install files | Pierre Schmitz | 1 | -26/+10 | |
Thise code was copied from makepkg | |||||
2010-06-28 | read {SRC, PKG}DEST from user makepkg.conf | Andrea Scarpino | 1 | -2/+4 | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-06-28 | Fixed changelog support to work with makepkg 3.4 | Eric Bélanger | 1 | -3/+13 | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2010-06-24 | removed mode lines; was not a good idea after all | Pierre Schmitz | 1 | -3/+0 | |
2010-05-02 | copy namcap.log to working dir | Pierre Schmitz | 1 | -5/+4 | |
2010-05-02 | Set target CARCH before sourcing the PKGBUILD | Pierre Schmitz | 1 | -0/+2 | |
CARCH might be used within the PKGBUILD to select correct sources | |||||
2010-05-02 | exit 1 on build failure | Pierre Schmitz | 1 | -0/+1 | |
2010-03-03 | makechrootpkg: Keep source files even if build fails0.9.5 | Pierre Schmitz | 1 | -9/+9 | |
implementes FS#18437 | |||||
2010-03-03 | PKGEXT was not defined in the context | Pierre Schmitz | 1 | -2/+2 | |
2010-02-13 | apply common coding style | Pierre Schmitz | 1 | -137/+136 | |
2010-02-13 | set umask to 0022 | Pierre Schmitz | 1 | -1/+1 | |
this fixes commit 7ce9cd696515c9baf13f2181e64c2ea8df6a4b02 | |||||
2010-02-13 | inform the user of activities that might take a longer time0.9.1 | Pierre Schmitz | 1 | -1/+2 | |
2010-02-11 | don't cross filesystems. usefull if you bind a local mirror into your ↵ | Pierre Schmitz | 1 | -1/+1 | |
working copy | |||||
2010-02-11 | Reduce verbosity to a sane minimum | Pierre Schmitz | 1 | -11/+0 | |
2010-02-11 | Create a working copy instead of using an union layer | Pierre Schmitz | 1 | -67/+52 | |
Use rsync to create a (clean) working copy of the root dir instead of using aufs. | |||||
2010-02-11 | Move build and package logs to WORKDIR, otherwise it is lost | Pierre Schmitz | 1 | -0/+4 | |
2010-01-11 | devtools: make sure all files are owned by nobody before building | Nezmer | 1 | -4/+4 | |
In makechrootpkg, build dirs are chowned to nobody before we move files to "$uniondir/build". This could lead to failure If the files are supposed to be dynamically upgraded when we run makepkg. A common use-case is when we upgrade $pkgver in git,svn PKGBUILDS. Signed-off-by: Nezmer <Nezmer@allurelinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2010-01-11 | Reset umask before touching the chroot. | Byron Clark | 1 | -0/+1 | |
This prevents problems when running with a umask that masks permissions for others. Signed-off-by: Byron Clark <byron@theclarkfamily.name> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-12-18 | Remove sourcing of makepkg.conf files | Aaron Griffin | 1 | -5/+0 | |
This is replaced by commit marked "Use the host's SRCDEST and PKGDEST if defined" Noticed-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-12-16 | makechrootpkg: Replaced DB_COMPRESSION with 'gz' | Eric Bélanger | 1 | -1/+1 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> | |||||
2009-12-16 | Use the host's SRCDEST and PKGDEST if defined | Aaron Griffin | 1 | -0/+4 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Original-by: Eric Bélanger <snowmaniscool@gmail.com> | |||||
2009-10-28 | Move the determination of unique .install files0.8.0 | Ronald van Haren | 1 | -2/+1 | |
Move this inside the split packages loop Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-10-06 | makechrootpkg: Ensure SRC/PKGDEST are directories | Andrea Scarpino | 1 | -2/+2 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-19 | makechrootpkg: Fixed add_to_db option check | Eric Bélanger | 1 | -2/+1 | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-18 | makechrootpkg: fixed copying of split packages | Aaron Griffin | 1 | -19/+16 | |
This patch fixed copying of packages with splitting (FS#16181) It also adds missing quotes around chrootdir variable. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-18 | Attempted fix for SRCDEST/PKGDEST parsing | Aaron Griffin | 1 | -12/+5 | |
- Do *not* overwrite the makepkg.conf in the chroot - Source global makepkg configs for SRCDEST and PKGDEST Original commit 4bc819a20e4029a53d97cfa3cff164b3a497f7fe by Evangelos Foutras <foutrelis@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-18 | Remove some extra cleanup umounts | Aaron Griffin | 1 | -2/+0 | |
Leftovers from when we used to bind-mount PKGDEST and SRCDEST Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-18 | Revert "Don't copy makepkg.conf into the chroot" | Aaron Griffin | 1 | -2/+13 | |
This reverts commit 4bc819a20e4029a53d97cfa3cff164b3a497f7fe. Temporary revert until we get this sorted out Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-18 | Fix indentation | Francois Charette | 1 | -14/+14 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-01 | makechrootpkg: fixed copying of .install files to chroot for split packages | Allan McRae | 1 | -0/+7 | |
Patch-by: Eric Bélanger <eric@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> |