summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-20Add archbuild helper script to create and build in chrootsPierre Schmitz2-2/+56
This will create chroots on demand if needed.
2010-08-20source PKGBUILD before evaluating install and changelog filesPierre Schmitz1-0/+2
This makes it possible to use e.g. install=$pkgname.install
2010-08-18makechrootpkg: read packager and makeflags from makepkg.confPierre Schmitz1-14/+29
also set some sane default options
2010-08-18copy packages into TEMPDIRIonut Biru1-6/+7
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 Schmitz1-5/+2
2010-08-17Use host mirror in chroot environmentPierre Schmitz1-0/+18
* 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 Schmitz6-3/+505
2010-08-17Use default locale instead of copying from hostPierre Schmitz1-1/+1
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 Schmitz1-1/+1
2010-08-17add [staging] repositoryPierre Schmitz2-0/+4
2010-08-16Fix typoPierre Schmitz1-2/+2
2010-08-12Provide /dev/{shm,pts} within chrootPierre Schmitz1-0/+8
implements FS#20246
2010-07-13lddd: correct mktemp usagePierre Schmitz1-3/+1
2010-07-11checkpkg: Improve output messagePierre Schmitz1-1/+1
2010-07-11checkpkg: Use temporary working directoryPierre Schmitz1-0/+5
2010-07-01Check if ~/.makepkg.conf existsPierre Schmitz1-2/+4
Fixes FS#20041
2010-06-28prepare 0.9.7 release0.9.7Pierre Schmitz1-1/+1
2010-06-28local can only be used within functionsPierre Schmitz2-4/+2
2010-06-28check if changelog and install files are commited to svnPierre Schmitz1-1/+14
2010-06-28remove useless sourcing of PKGBUILDPierre Schmitz1-1/+0
2010-06-28Simplify detection of changelog and install filesPierre Schmitz1-26/+10
Thise code was copied from makepkg
2010-06-28read {SRC, PKG}DEST from user makepkg.confAndrea Scarpino1-2/+4
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-28Fixed changelog support to work with makepkg 3.4Eric Bélanger1-3/+13
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-25keep partially transferred filesPierre Schmitz1-1/+1
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz11-33/+0
2010-06-22commitpkg: add newline to make output look more orderlyEric Bélanger1-1/+1
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 Schmitz1-0/+2
2010-05-02copy namcap.log to working dirPierre Schmitz1-5/+4
2010-05-02Set target CARCH before sourcing the PKGBUILDPierre Schmitz1-0/+2
CARCH might be used within the PKGBUILD to select correct sources
2010-05-02exit 1 on build failurePierre Schmitz1-0/+1
2010-03-31Force correct remote file permissionsPierre Schmitz1-1/+1
2010-03-03makechrootpkg: Keep source files even if build fails0.9.5Pierre Schmitz1-9/+9
implementes FS#18437
2010-03-03Upload any pkg.tar.* file as long as it is canonicalPierre Schmitz1-4/+16
2010-03-03PKGEXT was not defined in the contextPierre Schmitz1-2/+2
2010-02-22Don't check if package was released already0.9.4Pierre Schmitz1-15/+8
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 Schmitz1-23/+22
2010-02-21mkarchroot: Added default pacman cache in usage help0.9.3Eric Bélanger1-1/+1
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 Schmitz1-6/+6
2010-02-17Use svnversion insead of svn infoPierre Schmitz1-2/+2
2010-02-17Use local information to determine if a commit is neededPierre Schmitz1-9/+11
2010-02-17Check if package was already releasedPierre Schmitz1-0/+6
2010-02-17commitpkg: dereference symlinks on package uploadDan McGee1-1/+1
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 Schmitz2-0/+4
2010-02-13add common gitignore filePierre Schmitz1-0/+1
2010-02-13apply common coding stylePierre Schmitz11-514/+531
2010-02-13Further fixes to cache_dir handlingAllan McRae1-2/+2
1) Typo cachedir -> cache_dir 2) Use $cache_dir when calling pacman Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-02-13Read cachedir from pacman.conf in working dirAllan McRae1-4/+10
This allows setting a different cachedir for (e.g.) i686 and x86_64 chroots. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-02-13set umask to 0022Pierre Schmitz2-2/+2
this fixes commit 7ce9cd696515c9baf13f2181e64c2ea8df6a4b02
2010-02-13inform the user of activities that might take a longer time0.9.1Pierre Schmitz3-3/+11
2010-02-12Fall back to default if CacheDir is not setPierre Schmitz1-1/+1