summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-06repare release0.9.10Pierre Schmitz
2010-09-06checkpkg: fix extracting soname bumpsIonut 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-01add support for community-staging repositoryPierre Schmitz
2010-08-22add makepkg.conf for [multilib]Pierre Schmitz
2010-08-22add initial [multilib] supportPierre Schmitz
2010-08-22Use findmnt to generate a mtabPierre Schmitz
Instead of just copying the hosts mtab use findmnt. This way only reachable mount points are shown.
2010-08-20prepare release0.9.9Pierre Schmitz
2010-08-20Add archbuild helper script to create and build in chrootsPierre Schmitz
This will create chroots on demand if needed.
2010-08-20source PKGBUILD before evaluating install and changelog filesPierre Schmitz
This makes it possible to use e.g. install=$pkgname.install
2010-08-18makechrootpkg: read packager and makeflags from makepkg.confPierre Schmitz
also set some sane default options
2010-08-18copy packages into TEMPDIRIonut 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-17reduce pacman's verbosityPierre Schmitz
2010-08-17Use host mirror in chroot environmentPierre 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-17add default config files for makepkg and pacmanPierre Schmitz
2010-08-17Use default locale instead of copying from hostPierre Schmitz
Use en_US.UTF-8 and de_DE.UTF-8 by default (the latter is needed for some packages like gcc)
2010-08-17tagging 0.9.80.9.8Pierre Schmitz
2010-08-17add [staging] repositoryPierre Schmitz
2010-08-16Fix typoPierre Schmitz
2010-08-12Provide /dev/{shm,pts} within chrootPierre Schmitz
implements FS#20246
2010-07-13lddd: correct mktemp usagePierre Schmitz
2010-07-11checkpkg: Improve output messagePierre Schmitz
2010-07-11checkpkg: Use temporary working directoryPierre Schmitz
2010-07-01Check if ~/.makepkg.conf existsPierre Schmitz
Fixes FS#20041
2010-06-28prepare 0.9.7 release0.9.7Pierre Schmitz
2010-06-28local can only be used within functionsPierre Schmitz
2010-06-28check if changelog and install files are commited to svnPierre Schmitz
2010-06-28remove useless sourcing of PKGBUILDPierre Schmitz
2010-06-28Simplify detection of changelog and install filesPierre Schmitz
Thise code was copied from makepkg
2010-06-28read {SRC, PKG}DEST from user makepkg.confAndrea Scarpino
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-28Fixed changelog support to work with makepkg 3.4Eric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-25keep partially transferred filesPierre Schmitz
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz
2010-06-22commitpkg: add newline to make output look more orderlyEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-05-02set version in Makefile0.9.6Pierre Schmitz
2010-05-02copy namcap.log to working dirPierre Schmitz
2010-05-02Set target CARCH before sourcing the PKGBUILDPierre Schmitz
CARCH might be used within the PKGBUILD to select correct sources
2010-05-02exit 1 on build failurePierre Schmitz
2010-03-31Force correct remote file permissionsPierre Schmitz
2010-03-03makechrootpkg: Keep source files even if build fails0.9.5Pierre Schmitz
implementes FS#18437
2010-03-03Upload any pkg.tar.* file as long as it is canonicalPierre Schmitz
2010-03-03PKGEXT was not defined in the contextPierre Schmitz
2010-02-22Don't check if package was released already0.9.4Pierre 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-22be more fail safePierre Schmitz
2010-02-21mkarchroot: Added default pacman cache in usage help0.9.3Eric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-02-17escape line breaks in find commandPierre Schmitz
2010-02-17Use svnversion insead of svn infoPierre Schmitz
2010-02-17Use local information to determine if a commit is neededPierre Schmitz
2010-02-17Check if package was already releasedPierre Schmitz
2010-02-17commitpkg: dereference symlinks on package uploadDan 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>
2010-02-13add dist target to Makefile0.9.2Pierre Schmitz