Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-09-16 | commitpkg: error out if ~/staging/$repo doesn't exist | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xssn.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-09-11 | checkpkg: make diff output more readable | Pierre Schmitz | |
2010-09-11 | Use pacman to determine the host's mirror | Pierre Schmitz | |
2010-09-11 | ad support for multilib-testing | Pierre Schmitz | |
2010-09-06 | repare release0.9.10 | Pierre Schmitz | |
2010-09-06 | checkpkg: fix extracting soname bumps | Ionut Biru | |
extracting the tarball was done from the wrong directory Signed-off-by: Ionut Biru <ibiru@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-09-01 | add support for community-staging repository | Pierre Schmitz | |
2010-08-22 | add makepkg.conf for [multilib] | Pierre Schmitz | |
2010-08-22 | add initial [multilib] support | Pierre Schmitz | |
2010-08-22 | Use findmnt to generate a mtab | Pierre Schmitz | |
Instead of just copying the hosts mtab use findmnt. This way only reachable mount points are shown. | |||
2010-08-20 | prepare release0.9.9 | Pierre Schmitz | |
2010-08-20 | Add archbuild helper script to create and build in chroots | Pierre Schmitz | |
This will create chroots on demand if needed. | |||
2010-08-20 | source PKGBUILD before evaluating install and changelog files | Pierre Schmitz | |
This makes it possible to use e.g. install=$pkgname.install | |||
2010-08-18 | makechrootpkg: read packager and makeflags from makepkg.conf | Pierre Schmitz | |
also set some sane default options | |||
2010-08-18 | copy packages into TEMPDIR | Ionut Biru | |
TEMPDIR is used before packages are copied into it and made it fail because cannot find any. Signed-off-by: Ionut Biru <ibiru@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-08-17 | reduce pacman's verbosity | Pierre Schmitz | |
2010-08-17 | Use host mirror in chroot environment | Pierre Schmitz | |
* Set first enabled mirror found mirrorlist as mirror within the chroot. * If the mirror is local bind its directory read-only into the chroot. * Fallback is the kernel.org mirror. | |||
2010-08-17 | add default config files for makepkg and pacman | Pierre Schmitz | |
2010-08-17 | Use default locale instead of copying from host | Pierre Schmitz | |
Use en_US.UTF-8 and de_DE.UTF-8 by default (the latter is needed for some packages like gcc) | |||
2010-08-17 | tagging 0.9.80.9.8 | Pierre Schmitz | |
2010-08-17 | add [staging] repository | Pierre Schmitz | |
2010-08-16 | Fix typo | Pierre Schmitz | |
2010-08-12 | Provide /dev/{shm,pts} within chroot | Pierre Schmitz | |
implements FS#20246 | |||
2010-07-13 | lddd: correct mktemp usage | Pierre Schmitz | |
2010-07-11 | checkpkg: Improve output message | Pierre Schmitz | |
2010-07-11 | checkpkg: Use temporary working directory | Pierre Schmitz | |
2010-07-01 | Check if ~/.makepkg.conf exists | Pierre Schmitz | |
Fixes FS#20041 | |||
2010-06-28 | prepare 0.9.7 release0.9.7 | Pierre Schmitz | |
2010-06-28 | local can only be used within functions | Pierre Schmitz | |