Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-06-28 | check if changelog and install files are commited to svn | Pierre Schmitz | |
2010-06-28 | remove useless sourcing of PKGBUILD | Pierre Schmitz | |
2010-06-28 | Simplify detection of changelog and install files | Pierre Schmitz | |
Thise code was copied from makepkg | |||
2010-06-28 | read {SRC, PKG}DEST from user makepkg.conf | Andrea Scarpino | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-06-28 | Fixed changelog support to work with makepkg 3.4 | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-06-25 | keep partially transferred files | Pierre Schmitz | |
2010-06-24 | removed mode lines; was not a good idea after all | Pierre Schmitz | |
2010-06-22 | commitpkg: add newline to make output look more orderly | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-05-02 | set version in Makefile0.9.6 | Pierre Schmitz | |
2010-05-02 | copy namcap.log to working dir | Pierre Schmitz | |
2010-05-02 | Set target CARCH before sourcing the PKGBUILD | Pierre Schmitz | |
CARCH might be used within the PKGBUILD to select correct sources | |||
2010-05-02 | exit 1 on build failure | Pierre Schmitz | |
2010-03-31 | Force correct remote file permissions | Pierre Schmitz | |
2010-03-03 | makechrootpkg: Keep source files even if build fails0.9.5 | Pierre Schmitz | |
implementes FS#18437 | |||
2010-03-03 | Upload any pkg.tar.* file as long as it is canonical | Pierre Schmitz | |
2010-03-03 | PKGEXT was not defined in the context | Pierre Schmitz | |
2010-02-22 | Don't check if package was released already0.9.4 | Pierre Schmitz | |
The checks aren't reliable enough and fail if the local repo is broken due to network failures. So for now we just allways commit. | |||
2010-02-22 | be more fail safe | Pierre Schmitz | |
2010-02-21 | mkarchroot: Added default pacman cache in usage help0.9.3 | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-02-17 | escape line breaks in find command | Pierre Schmitz | |
2010-02-17 | Use svnversion insead of svn info | Pierre Schmitz | |
2010-02-17 | Use local information to determine if a commit is needed | Pierre Schmitz | |
2010-02-17 | Check if package was already released | Pierre Schmitz | |
2010-02-17 | commitpkg: dereference symlinks on package upload | Dan McGee | |
This is a regression introduced after switching to rsync in place of scp; scp dereferenced symlinks automatically without need for a command-line option. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> |