Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-26 | prepare release0.9.18 | Pierre Schmitz | |
2011-03-26 | Be less generic with package extension | Allan McRae | |
Arch only uses .gz and .xz packages so look for .pkg.tar.?z. This prevents matching potential detached signature files. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-03-26 | Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5 | Pierre Schmitz | |
2011-03-26 | Merge branch 'master', remote-tracking branch 'heftig/master' | Pierre Schmitz | |
2011-03-26 | support optdepends | Ray Rashif | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-03-26 | makechrootpkg: Copy package logs with split packages (fixes FS#23239). | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-03-26 | Abort properly if source files are not under version control (FS#23122). | Lukas Fleischer | |
Remove superfluous subshell code from version control checks in commitpkg, making it exit properly if source files are not under version control. Also, improve correctness of sed(1) commands and use fgrep(1) instead of grep(1) where appropriate. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-03-23 | commitpkg: prefix package filenames with ./ | Dave Reisner | |
This is a hint to rsync that the file is a path and not a remote module in the case of a package with an epoch in the version. Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-03-23 | add epoch support | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-03-22 | Make default copydir user-dependent | Jan Steffens | |
Eases usage when chroots are shared between multiple users. | |||
2011-03-22 | Use Btrfs snapshots for chroot copies, when available | Jan Steffens | |
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 | |
This prevents accidents when chroots are shared between multiple users. | |||
2011-03-18 | Remove sudo from archbuild | Jan Steffens | |
Archbuild should be called via sudo. | |||
2011-03-18 | Stop the PACKAGER= and MAKEFLAGS= from piling on | Jan Steffens | |
Repeatedly reusing the same chroot kept adding lines to makepkg.conf. | |||
2011-03-18 | Use the multilib-devel group | Jan Steffens | |
2011-03-18 | Use variables in Makefile instead of hardcoding stuff in every target. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-03-18 | Add ".PHONY" target to Makefile. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-03-18 | makechrootpkg: Copy package logs with split packages (fixes FS#23239). | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-03-18 | Abort properly if source files are not under version control (FS#23122). | Lukas Fleischer | |
Remove superfluous subshell code from version control checks in commitpkg, making it exit properly if source files are not under version control. Also, improve correctness of sed(1) commands and use fgrep(1) instead of grep(1) where appropriate. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-03-14 | Use readlink -e to canonicalize chrootdir | Jan Steffens | |
2011-03-14 | Fix spelling | Jan Steffens | |
2011-03-14 | Syntax cleanup | Jan Steffens | |
No functional change. | |||
2011-01-08 | prepare release0.9.17 | Pierre Schmitz | |
2011-01-08 | mkarchroot: return 0 if there was no package to update in SyncFirst | Pierre Schmitz | |
2011-01-08 | checkpkg: use sdiff -s to show differences in the file lists | Pierre Schmitz | |
This makes it much better readable especially for very large file lists. | |||
2011-01-08 | checkpkg: get back to working directory after soname check | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-01-08 | checkpkg: Do not download oldpkg if in starting directory | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-01-06 | mkarchroot: pass inline shell script to chroot0.9.16 | Pierre Schmitz | |
2011-01-06 | prepare release | Pierre Schmitz | |
2011-01-06 | mkarchroot: Ensure all packages have been updated | Pierre Schmitz | |
In reference to FS#22304 run pacman -Su again if there are still updates available. This is the case for packages listed in SyncFirst. | |||
2010-12-14 | Accept any dir except a repos subdir as trunk | Pierre Schmitz | |
2010-12-12 | prepare release0.9.15 | Pierre Schmitz | |
2010-12-09 | makechrootpkg: The user nobody is only needed to run pacman | Pierre Schmitz | |
2010-12-09 | Do not clean build directory on successful build | Allan McRae | |
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-12-04 | mkarchroot: add missing devices nodes | Pierre Schmitz | |
/dev/tty, /dev/tty0 and /dev/full | |||
2010-12-02 | prepare release0.9.14 | Pierre Schmitz | |
2010-12-02 | checkpkg: don't exclude libs ending with .so | Pierre Schmitz | |
See https://bugs.archlinux.org/task/21315 | |||
2010-12-02 | archbuild: update the root install instead of the working copy | Pierre Schmitz | |
This avoids updating the chroot on every call. See https://bugs.archlinux.org/task/21930 | |||
2010-12-02 | mkarchroot: create a minimal /dev instead of using the one of the host | Pierre Schmitz | |
2010-11-22 | bugfix release0.9.13 | Pierre Schmitz | |
2010-11-22 | Fetch the right architecture when a repo contains dash | Andrea Scarpino | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-11-18 | prepare release0.9.12 | Pierre Schmitz | |
2010-11-17 | archbuild: simplify multilib call | Pierre Schmitz | |
2010-11-16 | Don't try to guess users architecture | Pierre Schmitz | |
2010-11-16 | Explicitly install libtool-multilib when building multilib packages | Pierre Schmitz | |
This bypasses a strange pacman behaviour with the --noconfirm parameter. | |||
2010-11-16 | Create pacman sync dir on chroot creation | Pierre Schmitz | |
See https://bugs.archlinux.org/task/21125 | |||
2010-10-19 | commitpkg: pkgfile might be an absolute path when using PKGDEST | Pierre Schmitz | |
2010-10-17 | prepare release0.9.11 | Pierre Schmitz | |
2010-10-17 | install option (-I) does not require a directory containing a PKGBUILD | Andrea Scarpino | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-10-17 | install gcc-multilib for multilib-build by default | Pierre Schmitz | |